diff options
-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 @@ | |||
1 | SUMMARY = "Fast, multi-threaded malloc() and nifty performance analysis tools" | 1 | SUMMARY = "Fast, multi-threaded malloc() and nifty performance analysis tools" |
2 | HOMEPAGE = "https://github.com/gperftools/gperftools" | 2 | HOMEPAGE = "https://github.com/gperftools/gperftools" |
3 | DESCRIPTION = "The gperftools, previously called google-perftools, package contains some \ | ||
4 | utilities to improve and analyze the performance of C++ programs. \ | ||
5 | Included are an optimized thread-caching malloc() and cpu and heap profiling utilities. \ | ||
6 | " | ||
7 | |||
3 | LICENSE = "BSD-3-Clause" | 8 | LICENSE = "BSD-3-Clause" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=762732742c73dc6c7fbe8632f06c059a" | 9 | LIC_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 |
47 | RDEPENDS_${PN} += "binutils perl-module-getopt-long perl-module-posix" | 52 | RDEPENDS_${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 | ||
49 | RDEPENDS_${PN} += "libtcmalloc-minimal (= ${EXTENDPKGV})" | 62 | RDEPENDS_${PN} += "libtcmalloc-minimal (= ${EXTENDPKGV})" |
50 | 63 | ||