mirror of
https://git.yoctoproject.org/poky
synced 2026-04-19 06:32:13 +02:00
bluez5: fix QA error from configure option
The systemdunitdir option was split into systemdsystemunitdir and systemduserunitdir before bluez5 was ever released, so this produced a QA error and was ignored. There appears to be no reason to override the inferred default, so replace it with an explicit --enable-systemd. (From OE-Core rev: 8c9c08112d7b3bde48fb4dd5e15429948aca0dd6) Signed-off-by: Peter A. Bigot <pab@pabigot.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
fd338cff2e
commit
419a37e095
@@ -26,7 +26,7 @@ EXTRA_OECONF = "\
|
||||
--disable-cups \
|
||||
--enable-test \
|
||||
--enable-datafiles \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '--with-systemdunitdir=${systemd_unitdir}/system/', '--disable-systemd', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '--enable-systemd', '--disable-systemd', d)} \
|
||||
--enable-library \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user