mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-31 13:20:03 +00:00
gpsd: add PACKAGECONFIG for bluez
* it's autodetected from sysroot Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -32,12 +32,16 @@ SYSTEMD_OESCONS = "${@base_contains('DISTRO_FEATURES', 'systemd', 'true', 'false
|
|||||||
export STAGING_INCDIR
|
export STAGING_INCDIR
|
||||||
export STAGING_LIBDIR
|
export STAGING_LIBDIR
|
||||||
|
|
||||||
|
PACKAGECONFIG ??= "bluez"
|
||||||
|
PACKAGECONFIG[bluez] = "bluez='true',bluez='false',bluez4"
|
||||||
|
|
||||||
EXTRA_OESCONS = " \
|
EXTRA_OESCONS = " \
|
||||||
sysroot=${STAGING_DIR_TARGET} \
|
sysroot=${STAGING_DIR_TARGET} \
|
||||||
libQgpsmm='false' \
|
libQgpsmm='false' \
|
||||||
debug='true' \
|
debug='true' \
|
||||||
strip='false' \
|
strip='false' \
|
||||||
systemd='${SYSTEMD_OESCONS}' \
|
systemd='${SYSTEMD_OESCONS}' \
|
||||||
|
${EXTRA_OECONF} \
|
||||||
"
|
"
|
||||||
# this cannot be used, because then chrpath is not found and only static lib is built
|
# this cannot be used, because then chrpath is not found and only static lib is built
|
||||||
# target=${HOST_SYS}
|
# target=${HOST_SYS}
|
||||||
|
|||||||
Reference in New Issue
Block a user