[oe-commits] Khem Raj : uclibc: Build ldd/ldcondif/iconv for main uclibc recipe

git at git.openembedded.org git at git.openembedded.org
Thu Jul 18 20:18:34 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: b4ecf65e20a63d11f14483d213a3931f39225cdd
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=b4ecf65e20a63d11f14483d213a3931f39225cdd

Author: Khem Raj <raj.khem at gmail.com>
Date:   Wed Jul 17 08:17:42 2013 -0700

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 <raj.khem at gmail.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-core/uclibc/uclibc.inc |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-core/uclibc/uclibc.inc b/meta/recipes-core/uclibc/uclibc.inc
index 86a7417..29bc62b 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
+}
+



More information about the Openembedded-commits mailing list