From: Roman I Khimov Date: Fri, 16 Jul 2010 13:31:14 +0000 (+0400) Subject: iproute2 2.6.34: install tc X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8f765e41ead360ab65db617afce18d169e43c30;p=openembedded.git iproute2 2.6.34: install tc Wasn't installed for some reason. Signed-off-by: Roman I Khimov --- diff --git a/recipes/iproute2/iproute2_2.6.34.bb b/recipes/iproute2/iproute2_2.6.34.bb index 9f8acfe191..8b73178419 100644 --- a/recipes/iproute2/iproute2_2.6.34.bb +++ b/recipes/iproute2/iproute2_2.6.34.bb @@ -1,6 +1,6 @@ require iproute2.inc -PR = "${INC_PR}.1" +PR = "${INC_PR}.2" SRC_URI = "http://developer.osdl.org/dev/iproute2/download/${P}.tar.bz2 \ file://configure-cross.patch \ @@ -14,3 +14,7 @@ S = "${WORKDIR}/iproute2-${PV}" do_configure () { ./configure ${STAGING_DIR_TARGET} } + +do_install_append() { + install -m 0755 tc/tc ${D}${base_sbindir} +} \ No newline at end of file