From cf46cc88bb3507f33d631c5a6a9059ee0450469b Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 11 Aug 2013 21:18:00 +0200 Subject: gpsd: add PACKAGECONFIG for bluez * it's autodetected from sysroot Signed-off-by: Martin Jansa --- meta-oe/recipes-navigation/gpsd/gpsd_3.7.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta-oe/recipes-navigation/gpsd/gpsd_3.7.bb') 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} -- cgit 1.2.3-korg