summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/iproute2
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity/iproute2')
-rw-r--r--meta/recipes-connectivity/iproute2/iproute2.inc2
-rw-r--r--meta/recipes-connectivity/iproute2/iproute2_3.2.0.bb2
2 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/iproute2/iproute2.inc b/meta/recipes-connectivity/iproute2/iproute2.inc
index 6fc30a05e1..86847efe10 100644
--- a/meta/recipes-connectivity/iproute2/iproute2.inc
+++ b/meta/recipes-connectivity/iproute2/iproute2.inc
@@ -26,7 +26,7 @@ do_install () {
26# There are only .so files in iproute2 26# There are only .so files in iproute2
27INSANE_SKIP_${PN} = "dev-so" 27INSANE_SKIP_${PN} = "dev-so"
28 28
29FILES_${PN} += "${base_libdir}/tc/*" 29FILES_${PN} += "${base_libdir}/tc"
30FILES_${PN}-dbg += "${base_libdir}/tc/.debug" 30FILES_${PN}-dbg += "${base_libdir}/tc/.debug"
31 31
32ALTERNATIVE_NAME = "ip" 32ALTERNATIVE_NAME = "ip"
diff --git a/meta/recipes-connectivity/iproute2/iproute2_3.2.0.bb b/meta/recipes-connectivity/iproute2/iproute2_3.2.0.bb
index 4391fb6fcf..5af12af5b1 100644
--- a/meta/recipes-connectivity/iproute2/iproute2_3.2.0.bb
+++ b/meta/recipes-connectivity/iproute2/iproute2_3.2.0.bb
@@ -1,5 +1,7 @@
1require iproute2.inc 1require iproute2.inc
2 2
3PR = "r1"
4
3#v3.2.0 tag is "447c118f138171b260ad045ad6e1b17f9ef462e2" 5#v3.2.0 tag is "447c118f138171b260ad045ad6e1b17f9ef462e2"
4#but it was not fully tested and had build error, and the next commit fixed it. 6#but it was not fully tested and had build error, and the next commit fixed it.
5SRCREV = "13603f6a9e46f08576f6284a0ef1ce1fbf94ffe0" 7SRCREV = "13603f6a9e46f08576f6284a0ef1ce1fbf94ffe0"