summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
32export STAGING_INCDIR 32export STAGING_INCDIR
33export STAGING_LIBDIR 33export STAGING_LIBDIR
34 34
35PACKAGECONFIG ??= "bluez"
36PACKAGECONFIG[bluez] = "bluez='true',bluez='false',bluez4"
37
35EXTRA_OESCONS = " \ 38EXTRA_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}