diff options
Diffstat (limited to 'recipes/udhcp')
-rw-r--r-- | recipes/udhcp/udhcp_0.9.8.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/udhcp/udhcp_0.9.8.bb b/recipes/udhcp/udhcp_0.9.8.bb index 2b36560e67..941935af9d 100644 --- a/recipes/udhcp/udhcp_0.9.8.bb +++ b/recipes/udhcp/udhcp_0.9.8.bb @@ -4,9 +4,9 @@ HOMEPAGE = "http://udhcp.busybox.net/" LICENSE = "GPL" SRC_URI = "http://www.mirrorservice.org/sites/ftp.locustworld.com/udhcp-${PV}.tar.gz;name=udhcp \ - file://install.patch;patch=1 \ - file://nostrip.patch;patch=1 \ - file://gcc3.patch;patch=1" + file://install.patch \ + file://nostrip.patch \ + file://gcc3.patch" inherit autotools |