aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/iproute2/iproute2_2.6.38.bb
blob: 6a72999d155eaf6106adc8970b0df1d7037fad15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
require iproute2.inc

PR = "${INC_PR}.0"

SRC_URI = "http://developer.osdl.org/dev/iproute2/download/${P}.tar.bz2 \
	   file://configure-cross.patch \
	  "

SRC_URI[md5sum] = "a243bfea837e71824b7ca26c3bb45fa8"
SRC_URI[sha256sum] = "47629a4f547f21d94d8e823a87dd8e13042cadecefea2e2dc433e4134fa9aec4"

S = "${WORKDIR}/iproute2-${PV}"

do_configure () {
    ./configure ${STAGING_DIR_TARGET}
}

do_install_append() {
	install -m 0755 tc/tc ${D}${base_sbindir}
}