]> code.ossystems Code Review - openembedded-core.git/commitdiff
uclibc: Build ldd/ldcondif/iconv for main uclibc recipe
authorKhem Raj <raj.khem@gmail.com>
Wed, 17 Jul 2013 15:17:42 +0000 (08:17 -0700)
committerSaul Wold <sgw@linux.intel.com>
Thu, 18 Jul 2013 14:16:17 +0000 (07:16 -0700)
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 <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-core/uclibc/uclibc.inc

index 86a7417f34be48d7a44bbb5738ec1b2ad2b8a22a..29bc62b107443ec279483be598c3056d71b61489 100644 (file)
@@ -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
+}
+