From 8514bcf5f857db19789b6f0f88300609622a98fe Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Thu, 27 May 2010 12:15:40 -0700 Subject: iproute2: fix an issues with DATETIME The DATE variable in this bb files was distrubing the DATETIME variable used by the distro_check task. Renamed the DATE variable to SRCDATE Signed-off-by: Nitin A Kamble --- meta/packages/iproute2/iproute2.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta/packages/iproute2/iproute2.inc') diff --git a/meta/packages/iproute2/iproute2.inc b/meta/packages/iproute2/iproute2.inc index 006b27b60..0d7b11028 100644 --- a/meta/packages/iproute2/iproute2.inc +++ b/meta/packages/iproute2/iproute2.inc @@ -3,10 +3,10 @@ SECTION = "base" LICENSE = "GPL" DEPENDS = "flex-native bison-native" -# Set DATE in the .bb file -SRC_URI = "http://developer.osdl.org/dev/iproute2/download/${P}-${DATE}.tar.gz" +# Set SRCDATE in the .bb file +SRC_URI = "http://developer.osdl.org/dev/iproute2/download/${P}-${SRCDATE}.tar.gz" -S = "${WORKDIR}/${P}-${DATE}" +S = "${WORKDIR}/${P}-${SRCDATE}" EXTRA_OEMAKE = "CC='${CC}' KERNEL_INCLUDE=${STAGING_KERNEL_DIR}/include DOCDIR=${docdir}/iproute2 SUBDIRS='lib tc ip' SBINDIR=/sbin" -- cgit v1.2.3