uclibc: chaned do_stage to do_install_prepend to resolve order issue
authorFrans Meulenbroeks <fransmeulenbroeks@yahoo.com>
Fri, 8 Sep 2006 11:27:02 +0000 (11:27 +0000)
committerFrans Meulenbroeks <fransmeulenbroeks@yahoo.com>
Fri, 8 Sep 2006 11:27:02 +0000 (11:27 +0000)
packages/uclibc/uclibc.inc
packages/uclibc/uclibc_0.9.28.bb

index e48c6d7..2064489 100644 (file)
@@ -113,7 +113,7 @@ do_configure() {
        oe_runmake oldconfig
 }
 
-do_stage() {
+do_install_prepend() {
        # 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)
        oe_runmake PREFIX= DEVEL_PREFIX=${UCLIBC_PREFIX}/ \
index 0a0fe10..807fcb8 100644 (file)
@@ -1,5 +1,5 @@
 DEFAULT_PREFERENCE = "1"
-PR = "r6"
+PR = "r7"
 
 require uclibc.inc