summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/wpa-supplicant/defconfig.inc
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei.gherzan@windriver.com>2011-12-29 12:22:06 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-03 12:14:29 +0000
commit199a9094c99bf0eb5bcc54c3c42e013ce074bc03 (patch)
treecaa72beb859bda1577461b8a83b40e29f47ee1c8 /meta/recipes-connectivity/wpa-supplicant/defconfig.inc
parent2d8a747801412db1d11e46cd26338d0545f468f2 (diff)
downloadpoky-199a9094c99bf0eb5bcc54c3c42e013ce074bc03.tar.gz
wpa-supplicant - pulls GPLv3 license rpm in a non-GPLv3 build (libgnutls-extra)
Two different defconfigs are chosen, one for "with GPLv3 build" and one for "without". In this way, libgnutls-extra is not pulled in a non-GPLv3 build. [YOCTO #1845] (From OE-Core rev: 8b79aa89470204383b81127cdb3e0670718c30fb) Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/wpa-supplicant/defconfig.inc')
-rw-r--r--meta/recipes-connectivity/wpa-supplicant/defconfig.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/wpa-supplicant/defconfig.inc b/meta/recipes-connectivity/wpa-supplicant/defconfig.inc
new file mode 100644
index 0000000000..fdcbb43945
--- /dev/null
+++ b/meta/recipes-connectivity/wpa-supplicant/defconfig.inc
@@ -0,0 +1,4 @@
1def get_defconfig(bb, d):
2 if d.getVar('INCOMPATIBLE_LICENSE', 1) in [ 'GPLv3' ]:
3 return "-nogplv3"
4 return ""