diff options
author | Graeme Gregory <dp@xora.org.uk> | 2009-11-10 11:57:14 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2009-11-10 11:57:14 +0000 |
commit | d35318a9a356ca654f02bbc878a33fe6cc869ad6 (patch) | |
tree | 9acdcd47256d4f9e9dd30df1f949074d977d23c2 /recipes/dhcp/dhcp_3.0.1.bb | |
parent | b87f7e3a475c965dd4a7c60277ef617f16e915ba (diff) | |
parent | f6eb78a867e439f4cd67ce2a9fc06eb74743a909 (diff) |
Merge branch 'org.openembedded.dev' of git+ssh://git@git.openembedded.org/openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/dhcp/dhcp_3.0.1.bb')
-rw-r--r-- | recipes/dhcp/dhcp_3.0.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/dhcp/dhcp_3.0.1.bb b/recipes/dhcp/dhcp_3.0.1.bb index 7d55dc3a03..2deee26a0c 100644 --- a/recipes/dhcp/dhcp_3.0.1.bb +++ b/recipes/dhcp/dhcp_3.0.1.bb @@ -2,10 +2,11 @@ SECTION = "console/network" DESCRIPTION = "Internet Software Consortium DHCP package" HOMEPAGE = "http://www.isc.org/" LICENSE = "BSD" -PR = "r3" +PR = "r4" SRC_URI = "ftp://ftp.isc.org/isc/dhcp/dhcp-3.0-history/dhcp-${PV}.tar.gz \ file://noattrmode.patch;patch=1 \ file://fixincludes.patch;patch=1 \ + file://useless-use-of-bash.patch;patch=1 \ file://init-relay file://default-relay \ file://init-server file://default-server \ file://dhclient.conf file://dhcpd.conf" |