diff options
Diffstat (limited to 'iproute2')
-rw-r--r-- | iproute2/iproute2_2.6.8.oe | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/iproute2/iproute2_2.6.8.oe b/iproute2/iproute2_2.6.8.oe index e69de29bb2..fc0892d9a1 100644 --- a/iproute2/iproute2_2.6.8.oe +++ b/iproute2/iproute2_2.6.8.oe @@ -0,0 +1,11 @@ +SECTION = "base" +DESCRIPTION = "kernel routing and traffic control utilities" + +SRC_URI="http://developer.osdl.org/dev/iproute2/download/iproute2-2.6.8-ss040730.tar.gz \ + file://iproute2-2.6.8_no_strip.diff;patch=1;pnum=0" + +EXTRA_OEMAKE = "CC='${CC}' KERNEL_INCLUDE=${STAGING_KERNEL_DIR}/include DOCDIR=/usr/share/doc/iproute2 SUBDIRS='lib tc ip'" + +do_install () { + oe_runmake DESTDIR=${D} install +} |