diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2007-08-18 08:41:06 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2007-08-18 08:41:06 +0000 |
commit | b659951ba682cd8d0e4195a80df3fbaead7bad2b (patch) | |
tree | 0dd1f5c94e592392d8e4da4a9a2e8638a943f048 /packages/iproute2/iproute2.inc | |
parent | e4e206b2dff107f74bdc03aa683744658adf1398 (diff) |
iproute2: Add latest version 2.6.22. Also move the settings of S into the
individual .bb files since it has changed again in this release.
Diffstat (limited to 'packages/iproute2/iproute2.inc')
-rw-r--r-- | packages/iproute2/iproute2.inc | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/packages/iproute2/iproute2.inc b/packages/iproute2/iproute2.inc index c417280cd6..7162231ec5 100644 --- a/packages/iproute2/iproute2.inc +++ b/packages/iproute2/iproute2.inc @@ -1,16 +1,13 @@ DESCRIPTION = "kernel routing and traffic control utilities" +HOMEPAGE = "http://linux-net.osdl.org/index.php/Iproute2" SECTION = "base" LICENSE = "GPL" DEPENDS = "flex-native bison-native" -# This changed from iproute2 to iproute with version 2.6.20, so set to -# iproute in the recipe for 2.6.20 and newer versions. -DIRNAME ?= "${PN}" - # Set the DATE in the .bb file SRC_URI = "http://developer.osdl.org/dev/iproute2/download/${P}-${DATE}.tar.gz" -S = "${WORKDIR}/${DIRNAME}-${PV}-${DATE}" +# Set S in the .bb files inherit update-alternatives |