From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][PATCH 8/8] google-perftools: add 2.0
Date: Tue, 19 Feb 2013 05:09:52 +0100 [thread overview]
Message-ID: <20130219040952.GR3300@jama> (raw)
In-Reply-To: <20130216052306.GW3300@jama>
[-- Attachment #1: Type: text/plain, Size: 2209 bytes --]
On Sat, Feb 16, 2013 at 06:23:06AM +0100, Martin Jansa wrote:
> On Thu, Feb 07, 2013 at 11:51:03AM +0100, Marcin Juszkiewicz wrote:
> > Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
>
> Fails to install with newer autotools:
>
> | /usr/bin/install: will not overwrite just-created
> `/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/gperftools/2.0-r0/image/usr/include/google/tcmalloc.h'
> with `src/windows/google/tcmalloc.h'
> | make[1]: *** [install-googleincludeHEADERS] Error 1
>
> Complete log:
> http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches/log.world.20130215_060633.log/
Also the subject and maybe also the directory should be gperftools not
google-perftools.
>
> > ---
> > meta-oe/recipes-support/google-perftools/gperftools_2.0.bb | 11 +++++++++++
> > 1 file changed, 11 insertions(+)
> > create mode 100644 meta-oe/recipes-support/google-perftools/gperftools_2.0.bb
> >
> > diff --git a/meta-oe/recipes-support/google-perftools/gperftools_2.0.bb b/meta-oe/recipes-support/google-perftools/gperftools_2.0.bb
> > new file mode 100644
> > index 0000000..1717752
> > --- /dev/null
> > +++ b/meta-oe/recipes-support/google-perftools/gperftools_2.0.bb
> > @@ -0,0 +1,11 @@
> > +DESCRIPTION = "Fast, multi-threaded malloc() and nifty performance analysis tools"
> > +HOMEPAGE = "http://code.google.com/p/gperftools/"
> > +LICENSE = "BSD"
> > +LIC_FILES_CHKSUM = "file://COPYING;md5=762732742c73dc6c7fbe8632f06c059a"
> > +
> > +SRC_URI = "${DEBIAN_MIRROR}/main/g/google-perftools/google-perftools_${PV}.orig.tar.gz"
> > +
> > +SRC_URI[md5sum] = "13f6e8961bc6a26749783137995786b6"
> > +SRC_URI[sha256sum] = "7de3dd91f018825b1e7d332af1edace15c6211f430186febede1835069861080"
> > +
> > +inherit autotools
> > --
> > 1.8.0
> >
> >
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
> --
> Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
next prev parent reply other threads:[~2013-02-19 4:26 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-07 10:50 Some recipes from my work on HipHopVM Marcin Juszkiewicz
2013-02-07 10:50 ` [meta-oe][PATCH 1/8] google-glog: added svn version Marcin Juszkiewicz
2013-02-16 5:18 ` Martin Jansa
2013-02-07 10:50 ` [meta-oe][PATCH 2/8] tbb: add 4.1-20121003 version with preliminary AArch64 support Marcin Juszkiewicz
2013-02-16 5:16 ` Martin Jansa
2013-02-07 10:50 ` [meta-oe][PATCH 3/8] oniguruma: add 5.9.3 version Marcin Juszkiewicz
2013-02-07 10:50 ` [meta-oe][PATCH 4/8] memcached: add 1.4.15 Marcin Juszkiewicz
2013-02-18 22:52 ` Martin Jansa
2013-04-23 8:43 ` [meta-oe][PATCH v2] " Marcin Juszkiewicz
2013-02-07 10:51 ` [meta-oe][PATCH 5/8] libunwind: add 1.1 with preliminary aarch64 patch Marcin Juszkiewicz
2013-02-16 5:21 ` Martin Jansa
2013-02-18 9:08 ` Marcin Juszkiewicz
2013-02-07 10:51 ` [meta-oe][PATCH 6/8] libmemcached: add 1.0.15 and 1.0.7 versions Marcin Juszkiewicz
2013-02-15 7:11 ` Martin Jansa
2013-02-15 11:46 ` [meta-oe][PATCH] " Marcin Juszkiewicz
2013-02-15 21:40 ` Martin Jansa
2013-02-18 7:52 ` [meta-oe][PATCH 8/8] " Marcin Juszkiewicz
2013-04-23 8:44 ` [meta-oe][PATCH v5] " Marcin Juszkiewicz
2013-02-07 10:51 ` [meta-oe][PATCH 7/8] libmemcrypt: add 2.5.8 Marcin Juszkiewicz
2013-02-16 5:17 ` Martin Jansa
2013-02-07 10:51 ` [meta-oe][PATCH 8/8] google-perftools: add 2.0 Marcin Juszkiewicz
2013-02-16 5:23 ` Martin Jansa
2013-02-19 4:09 ` Martin Jansa [this message]
2013-02-25 10:55 ` [meta-oe][PATCH] gperftools: " Marcin Juszkiewicz
2013-02-08 9:34 ` Some recipes from my work on HipHopVM Paul Eggleton
2013-02-08 17:16 ` [meta-oe][PATCH 6/8] libmemcached: add 1.0.15 and 1.0.7 versions Marcin Juszkiewicz
2013-02-08 17:16 ` [meta-oe][PATCH 4/8] memcached: add 1.4.15 Marcin Juszkiewicz
2013-02-24 7:53 ` Khem Raj
2013-02-08 17:06 ` [meta-oe][PATCH] cyrus-sasl2: add 2.1.26 Marcin Juszkiewicz
2013-02-08 17:13 ` Paul Eggleton
2013-02-08 17:27 ` Marcin Juszkiewicz
2013-02-18 22:55 ` Martin Jansa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130219040952.GR3300@jama \
--to=martin.jansa@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox