summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/hostap/hostap-conf_1.0.bb
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2010-12-09 16:53:46 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-09 13:07:43 +0000
commit4745ff6a6e1d1aeaf16abf7b5d3f1e965586f57b (patch)
treeaee1b61cc39371ca2ced030006f103319a134318 /meta/recipes-bsp/hostap/hostap-conf_1.0.bb
parent73232c7d054274170147fd5093b62ad8830065de (diff)
downloadpoky-4745ff6a6e1d1aeaf16abf7b5d3f1e965586f57b.tar.gz
hostap-conf: update LICENSE and LIC_FILES_CHKSUM info
Import GPLv2 COPYING file. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/recipes-bsp/hostap/hostap-conf_1.0.bb')
-rw-r--r--meta/recipes-bsp/hostap/hostap-conf_1.0.bb8
1 files changed, 5 insertions, 3 deletions
diff --git a/meta/recipes-bsp/hostap/hostap-conf_1.0.bb b/meta/recipes-bsp/hostap/hostap-conf_1.0.bb
index ce069662c7..ef004e60e5 100644
--- a/meta/recipes-bsp/hostap/hostap-conf_1.0.bb
+++ b/meta/recipes-bsp/hostap/hostap-conf_1.0.bb
@@ -1,12 +1,14 @@
1DESCRIPTION = "PCMCIA-cs configuration files for wireless LAN cards based on Intersil's Prism2/2.5/3 chipset" 1DESCRIPTION = "PCMCIA-cs configuration files for wireless LAN cards based on Intersil's Prism2/2.5/3 chipset"
2SECTION = "kernel/modules" 2SECTION = "kernel/modules"
3PRIORITY = "optional" 3PRIORITY = "optional"
4LICENSE = "GPL" 4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
5RDEPENDS = "update-modules" 6RDEPENDS = "update-modules"
6PACKAGE_ARCH = "all" 7PACKAGE_ARCH = "all"
7PR = "r10" 8PR = "r11"
8 9
9SRC_URI = "file://hostap_cs.modalias" 10SRC_URI = "file://hostap_cs.modalias \
11 file://COPYING.patch"
10 12
11do_compile() { 13do_compile() {
12} 14}