summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/gperftools/gperftools_2.7.bb8
1 files changed, 8 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 c8b91278da..c48a98183d 100644
--- a/meta-oe/recipes-support/gperftools/gperftools_2.7.bb
+++ b/meta-oe/recipes-support/gperftools/gperftools_2.7.bb
@@ -28,3 +28,11 @@ COMPATIBLE_HOST_mipsarch_libc-glibc = "null"
28ARM_INSTRUCTION_SET_armv5 = "arm" 28ARM_INSTRUCTION_SET_armv5 = "arm"
29ARM_INSTRUCTION_SET_toolchain-clang_arm = "arm" 29ARM_INSTRUCTION_SET_toolchain-clang_arm = "arm"
30 30
31# Ensure static libs are always enabled, as they seem to be not produced by
32# default at least on ARM.
33EXTRA_OECONF_append += " --enable-static"
34
35PACKAGE_BEFORE_PN += "libtcmalloc-minimal"
36FILES_libtcmalloc-minimal = "${libdir}/libtcmalloc_minimal*${SOLIBS} ${libdir}/libtcmalloc_minimal_debug*${SOLIBS}"
37RDEPENDS_${PN} += "libtcmalloc-minimal (= ${EXTENDPKGV})"
38