blob: 649e2e0782ce2da4a2af2271053453718882270f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
require dhcp3.inc
SRC_URI = "ftp://ftp.isc.org/isc/dhcp/dhcp-3.1-history/dhcp-${PV}.tar.gz \
file://fixincludes.patch;apply=yes \
file://useless-use-of-bash.patch;apply=yes \
file://dhclient-script-exit-status.dpatch;apply=yes \
file://dhcp-3.0.3-dhclient-dbus.patch;apply=yes;striplevel=0 \
file://init-relay file://default-relay \
file://init-server file://default-server \
file://dhclient.conf file://dhcpd.conf"
PR = "${INC_PR}.0"
SRC_URI[md5sum] = "787b2924a1965f0d8558521b36dca73d"
SRC_URI[sha256sum] = "e0cb405e0fef0ecebec7aaed294032a06178ff28be87498596e6069ccda4341e"
|