Fix bug in the uclibc{,-snapshot} ldconfig and ldd binaries getting built only
authorChris Larson <clarson@kergoth.com>
Thu, 16 Sep 2004 20:27:11 +0000 (20:27 +0000)
committerChris Larson <clarson@kergoth.com>
Thu, 16 Sep 2004 20:27:11 +0000 (20:27 +0000)
in the install phase.  This was resulting in *buildsystem* paths hardcoded
into the binary.

BKrev: 4149f71f_fNYP9uwFikoc7ysNpSi6Q

uclibc-snapshot/uclibc-snapshot_cvs.oe
uclibc/uclibc_0.9.26.oe

index e87b0a5..f7246d4 100644 (file)
@@ -81,6 +81,10 @@ do_configure() {
        oe_runmake oldconfig
 }
 
+do_compile () {
+       oe_runmake all utils
+}
+
 do_stage() {
        # Install into the cross dir (this MUST be done first because we
        # will install crt1.o in the install_dev stage and gcc needs it)
index e052dcd..1de577e 100644 (file)
@@ -81,6 +81,10 @@ do_configure() {
        oe_runmake oldconfig
 }
 
+do_compile () {
+       oe_runmake all utils
+}
+
 do_stage() {
        # Install into the cross dir (this MUST be done first because we
        # will install crt1.o in the install_dev stage and gcc needs it)