aboutsummaryrefslogtreecommitdiffstats
path: root/packages/iproute2
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2007-03-17 05:39:57 +0000
committerJamie Lenehan <lenehan@twibble.org>2007-03-17 05:39:57 +0000
commit7a434cc8d2c1455a79dc94f3e934ed3736bb1aa1 (patch)
tree1b3a03e83c41c874b7f402f335216fdf97f9169d /packages/iproute2
parent070c3d538d75523539e4ca38f7cfafcd0eebe7ea (diff)
downloadopenembedded-7a434cc8d2c1455a79dc94f3e934ed3736bb1aa1.tar.gz
iproute2: Fix up 2.6.16 and 2.6.18 so that the patches are applied.
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.
Diffstat (limited to 'packages/iproute2')
-rw-r--r--packages/iproute2/iproute2_2.6.16.bb6
-rw-r--r--packages/iproute2/iproute2_2.6.18.bb6
2 files changed, 6 insertions, 6 deletions
diff --git a/packages/iproute2/iproute2_2.6.16.bb b/packages/iproute2/iproute2_2.6.16.bb
index ddd5ef71dd..fc87b9e3b5 100644
--- a/packages/iproute2/iproute2_2.6.16.bb
+++ b/packages/iproute2/iproute2_2.6.16.bb
@@ -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
diff --git a/packages/iproute2/iproute2_2.6.18.bb b/packages/iproute2/iproute2_2.6.18.bb
index ee3ff29550..9d85126b68 100644
--- a/packages/iproute2/iproute2_2.6.18.bb
+++ b/packages/iproute2/iproute2_2.6.18.bb
@@ -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