All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/2] gperftools: upgrade 2.8.1 -> 2.9.1
@ 2021-03-07  2:58 Randy MacLeod
  2021-03-07  2:58 ` [meta-oe][PATCH 2/2] zabbix: upgrade 4.4.6 -> 5.2.5 Randy MacLeod
  0 siblings, 1 reply; 2+ messages in thread
From: Randy MacLeod @ 2021-03-07  2:58 UTC (permalink / raw)
  To: openembedded-devel

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>
---
 .../{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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-07  2:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-07  2:58 [meta-oe][PATCH 1/2] gperftools: upgrade 2.8.1 -> 2.9.1 Randy MacLeod
2021-03-07  2:58 ` [meta-oe][PATCH 2/2] zabbix: upgrade 4.4.6 -> 5.2.5 Randy MacLeod

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.