]> code.ossystems Code Review - openembedded-core.git/commitdiff
dhcp: drop fixincludes.patch
authorKevin Strasser <kevin.strasser@linux.intel.com>
Wed, 12 Jun 2013 17:40:30 +0000 (10:40 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 17 Jun 2013 15:44:35 +0000 (16:44 +0100)
Recent versions of dhcp have swapped out use of __u16 for u_int16_t and
therefor asm/types.h no longer needs to be included. Drop fixincludes.patch
from dhcp recipe.

Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-connectivity/dhcp/dhcp/fixincludes.patch [deleted file]
meta/recipes-connectivity/dhcp/dhcp_4.2.5-P1.bb

diff --git a/meta/recipes-connectivity/dhcp/dhcp/fixincludes.patch b/meta/recipes-connectivity/dhcp/dhcp/fixincludes.patch
deleted file mode 100644 (file)
index e33c9dd..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-Upstream-Status: Pending
-
---- dhcp-3.0.2/common/tr.c~compile     2005-10-13 14:23:37.000000000 +0200
-+++ dhcp-3.0.2/common/tr.c     2005-10-13 14:23:45.000000000 +0200
-@@ -39,6 +39,7 @@
- #include "includes/netinet/udp.h"
- #include "includes/netinet/if_ether.h"
- #include "netinet/if_tr.h"
-+#include <asm/types.h>
- #include <sys/time.h>
- /*
index a5eed34c33db6c6baa8728c9213212280c0710a7..08db41be256845b189020541fde664bbe8ec455c 100644 (file)
@@ -2,8 +2,7 @@ require dhcp.inc
 
 PR = "r1"
 
-SRC_URI += "file://fixincludes.patch \
-            file://dhcp-3.0.3-dhclient-dbus.patch;striplevel=0 \
+SRC_URI += "file://dhcp-3.0.3-dhclient-dbus.patch;striplevel=0 \
             file://fix-external-bind.patch \
             file://link-with-lcrypto.patch \
             file://fixsepbuild.patch \