mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
dhcp: drop fixincludes.patch
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. (From OE-Core rev: 9b8f5818ada97f0803eae7687263246761e9d543) Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
64ae5444e5
commit
cb16810c71
@@ -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>
|
|
||||||
|
|
||||||
/*
|
|
||||||
@@ -2,8 +2,7 @@ require dhcp.inc
|
|||||||
|
|
||||||
PR = "r1"
|
PR = "r1"
|
||||||
|
|
||||||
SRC_URI += "file://fixincludes.patch \
|
SRC_URI += "file://dhcp-3.0.3-dhclient-dbus.patch;striplevel=0 \
|
||||||
file://dhcp-3.0.3-dhclient-dbus.patch;striplevel=0 \
|
|
||||||
file://fix-external-bind.patch \
|
file://fix-external-bind.patch \
|
||||||
file://link-with-lcrypto.patch \
|
file://link-with-lcrypto.patch \
|
||||||
file://fixsepbuild.patch \
|
file://fixsepbuild.patch \
|
||||||
|
|||||||
Reference in New Issue
Block a user