[oe-commits] Roman I Khimov : iproute2 2.6.34: install tc

git version control git at git.openembedded.org
Thu Jul 29 07:05:42 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: a8f765e41ead360ab65db617afce18d169e43c30
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a8f765e41ead360ab65db617afce18d169e43c30

Author: Roman I Khimov <khimov at altell.ru>
Date:   Fri Jul 16 17:31:14 2010 +0400

iproute2 2.6.34: install tc

Wasn't installed for some reason.

Signed-off-by: Roman I Khimov <khimov at altell.ru>

---

 recipes/iproute2/iproute2_2.6.34.bb |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/recipes/iproute2/iproute2_2.6.34.bb b/recipes/iproute2/iproute2_2.6.34.bb
index 9f8acfe..8b73178 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





More information about the Openembedded-commits mailing list