diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-27 12:43:58 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-29 10:37:32 +0200 |
commit | 845d13da5e6ad17bdf75797da11722db74ef0871 (patch) | |
tree | ab0b7308e1091655d91248b43f9d1e75509bc8b0 /meta-oe | |
parent | 69400d286b9d2e03046510ec6089a24611e50e05 (diff) | |
download | meta-openembedded-845d13da5e6ad17bdf75797da11722db74ef0871.tar.gz |
compat-wireless: exclude from world
* depends on config options which are not enabled in qemu* MACHINEs by default
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-kernel/compat-wireless/compat-wireless.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-kernel/compat-wireless/compat-wireless.inc b/meta-oe/recipes-kernel/compat-wireless/compat-wireless.inc index 41f673ac8..398142601 100644 --- a/meta-oe/recipes-kernel/compat-wireless/compat-wireless.inc +++ b/meta-oe/recipes-kernel/compat-wireless/compat-wireless.inc | |||
@@ -6,6 +6,10 @@ LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=d7810fab7487fb0aad327b76f1be7cd7" | |||
6 | RDEPENDS_${PN} = "wireless-tools" | 6 | RDEPENDS_${PN} = "wireless-tools" |
7 | INC_PR = "r1" | 7 | INC_PR = "r1" |
8 | 8 | ||
9 | # depends on config options which are not enabled in qemu* MACHINEs by default | ||
10 | # config.mk:25: *** "ERROR: your kernel has CONFIG_CFG80211=y, you should have it CONFIG_CFG80211=m if you want to use this thing.". Stop. | ||
11 | EXCLUDE_FROM_WORLD = "1" | ||
12 | |||
9 | COMPAT_WIRELESS_VERSION = "${PV}-1" | 13 | COMPAT_WIRELESS_VERSION = "${PV}-1" |
10 | SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}" | 14 | SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}" |
11 | 15 | ||