iproute2: Fix up 2.6.16 and 2.6.18 so that the patches are applied.
authorJamie Lenehan <lenehan@twibble.org>
Sat, 17 Mar 2007 05:39:57 +0000 (05:39 +0000)
committerJamie Lenehan <lenehan@twibble.org>
Sat, 17 Mar 2007 05:39:57 +0000 (05:39 +0000)
During cleanup the SRC_URI+ was moved to prior to the require
resulting in the patches not being added to the base SRC_URI. Use
SRC_URI_append to prevent the order for being an issue.

packages/iproute2/iproute2_2.6.16.bb
packages/iproute2/iproute2_2.6.18.bb

index ddd5ef7..fc87b9e 100644 (file)
@@ -1,7 +1,7 @@
-PR = "r1"
+PR = "r2"
 
-SRC_URI += "file://iproute2-2.6.15_no_strip.diff;patch=1;pnum=0 \
-            file://new-flex-fix.patch;patch=1"
+SRC_URI_append = " file://iproute2-2.6.15_no_strip.diff;patch=1;pnum=0 \
+                   file://new-flex-fix.patch;patch=1"
 
 require iproute2.inc
 
index ee3ff29..9d85126 100644 (file)
@@ -1,7 +1,7 @@
-PR = "r0"
+PR = "r1"
 
-SRC_URI += "file://iproute2-2.6.15_no_strip.diff;patch=1;pnum=0 \
-            file://new-flex-fix.patch;patch=1"
+SRC_URI_append = " file://iproute2-2.6.15_no_strip.diff;patch=1;pnum=0 \
+                   file://new-flex-fix.patch;patch=1"
 
 require iproute2.inc