diff options
| -rw-r--r-- | 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 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 |
