summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/gperftools/gperftools_2.7.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/gperftools/gperftools_2.7.bb b/meta-oe/recipes-support/gperftools/gperftools_2.7.bb
index 731c83516b..ee34acec24 100644
--- a/meta-oe/recipes-support/gperftools/gperftools_2.7.bb
+++ b/meta-oe/recipes-support/gperftools/gperftools_2.7.bb
@@ -35,5 +35,10 @@ PACKAGECONFIG[static] = "--enable-static,--disable-static,"
35 35
36PACKAGE_BEFORE_PN += "libtcmalloc-minimal" 36PACKAGE_BEFORE_PN += "libtcmalloc-minimal"
37FILES_libtcmalloc-minimal = "${libdir}/libtcmalloc_minimal*${SOLIBS} ${libdir}/libtcmalloc_minimal_debug*${SOLIBS}" 37FILES_libtcmalloc-minimal = "${libdir}/libtcmalloc_minimal*${SOLIBS} ${libdir}/libtcmalloc_minimal_debug*${SOLIBS}"
38
39# pprof tool requires Getopt::long and POSIX perl5 modules.
40# Also runs `objdump` on each cpuprofile data file
41RDEPENDS_${PN} += "binutils perl-module-getopt-long perl-module-posix"
42
38RDEPENDS_${PN} += "libtcmalloc-minimal (= ${EXTENDPKGV})" 43RDEPENDS_${PN} += "libtcmalloc-minimal (= ${EXTENDPKGV})"
39 44