diff options
Diffstat (limited to 'meta/recipes-bsp/hostap')
-rw-r--r-- | meta/recipes-bsp/hostap/hostap-conf_1.0.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-bsp/hostap/hostap-conf_1.0.bb b/meta/recipes-bsp/hostap/hostap-conf_1.0.bb index de72b769a9..c602e8c640 100644 --- a/meta/recipes-bsp/hostap/hostap-conf_1.0.bb +++ b/meta/recipes-bsp/hostap/hostap-conf_1.0.bb | |||
@@ -4,12 +4,13 @@ PRIORITY = "optional" | |||
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" |
6 | RDEPENDS_${PN} = "update-modules" | 6 | RDEPENDS_${PN} = "update-modules" |
7 | PACKAGE_ARCH = "all" | 7 | PR = "r14" |
8 | PR = "r12" | ||
9 | 8 | ||
10 | SRC_URI = "file://hostap_cs.modalias \ | 9 | SRC_URI = "file://hostap_cs.modalias \ |
11 | file://COPYING.patch" | 10 | file://COPYING.patch" |
12 | 11 | ||
12 | inherit allarch | ||
13 | |||
13 | do_compile() { | 14 | do_compile() { |
14 | } | 15 | } |
15 | 16 | ||