diff options
Diffstat (limited to 'recipes/dhclient/dhclient_2.0pl5.bb')
-rw-r--r-- | recipes/dhclient/dhclient_2.0pl5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/dhclient/dhclient_2.0pl5.bb b/recipes/dhclient/dhclient_2.0pl5.bb index 7b5e9b5597..caa1c58c32 100644 --- a/recipes/dhclient/dhclient_2.0pl5.bb +++ b/recipes/dhclient/dhclient_2.0pl5.bb @@ -4,7 +4,7 @@ LICENSE = "BSD" PR = "r1" SRC_URI = "ftp://ftp.isc.org/isc/dhcp/dhcp-2.0-history/dhcp-${PV}.tar.gz \ - file://make.patch;patch=1" + file://make.patch;apply=yes" S = "${WORKDIR}/dhcp-${PV}" export BINDIR = "${sbindir}" |