diff options
author | Randy MacLeod <randy.macleod@windriver.com> | 2021-03-06 21:58:26 -0500 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-03-06 21:40:35 -0800 |
commit | c64ab8ac63e1f7bddc9f709872ac61dc5775bd3a (patch) | |
tree | 4599fdcd5e5ae3879a839ce7cb681852da3586d1 | |
parent | 2642184903f6fc577da148ce9e5c6d82dd973137 (diff) | |
download | meta-openembedded-c64ab8ac63e1f7bddc9f709872ac61dc5775bd3a.tar.gz |
gperftools: upgrade 2.8.1 -> 2.9.1
Add perl modules, sort RDEPENDS and add a description.
Add curl as RDPENDS since it's needed by pprof.
Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-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 | ||