klibc, klibc-utils-static: apply config-eabi.patch only once
authorThomas Kunze <thommycheck@gmx.de>
Sun, 24 Feb 2008 13:11:03 +0000 (13:11 +0000)
committerThomas Kunze <thommycheck@gmx.de>
Sun, 24 Feb 2008 13:11:03 +0000 (13:11 +0000)
packages/klibc/klibc-utils-static_1.5.bb
packages/klibc/klibc.inc
packages/klibc/klibc_1.5.bb

index 7248576..cac8c1c 100644 (file)
@@ -1,9 +1,7 @@
 require klibc-common.inc
 
-PR = "r4"
+PR = "r5"
 
-SRC_URI_append_linux-gnueabi = "\
-                               file://klibc-config-eabi.patch;patch=1"
 
 # We only want the static utils. klibc build both. So we install only what we want.                            
 do_install() {
index d7065f1..78e1bca 100644 (file)
@@ -3,7 +3,6 @@ require klibc-common.inc
 SRC_URI += "file://staging.patch;patch=1 \
            file://klibc_kexecsyscall.patch;patch=1 \
            "
-SRC_URI_append_linux-gnueabi = "file://klibc-config-eabi.patch;patch=1"
 
 # we want only the shared programms and the lib so we chose them manually
 do_install() {
index a8f054c..db0ba74 100644 (file)
@@ -1,2 +1,2 @@
 require klibc.inc
-PR = "r1"
+PR = "r2"