[oe-commits] org.oe.dev iproute2: Fix up 2.6.16 and 2.6.18 so that the patches are applied.

lenehan commit openembedded-commits at lists.openembedded.org
Sat Mar 17 05:43:30 UTC 2007


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.

Author: lenehan at openembedded.org
Branch: org.openembedded.dev
Revision: e0a22795659f09a6a98dda5d63d5a20786ab0b29
ViewMTN: http://monotone.openembedded.org/revision.psp?id=e0a22795659f09a6a98dda5d63d5a20786ab0b29
Files:
1
packages/iproute2/iproute2_2.6.16.bb
packages/iproute2/iproute2_2.6.18.bb
Diffs:

#
# mt diff -r975a2076231297f802db9d73af64653c43ef757e -re0a22795659f09a6a98dda5d63d5a20786ab0b29
#
# 
# 
# patch "packages/iproute2/iproute2_2.6.16.bb"
#  from [3b0c77343621b7154f2f65eed6df0b77eeab92c2]
#    to [72733c7641b9bf180ce67d8fabe5b2aa228e515d]
# 
# patch "packages/iproute2/iproute2_2.6.18.bb"
#  from [18a0141416d298c9b865c5cddd4218541995eec4]
#    to [ec20043c564decd8baffc6e1df45acb436574067]
# 
============================================================
--- packages/iproute2/iproute2_2.6.16.bb	3b0c77343621b7154f2f65eed6df0b77eeab92c2
+++ packages/iproute2/iproute2_2.6.16.bb	72733c7641b9bf180ce67d8fabe5b2aa228e515d
@@ -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
 
============================================================
--- packages/iproute2/iproute2_2.6.18.bb	18a0141416d298c9b865c5cddd4218541995eec4
+++ packages/iproute2/iproute2_2.6.18.bb	ec20043c564decd8baffc6e1df45acb436574067
@@ -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
 






More information about the Openembedded-commits mailing list