diff options
Diffstat (limited to 'iproute2/iproute2_2.6.8.oe')
-rw-r--r-- | iproute2/iproute2_2.6.8.oe | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/iproute2/iproute2_2.6.8.oe b/iproute2/iproute2_2.6.8.oe index fc0892d9a1..982458d0dc 100644 --- a/iproute2/iproute2_2.6.8.oe +++ b/iproute2/iproute2_2.6.8.oe @@ -3,8 +3,10 @@ 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" + +PR="r1" -EXTRA_OEMAKE = "CC='${CC}' KERNEL_INCLUDE=${STAGING_KERNEL_DIR}/include DOCDIR=/usr/share/doc/iproute2 SUBDIRS='lib tc ip'" +EXTRA_OEMAKE = "CC='${CC}' KERNEL_INCLUDE=${STAGING_KERNEL_DIR}/include DOCDIR=/usr/share/doc/iproute2 SUBDIRS='lib tc ip' SBINDIR=/sbin" do_install () { oe_runmake DESTDIR=${D} install |