mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
recipes-support: gperftools: RDEPENDS for pprof
gperftools comes with pprof tool that usually needs to be run at target
machine to aggregate CPUPROFILE data.
However since we were not shipping objdump (binutils), Getopt::long
and POSIX perl5 modules, it was failing.
I've extended RDEPENDS_${PN} with those so that whenever someone
installs gperftools, those dependencies are fulfilled as well.
Signed-off-by: Cengiz Can <cengiz@kernel.wtf>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
e725436832
commit
0953369cd1
@ -35,5 +35,10 @@ PACKAGECONFIG[static] = "--enable-static,--disable-static,"
|
||||
|
||||
PACKAGE_BEFORE_PN += "libtcmalloc-minimal"
|
||||
FILES_libtcmalloc-minimal = "${libdir}/libtcmalloc_minimal*${SOLIBS} ${libdir}/libtcmalloc_minimal_debug*${SOLIBS}"
|
||||
|
||||
# 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} += "libtcmalloc-minimal (= ${EXTENDPKGV})"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user