From: Khem Raj Date: Wed, 17 Jul 2013 15:17:42 +0000 (-0700) Subject: uclibc: Build ldd/ldcondif/iconv for main uclibc recipe X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~36651 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4ecf65e20a63d11f14483d213a3931f39225cdd;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git uclibc: Build ldd/ldcondif/iconv for main uclibc recipe Currently these were not building as a result uclibc based systems were missing ldd and any package depending on ldd package were broken since the package was empty. Signed-off-by: Khem Raj Signed-off-by: Saul Wold --- diff --git a/meta/recipes-core/uclibc/uclibc.inc b/meta/recipes-core/uclibc/uclibc.inc index 86a7417f34b..29bc62b1074 100644 --- a/meta/recipes-core/uclibc/uclibc.inc +++ b/meta/recipes-core/uclibc/uclibc.inc @@ -156,5 +156,10 @@ do_configure() { do_install() { oe_runmake PREFIX=${D} install - oe_runmake PREFIX=${D} "SSP_ALL_CFLAGS=${TARGET_LINK_HASH_STYLE}" install_utils } + +# build ldd, ldconfig and friends but only for full uclibc +do_install_append_pn-uclibc () { + oe_runmake PREFIX=${D} "SSP_ALL_CFLAGS=${TARGET_LINK_HASH_STYLE}" -C utils utils_install +} +