diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-10-26 06:44:28 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-10-26 06:44:28 +0000 |
commit | 660e281cd2e2ebb81d8566219b0ec42846761446 (patch) | |
tree | f4dab6608f2fe0da95512b87e4ccbaab371c0ddb /iproute2 | |
parent | 6583122828372dafd5e2c614358f23d925e2de6c (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into home.hrw.one.pl:/home/hrw/zaurus/oe/packages
2004/10/25 19:32:24+02:00 (none)!br1
added htb-init to nylon-feed
2004/10/25 19:31:00+02:00 (none)!br1
htb-init added: configure HTB traffic shaping
2004/10/25 19:30:08+02:00 (none)!br1
iproute2: use /sbin
2004/10/25 18:21:55+02:00 (none)!br1
Merge bk://openembedded@openembedded.bkbits.net/packages
into null.(none):/data/mtx/oe/oe.write/packages
2004/10/23 16:46:19+02:00 (none)!br1
nylon-feed: dont use split_ipk_feeds, make index
2004/10/23 16:45:37+02:00 (none)!br1
base-files: fixed hostname
BKrev: 417df24cuj6iXCmlI08J7NJ8U1XglQ
Diffstat (limited to 'iproute2')
-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 |