summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/gperftools/gperftools_2.9.1.bb (renamed from meta-oe/recipes-support/gperftools/gperftools_2.8.1.bb)15
1 files changed, 14 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/gperftools/gperftools_2.8.1.bb b/meta-oe/recipes-support/gperftools/gperftools_2.9.1.bb
index 2a386086f5..97942278db 100644
--- a/meta-oe/recipes-support/gperftools/gperftools_2.8.1.bb
+++ b/meta-oe/recipes-support/gperftools/gperftools_2.9.1.bb
@@ -1,5 +1,10 @@
1SUMMARY = "Fast, multi-threaded malloc() and nifty performance analysis tools" 1SUMMARY = "Fast, multi-threaded malloc() and nifty performance analysis tools"
2HOMEPAGE = "https://github.com/gperftools/gperftools" 2HOMEPAGE = "https://github.com/gperftools/gperftools"
3DESCRIPTION = "The gperftools, previously called google-perftools, package contains some \
4utilities to improve and analyze the performance of C++ programs. \
5Included are an optimized thread-caching malloc() and cpu and heap profiling utilities. \
6"
7
3LICENSE = "BSD-3-Clause" 8LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://COPYING;md5=762732742c73dc6c7fbe8632f06c059a" 9LIC_FILES_CHKSUM = "file://COPYING;md5=762732742c73dc6c7fbe8632f06c059a"
5 10
@@ -44,7 +49,15 @@ FILES_libtcmalloc-minimal = "${libdir}/libtcmalloc_minimal*${SOLIBS} ${libdir}/l
44 49
45# pprof tool requires Getopt::long and POSIX perl5 modules. 50# pprof tool requires Getopt::long and POSIX perl5 modules.
46# Also runs `objdump` on each cpuprofile data file 51# Also runs `objdump` on each cpuprofile data file
47RDEPENDS_${PN} += "binutils perl-module-getopt-long perl-module-posix" 52RDEPENDS_${PN} += " \
53 binutils \
54 curl \
55 perl-module-carp \
56 perl-module-cwd \
57 perl-module-getopt-long \
58 perl-module-overloading \
59 perl-module-posix \
60"
48 61
49RDEPENDS_${PN} += "libtcmalloc-minimal (= ${EXTENDPKGV})" 62RDEPENDS_${PN} += "libtcmalloc-minimal (= ${EXTENDPKGV})"
50 63