summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/iproute2/iproute2.inc6
-rw-r--r--meta/packages/iproute2/iproute2_2.6.18.bb2
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/packages/iproute2/iproute2.inc b/meta/packages/iproute2/iproute2.inc
index 006b27b60f..0d7b11028a 100644
--- a/meta/packages/iproute2/iproute2.inc
+++ b/meta/packages/iproute2/iproute2.inc
@@ -3,10 +3,10 @@ SECTION = "base"
3LICENSE = "GPL" 3LICENSE = "GPL"
4DEPENDS = "flex-native bison-native" 4DEPENDS = "flex-native bison-native"
5 5
6# Set DATE in the .bb file 6# Set SRCDATE in the .bb file
7SRC_URI = "http://developer.osdl.org/dev/iproute2/download/${P}-${DATE}.tar.gz" 7SRC_URI = "http://developer.osdl.org/dev/iproute2/download/${P}-${SRCDATE}.tar.gz"
8 8
9S = "${WORKDIR}/${P}-${DATE}" 9S = "${WORKDIR}/${P}-${SRCDATE}"
10 10
11EXTRA_OEMAKE = "CC='${CC}' KERNEL_INCLUDE=${STAGING_KERNEL_DIR}/include DOCDIR=${docdir}/iproute2 SUBDIRS='lib tc ip' SBINDIR=/sbin" 11EXTRA_OEMAKE = "CC='${CC}' KERNEL_INCLUDE=${STAGING_KERNEL_DIR}/include DOCDIR=${docdir}/iproute2 SUBDIRS='lib tc ip' SBINDIR=/sbin"
12 12
diff --git a/meta/packages/iproute2/iproute2_2.6.18.bb b/meta/packages/iproute2/iproute2_2.6.18.bb
index 72eb39d69d..0fc0b8f98c 100644
--- a/meta/packages/iproute2/iproute2_2.6.18.bb
+++ b/meta/packages/iproute2/iproute2_2.6.18.bb
@@ -5,4 +5,4 @@ require iproute2.inc
5SRC_URI += "file://iproute2-2.6.15_no_strip.diff;patch=1;pnum=0 \ 5SRC_URI += "file://iproute2-2.6.15_no_strip.diff;patch=1;pnum=0 \
6 file://new-flex-fix.patch;patch=1" 6 file://new-flex-fix.patch;patch=1"
7 7
8DATE = "061002" 8SRCDATE = "061002"