]> code.ossystems Code Review - openembedded-core.git/commitdiff
iproute2: upgrade to 3.14
authorCristian Iorga <cristian.iorga@intel.com>
Thu, 24 Apr 2014 09:19:06 +0000 (12:19 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 25 Apr 2014 16:10:58 +0000 (17:10 +0100)
- switched to ${BP} variable;
- removed parallel make restriction;

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/iproute2/iproute2.inc
meta/recipes-connectivity/iproute2/iproute2_3.14.0.bb [moved from meta/recipes-connectivity/iproute2/iproute2_3.12.0.bb with 51% similarity]

index 568aa5f5ddfb21f8271da12b623d71c174809b1c..09ea3d26029823056cc9b750b1744fed5bba5bd8 100644 (file)
@@ -36,5 +36,3 @@ ALTERNATIVE_${PN} = "ip"
 ALTERNATIVE_TARGET[ip] = "${base_sbindir}/ip.${BPN}"
 ALTERNATIVE_LINK_NAME[ip] = "${base_sbindir}/ip"
 ALTERNATIVE_PRIORITY = "100"
-
-PARALLEL_MAKE = ""
similarity index 51%
rename from meta/recipes-connectivity/iproute2/iproute2_3.12.0.bb
rename to meta/recipes-connectivity/iproute2/iproute2_3.14.0.bb
index 8cd9d213179fdd4bbbef1f3fdc0c7631c2e7f773..ed40648f280594ba059bc6139d4bd5eb67235307 100644 (file)
@@ -1,12 +1,11 @@
 require iproute2.inc
 
-SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BPN}-${PV}.tar.xz \
+SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BP}.tar.xz \
            file://configure-cross.patch \
            file://0001-iproute2-de-bash-scripts.patch \
           "
-
-SRC_URI[md5sum] = "f87386aaaecafab95607fd10e8152c68"
-SRC_URI[sha256sum] = "44f600475d27a421688cda2294efec38513473a740c24ead78eb20005f08f111"
+SRC_URI[md5sum] = "bd9d7567bbb987c88120669f5e1a1092"
+SRC_URI[sha256sum] = "bda38951c49f89ffc2e2fe85579ce616337b5d3a2f0319921fd071c838356bd4"
 
 # CFLAGS are computed in Makefile and reference CCOPTS
 #