aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-navigation
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-08-11 21:18:00 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2013-08-14 13:34:30 +0200
commitcf46cc88bb3507f33d631c5a6a9059ee0450469b (patch)
tree33619ad11437796880a48a4be7a528aa37d8792d /meta-oe/recipes-navigation
parentdf15a1b2f1e864f4617291119894db229dc9445a (diff)
downloadmeta-openembedded-cf46cc88bb3507f33d631c5a6a9059ee0450469b.tar.gz
gpsd: add PACKAGECONFIG for bluez
* it's autodetected from sysroot 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.7.bb4
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
export STAGING_INCDIR
export STAGING_LIBDIR
+PACKAGECONFIG ??= "bluez"
+PACKAGECONFIG[bluez] = "bluez='true',bluez='false',bluez4"
+
EXTRA_OESCONS = " \
sysroot=${STAGING_DIR_TARGET} \
libQgpsmm='false' \
debug='true' \
strip='false' \
systemd='${SYSTEMD_OESCONS}' \
+ ${EXTRA_OECONF} \
"
# this cannot be used, because then chrpath is not found and only static lib is built
# target=${HOST_SYS}