iproute2 2.6.34: install tc
authorRoman I Khimov <khimov@altell.ru>
Fri, 16 Jul 2010 13:31:14 +0000 (17:31 +0400)
committerRoman I Khimov <khimov@altell.ru>
Thu, 29 Jul 2010 07:05:27 +0000 (11:05 +0400)
Wasn't installed for some reason.

Signed-off-by: Roman I Khimov <khimov@altell.ru>
recipes/iproute2/iproute2_2.6.34.bb

index 9f8acfe..8b73178 100644 (file)
@@ -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