From 4ca7a67cca2b51b3e7216b0c70524633efe681f3 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 17 Feb 2016 23:12:38 +0100 Subject: [PATCH] iproute2: Remove poky master patches for version 4.4 Yocto is now using iproute2 4.4 and the tools we packaged into the main package are now available as extra packages and we can just drop our extension for master. --- .../iproute2-4.3.0/disable_arpd_in_misc.patch | 17 ----------------- yocto-master/iproute2_%.bbappend | 1 - 2 files changed, 18 deletions(-) delete mode 100644 recipes-fixes/iproute2/files/iproute2-4.3.0/disable_arpd_in_misc.patch delete mode 100644 yocto-master/iproute2_%.bbappend diff --git a/recipes-fixes/iproute2/files/iproute2-4.3.0/disable_arpd_in_misc.patch b/recipes-fixes/iproute2/files/iproute2-4.3.0/disable_arpd_in_misc.patch deleted file mode 100644 index 8f2ea78..0000000 --- a/recipes-fixes/iproute2/files/iproute2-4.3.0/disable_arpd_in_misc.patch +++ /dev/null @@ -1,17 +0,0 @@ -Index: iproute2-4.3.0/misc/Makefile -=================================================================== ---- iproute2-4.3.0.orig/misc/Makefile 2015-12-03 17:17:49.164492802 +0100 -+++ iproute2-4.3.0/misc/Makefile 2015-12-03 17:18:39.368493469 +0100 -@@ -5,9 +5,9 @@ - - include ../Config - --ifeq ($(HAVE_BERKELEY_DB),y) -- TARGETS += arpd --endif -+#ifeq ($(HAVE_BERKELEY_DB),y) -+# TARGETS += arpd -+#endif - - ifeq ($(HAVE_SELINUX),y) - LDLIBS += $(shell pkg-config --libs libselinux) diff --git a/yocto-master/iproute2_%.bbappend b/yocto-master/iproute2_%.bbappend deleted file mode 100644 index b10b7cc..0000000 --- a/yocto-master/iproute2_%.bbappend +++ /dev/null @@ -1 +0,0 @@ -require recipes-fixes/iproute2/${PN}_sysmocom.inc