[meta-virtualization] [PATCH v2 1/1] iproute2: remove patch already applied

Tudor Florea tudor.florea at enea.com
Tue Feb 17 11:09:24 PST 2015


Remove the patch 0003-Don-t-enforce-that-dev-already-exists.patch
as the similar patch exist in poky git repo added by
commit 673bb3cffc1fdedb7c25178233c8699650194545
Author: Roy.Li <rongqing.li at windriver.com>
Date:   Wed Oct 29 14:01:07 2014 +0800

Signed-off-by: Tudor Florea <tudor.florea at enea.com>
---
 ...003-Don-t-enforce-that-dev-already-exists.patch | 27 ----------------------
 .../iproute2/iproute2_3.16.0.bbappend              |  2 --
 2 files changed, 29 deletions(-)
 delete mode 100644 meta-openstack/recipes-support/iproute2/iproute2/0003-Don-t-enforce-that-dev-already-exists.patch

diff --git a/meta-openstack/recipes-support/iproute2/iproute2/0003-Don-t-enforce-that-dev-already-exists.patch b/meta-openstack/recipes-support/iproute2/iproute2/0003-Don-t-enforce-that-dev-already-exists.patch
deleted file mode 100644
index b296abe..0000000
--- a/meta-openstack/recipes-support/iproute2/iproute2/0003-Don-t-enforce-that-dev-already-exists.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 4a5577fab7490573ceaafa6e4417cf03bca178f1 Mon Sep 17 00:00:00 2001
-Message-Id: <4a5577fab7490573ceaafa6e4417cf03bca178f1.1407786415.git.agx at sigxcpu.org>
-From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx at sigxcpu.org>
-Date: Mon, 11 Aug 2014 21:41:51 +0200
-Subject: [PATCH] Don't enforce that dev already exists
-
-Commit 9a02651a87d0fd56e2e7eedd63921a050a42b3ec tried to make sure
-the device can be looked up but that e.g. isn't true for
-
-  ip link add vnet10 type veth peer name vnet11
-
-where vnet10 isn't yet existent.
----
- ip/iplink.c | 2 --
- 1 file changed, 2 deletions(-)
-
---- a/ip/iplink.c
-+++ b/ip/iplink.c
-@@ -571,8 +571,6 @@ int iplink_parse(int argc, char **argv,
- 				duparg2("dev", *argv);
- 			*dev = *argv;
- 			dev_index = ll_name_to_index(*dev);
--			if (dev_index == 0)
--				invarg("Unknown device", *argv);
- 		}
- 		argc--; argv++;
- 	}
diff --git a/meta-openstack/recipes-support/iproute2/iproute2_3.16.0.bbappend b/meta-openstack/recipes-support/iproute2/iproute2_3.16.0.bbappend
index 8949646..2fde00d 100644
--- a/meta-openstack/recipes-support/iproute2/iproute2_3.16.0.bbappend
+++ b/meta-openstack/recipes-support/iproute2/iproute2_3.16.0.bbappend
@@ -2,5 +2,3 @@ FILESEXTRAPATHS_append := "${THISDIR}/${PN}"
 
 RRECOMMENDS_${PN} += "kernel-module-veth \
 	"
-
-SRC_URI += " file://0003-Don-t-enforce-that-dev-already-exists.patch"
-- 
1.9.1



More information about the meta-virtualization mailing list