Add perl modules, sort RDEPENDS and add a description.
Add curl as RDPENDS since it's needed by pprof.

Signed-off-by: Randy MacLeod <[email protected]>
---
 .../{gperftools_2.8.1.bb => gperftools_2.9.1.bb}  | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)
 rename meta-oe/recipes-support/gperftools/{gperftools_2.8.1.bb => 
gperftools_2.9.1.bb} (81%)

diff --git a/meta-oe/recipes-support/gperftools/gperftools_2.8.1.bb 
b/meta-oe/recipes-support/gperftools/gperftools_2.9.1.bb
similarity index 81%
rename from meta-oe/recipes-support/gperftools/gperftools_2.8.1.bb
rename to meta-oe/recipes-support/gperftools/gperftools_2.9.1.bb
index 2a386086f..97942278d 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 @@
 SUMMARY = "Fast, multi-threaded malloc() and nifty performance analysis tools"
 HOMEPAGE = "https://github.com/gperftools/gperftools";
+DESCRIPTION = "The gperftools, previously called google-perftools, package 
contains some \
+utilities to improve and analyze the performance of C++ programs. \
+Included are an optimized thread-caching malloc() and cpu and heap profiling 
utilities. \
+"
+
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://COPYING;md5=762732742c73dc6c7fbe8632f06c059a"
 
@@ -44,7 +49,15 @@ FILES_libtcmalloc-minimal = 
"${libdir}/libtcmalloc_minimal*${SOLIBS} ${libdir}/l
 
 # pprof tool requires Getopt::long and POSIX perl5 modules.
 # Also runs `objdump` on each cpuprofile data file
-RDEPENDS_${PN} += "binutils perl-module-getopt-long perl-module-posix"
+RDEPENDS_${PN} += " \
+    binutils \
+    curl \
+    perl-module-carp \
+    perl-module-cwd \
+    perl-module-getopt-long \
+    perl-module-overloading \
+    perl-module-posix \
+"
 
 RDEPENDS_${PN} += "libtcmalloc-minimal (= ${EXTENDPKGV})"
 
-- 
2.27.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#89927): 
https://lists.openembedded.org/g/openembedded-devel/message/89927
Mute This Topic: https://lists.openembedded.org/mt/81142221/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to