diff options
Diffstat (limited to 'meta/recipes-connectivity/dhcp/dhcp4.inc')
-rw-r--r-- | meta/recipes-connectivity/dhcp/dhcp4.inc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/dhcp/dhcp4.inc b/meta/recipes-connectivity/dhcp/dhcp4.inc index f97de30297..e7cff3e038 100644 --- a/meta/recipes-connectivity/dhcp/dhcp4.inc +++ b/meta/recipes-connectivity/dhcp/dhcp4.inc | |||
@@ -10,6 +10,8 @@ HOMEPAGE = "http://www.isc.org/" | |||
10 | LICENSE = "ISC" | 10 | LICENSE = "ISC" |
11 | LIC_FILES_CHKSUM = "file://LICENSE;beginline=4;md5=bb6fd41f5895b67088ebea61ad365e74" | 11 | LIC_FILES_CHKSUM = "file://LICENSE;beginline=4;md5=bb6fd41f5895b67088ebea61ad365e74" |
12 | 12 | ||
13 | DEPENDS = "bind" | ||
14 | |||
13 | SRC_URI = "ftp://ftp.isc.org/isc/dhcp/dhcp-${PV}.tar.gz \ | 15 | SRC_URI = "ftp://ftp.isc.org/isc/dhcp/dhcp-${PV}.tar.gz \ |
14 | file://site.h \ | 16 | file://site.h \ |
15 | file://init-relay file://default-relay \ | 17 | file://init-relay file://default-relay \ |
@@ -22,7 +24,9 @@ TARGET_CFLAGS += "-D_GNU_SOURCE" | |||
22 | EXTRA_OECONF = "--with-srv-lease-file=${localstatedir}/lib/dhcp/dhcpd.leases \ | 24 | EXTRA_OECONF = "--with-srv-lease-file=${localstatedir}/lib/dhcp/dhcpd.leases \ |
23 | --with-srv6-lease-file=${localstatedir}/lib/dhcp/dhcpd6.leases \ | 25 | --with-srv6-lease-file=${localstatedir}/lib/dhcp/dhcpd6.leases \ |
24 | --with-cli-lease-file=${localstatedir}/lib/dhcp/dhclient.leases \ | 26 | --with-cli-lease-file=${localstatedir}/lib/dhcp/dhclient.leases \ |
25 | --with-cli6-lease-file=${localstatedir}/lib/dhcp/dhclient6.leases" | 27 | --with-cli6-lease-file=${localstatedir}/lib/dhcp/dhclient6.leases \ |
28 | --with-libbind=${STAGING_LIBDIR}/.. \ | ||
29 | " | ||
26 | 30 | ||
27 | do_compile_prepend () { | 31 | do_compile_prepend () { |
28 | cp -f ${WORKDIR}/site.h ${S}/includes | 32 | cp -f ${WORKDIR}/site.h ${S}/includes |