diff options
Diffstat (limited to 'meta/recipes-connectivity/dhcp')
-rw-r--r-- | meta/recipes-connectivity/dhcp/dhcp.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/dhcp/dhcp.inc b/meta/recipes-connectivity/dhcp/dhcp.inc index d883a8df48..a673dbc878 100644 --- a/meta/recipes-connectivity/dhcp/dhcp.inc +++ b/meta/recipes-connectivity/dhcp/dhcp.inc | |||
@@ -20,6 +20,9 @@ SRC_URI = "ftp://ftp.isc.org/isc/dhcp/${PV}/dhcp-${PV}.tar.gz \ | |||
20 | file://dhcpd.service file://dhcrelay.service \ | 20 | file://dhcpd.service file://dhcrelay.service \ |
21 | file://dhcpd6.service " | 21 | file://dhcpd6.service " |
22 | 22 | ||
23 | UPSTREAM_CHECK_URI = "ftp://ftp.isc.org/isc/dhcp/" | ||
24 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+\.\d+\.(\d+?))/" | ||
25 | |||
23 | inherit autotools systemd | 26 | inherit autotools systemd |
24 | 27 | ||
25 | SYSTEMD_PACKAGES = "${PN}-server ${PN}-relay" | 28 | SYSTEMD_PACKAGES = "${PN}-server ${PN}-relay" |