iproute2: fix include ordering
authorKoen Kooi <koen@openembedded.org>
Sat, 29 Sep 2007 09:20:44 +0000 (09:20 +0000)
committerKoen Kooi <koen@openembedded.org>
Sat, 29 Sep 2007 09:20:44 +0000 (09:20 +0000)
packages/iproute2/iproute2_2.6.20.bb
packages/iproute2/iproute2_2.6.22.bb

index 9894bf0..e72dfcc 100644 (file)
@@ -1,5 +1,6 @@
-PR = "r2"
+require iproute2.inc
 
+PR = "r2"
 DATE = "070313"
 
 SRC_URI_append = " file://new-flex-fix.patch;patch=1 \
@@ -9,4 +10,3 @@ SRC_URI_append = " file://new-flex-fix.patch;patch=1 \
 
 S = "${WORKDIR}/iproute-${PV}-${DATE}"
 
-require iproute2.inc
index f734739..1ee0ce7 100644 (file)
@@ -1,5 +1,6 @@
-PR = "r1"
+require iproute2.inc
 
+PR = "r1"
 DATE = "070710"
 
 SRC_URI_append = " file://new-flex-fix.patch;patch=1 \
@@ -8,4 +9,3 @@ SRC_URI_append = " file://new-flex-fix.patch;patch=1 \
 
 S = "${WORKDIR}"
 
-require iproute2.inc