diff options
Diffstat (limited to 'recipes/wlan-ng/wlan-ng-utils_0.2.7.bb')
-rw-r--r-- | recipes/wlan-ng/wlan-ng-utils_0.2.7.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/wlan-ng/wlan-ng-utils_0.2.7.bb b/recipes/wlan-ng/wlan-ng-utils_0.2.7.bb index 4df2967b46..dced11c2e3 100644 --- a/recipes/wlan-ng/wlan-ng-utils_0.2.7.bb +++ b/recipes/wlan-ng/wlan-ng-utils_0.2.7.bb @@ -1,9 +1,9 @@ require wlan-ng-utils.inc SRC_URI += "ftp://ftp.linux-wlan.org/pub/linux-wlan-ng/linux-wlan-ng-${PV}.tar.bz2 \ - file://scripts-makefile-hostcc.patch;apply=yes \ - file://pcmciasrc.patch;apply=yes \ - file://hostldflags.patch;apply=yes" + file://scripts-makefile-hostcc.patch \ + file://pcmciasrc.patch \ + file://hostldflags.patch" S = "${WORKDIR}/linux-wlan-ng-${PV}" |