From patchwork Thu Feb 7 10:51:03 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe,8/8] google-perftools: add 2.0 Date: Thu, 07 Feb 2013 10:51:03 -0000 From: Marcin Juszkiewicz X-Patchwork-Id: 44233 Message-Id: <1360234263-18278-9-git-send-email-marcin.juszkiewicz@linaro.org> To: openembedded-devel@lists.openembedded.org Signed-off-by: Marcin Juszkiewicz --- 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