mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
df15a1b2f1
commit
cf46cc88bb
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user