[oe-commits] Martin Jansa : gpsd: add PACKAGECONFIG for bluez

git at git.openembedded.org git at git.openembedded.org
Wed Aug 14 11:24:11 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: cf46cc88bb3507f33d631c5a6a9059ee0450469b
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=cf46cc88bb3507f33d631c5a6a9059ee0450469b

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Aug 11 21:18:00 2013 +0200

gpsd: add PACKAGECONFIG for bluez

* it's autodetected from sysroot

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 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 b0d5a79..12541cc 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}



More information about the Openembedded-commits mailing list