mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
dhcp: Use autotools class and remove broken configure call
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -2,7 +2,7 @@ SECTION = "console/network"
|
||||
DESCRIPTION = "Internet Software Consortium DHCP package"
|
||||
HOMEPAGE = "http://www.isc.org/"
|
||||
LICENSE = "BSD"
|
||||
PR = "r5"
|
||||
PR = "r6"
|
||||
SRC_URI = "ftp://ftp.isc.org/isc/dhcp/dhcp-${PV}.tar.gz \
|
||||
file://fixincludes.patch;patch=1 \
|
||||
file://dhcp-3.0.3-dhclient-dbus.patch;patch=1;pnum=0 \
|
||||
@@ -10,9 +10,7 @@ SRC_URI = "ftp://ftp.isc.org/isc/dhcp/dhcp-${PV}.tar.gz \
|
||||
file://init-server file://default-server \
|
||||
file://dhclient.conf file://dhcpd.conf"
|
||||
|
||||
do_configure() {
|
||||
./configure
|
||||
}
|
||||
inherit autotools
|
||||
|
||||
do_compile() {
|
||||
make RANLIB=${RANLIB} PREDEFINES='-D_PATH_DHCPD_DB=\"/var/lib/dhcp/dhcpd.leases\" \
|
||||
|
||||
Reference in New Issue
Block a user