diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2016-01-07 16:48:25 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-01-14 11:30:15 +0100 |
commit | 2fe11200fb1976528864a3022fd6dece72709db0 (patch) | |
tree | 44c91aab42ad2c0ce85d96c0e150f5772abc82fe /meta-oe/recipes-navigation | |
parent | ad5d2ff6c782a3319aedc25cc641574e39328460 (diff) | |
download | meta-openembedded-2fe11200fb1976528864a3022fd6dece72709db0.tar.gz |
gspd: disable qt4 support by default
* now with qt4 moved to separate meta-qt4 we shouldn't enable it by default
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-navigation')
-rw-r--r-- | meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb b/meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb index 6ae2f3097..f444ffce1 100644 --- a/meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb +++ b/meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb | |||
@@ -34,7 +34,7 @@ SYSTEMD_OESCONS = "${@base_contains('DISTRO_FEATURES', 'systemd', 'true', 'false | |||
34 | export STAGING_INCDIR | 34 | export STAGING_INCDIR |
35 | export STAGING_LIBDIR | 35 | export STAGING_LIBDIR |
36 | 36 | ||
37 | PACKAGECONFIG ??= "qt ${@base_contains('DISTRO_FEATURES', 'bluetooth', 'bluez', '', d)}" | 37 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'bluetooth', 'bluez', '', d)}" |
38 | PACKAGECONFIG[bluez] = "bluez='true',bluez='false',${BLUEZ}" | 38 | PACKAGECONFIG[bluez] = "bluez='true',bluez='false',${BLUEZ}" |
39 | PACKAGECONFIG[qt] = "qt='yes',qt='no',qt4-x11-free" | 39 | PACKAGECONFIG[qt] = "qt='yes',qt='no',qt4-x11-free" |
40 | EXTRA_OESCONS = " \ | 40 | EXTRA_OESCONS = " \ |