diff options
-rw-r--r-- | meta-oe/recipes-support/gperftools/gperftools_2.7.bb | 8 |
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" | |||
28 | ARM_INSTRUCTION_SET_armv5 = "arm" | 28 | ARM_INSTRUCTION_SET_armv5 = "arm" |
29 | ARM_INSTRUCTION_SET_toolchain-clang_arm = "arm" | 29 | ARM_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. | ||
33 | EXTRA_OECONF_append += " --enable-static" | ||
34 | |||
35 | PACKAGE_BEFORE_PN += "libtcmalloc-minimal" | ||
36 | FILES_libtcmalloc-minimal = "${libdir}/libtcmalloc_minimal*${SOLIBS} ${libdir}/libtcmalloc_minimal_debug*${SOLIBS}" | ||
37 | RDEPENDS_${PN} += "libtcmalloc-minimal (= ${EXTENDPKGV})" | ||
38 | |||