mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 21:32:13 +02:00
bluez5: remove libasound-module references
Cleanup references to libasound-module since this code has been completly removed from Bluez. (From OE-Core rev: 8b433f49c8ea153f75d986e5b9ad89dd3f625cba) Signed-off-by: Marc Ferland <ferlandm@amotus.ca> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
feacb428b0
commit
a104bde188
@@ -46,7 +46,6 @@ PREFERRED_PROVIDER_nativesdk-opkg ?= "nativesdk-opkg"
|
||||
PREFERRED_PROVIDER_console-tools ?= "kbd"
|
||||
PREFERRED_PROVIDER_gzip-native ?= "pigz-native"
|
||||
PREFERRED_PROVIDER_udev ?= "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','eudev',d)}"
|
||||
PREFERRED_RPROVIDER_libasound-module-bluez ?= "${@bb.utils.contains('DISTRO_FEATURES','bluetooth bluez5','bluez5','bluez4',d)}"
|
||||
PREFERRED_RPROVIDER_bluez-hcidump ?= "${@bb.utils.contains('DISTRO_FEATURES','bluetooth bluez5','bluez5','bluez-hcidump',d)}"
|
||||
# Alternative is ltp-ddt in meta-oe: meta-oe/recipes-devtools/ltp-ddt/ltp-ddt_0.0.4.bb
|
||||
PREFERRED_PROVIDER_ltp ?= "ltp"
|
||||
|
||||
@@ -79,14 +79,11 @@ do_install_append() {
|
||||
sed -i -e '1s,#!.*python.*,#!${bindir}/python3,' ${D}${libdir}/bluez/test/*
|
||||
}
|
||||
|
||||
ALLOW_EMPTY_libasound-module-bluez = "1"
|
||||
PACKAGES =+ "libasound-module-bluez ${PN}-testtools ${PN}-obex ${PN}-noinst-tools"
|
||||
PACKAGES =+ "${PN}-testtools ${PN}-obex ${PN}-noinst-tools"
|
||||
|
||||
FILES_libasound-module-bluez = "${libdir}/alsa-lib/lib*.so ${datadir}/alsa"
|
||||
FILES_${PN} += "${libdir}/bluetooth/plugins/*.so ${systemd_unitdir}/ ${datadir}/dbus-1"
|
||||
FILES_${PN}-dev += "\
|
||||
${libdir}/bluetooth/plugins/*.la \
|
||||
${libdir}/alsa-lib/*.la \
|
||||
"
|
||||
|
||||
FILES_${PN}-obex = "${libexecdir}/bluetooth/obexd \
|
||||
|
||||
@@ -204,7 +204,7 @@ RRECOMMENDS_packagegroup-base-pcmcia = "\
|
||||
SUMMARY_packagegroup-base-bluetooth = "Bluetooth support"
|
||||
RDEPENDS_packagegroup-base-bluetooth = "\
|
||||
${BLUEZ} \
|
||||
${@bb.utils.contains('COMBINED_FEATURES', 'alsa', 'libasound-module-bluez', '',d)} \
|
||||
${@bb.utils.contains('COMBINED_FEATURES', 'alsa', bb.utils.contains('BLUEZ', 'bluez4', 'libasound-module-bluez', '', d), '',d)} \
|
||||
"
|
||||
|
||||
RRECOMMENDS_packagegroup-base-bluetooth = "\
|
||||
|
||||
Reference in New Issue
Block a user