diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-11 21:18:00 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-14 13:34:30 +0200 |
commit | cf46cc88bb3507f33d631c5a6a9059ee0450469b (patch) | |
tree | 33619ad11437796880a48a4be7a528aa37d8792d | |
parent | df15a1b2f1e864f4617291119894db229dc9445a (diff) | |
download | meta-openembedded-cf46cc88bb3507f33d631c5a6a9059ee0450469b.tar.gz |
gpsd: add PACKAGECONFIG for bluez
* it's autodetected from sysroot
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-navigation/gpsd/gpsd_3.7.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.7.bb b/meta-oe/recipes-navigation/gpsd/gpsd_3.7.bb index b0d5a799aa..12541ccfa3 100644 --- a/meta-oe/recipes-navigation/gpsd/gpsd_3.7.bb +++ b/meta-oe/recipes-navigation/gpsd/gpsd_3.7.bb | |||
@@ -32,12 +32,16 @@ SYSTEMD_OESCONS = "${@base_contains('DISTRO_FEATURES', 'systemd', 'true', 'false | |||
32 | export STAGING_INCDIR | 32 | export STAGING_INCDIR |
33 | export STAGING_LIBDIR | 33 | export STAGING_LIBDIR |
34 | 34 | ||
35 | PACKAGECONFIG ??= "bluez" | ||
36 | PACKAGECONFIG[bluez] = "bluez='true',bluez='false',bluez4" | ||
37 | |||
35 | EXTRA_OESCONS = " \ | 38 | EXTRA_OESCONS = " \ |
36 | sysroot=${STAGING_DIR_TARGET} \ | 39 | sysroot=${STAGING_DIR_TARGET} \ |
37 | libQgpsmm='false' \ | 40 | libQgpsmm='false' \ |
38 | debug='true' \ | 41 | debug='true' \ |
39 | strip='false' \ | 42 | strip='false' \ |
40 | systemd='${SYSTEMD_OESCONS}' \ | 43 | systemd='${SYSTEMD_OESCONS}' \ |
44 | ${EXTRA_OECONF} \ | ||
41 | " | 45 | " |
42 | # this cannot be used, because then chrpath is not found and only static lib is built | 46 | # this cannot be used, because then chrpath is not found and only static lib is built |
43 | # target=${HOST_SYS} | 47 | # target=${HOST_SYS} |