mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
bluez-hcidump: select provider as bluez4 or bluez5
bluez-hcidump was a separate package in bluez4, but was integrated into bluez5. (From OE-Core rev: 0dcaea0fcf38f0e382eda11e74ded1daeb98a8ac) 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
74d4a5cb90
commit
756cb160a7
@@ -44,6 +44,7 @@ PREFERRED_PROVIDER_udev ?= "${@bb.utils.contains('DISTRO_FEATURES','systemd','sy
|
|||||||
# There are issues with runtime packages and PREFERRED_PROVIDER, see YOCTO #5044 for details
|
# There are issues with runtime packages and PREFERRED_PROVIDER, see YOCTO #5044 for details
|
||||||
# on this rather strange entry.
|
# on this rather strange entry.
|
||||||
PREFERRED_PROVIDER_bluez4 ?= "bluez4"
|
PREFERRED_PROVIDER_bluez4 ?= "bluez4"
|
||||||
|
PREFERRED_PROVIDER_bluez-hcidump ?= "bluez-hcidump"
|
||||||
# Alternative is ltp-ddt in meta-oe: meta-oe/recipes-devtools/ltp-ddt/ltp-ddt_0.0.4.bb
|
# Alternative is ltp-ddt in meta-oe: meta-oe/recipes-devtools/ltp-ddt/ltp-ddt_0.0.4.bb
|
||||||
PREFERRED_PROVIDER_ltp ?= "ltp"
|
PREFERRED_PROVIDER_ltp ?= "ltp"
|
||||||
PREFERRED_PROVIDER_getopt ?= "util-linux-getopt"
|
PREFERRED_PROVIDER_getopt ?= "util-linux-getopt"
|
||||||
|
|||||||
@@ -3,7 +3,9 @@ DESCRIPTION = "The hcidump tool reads raw HCI data coming from and going to a Bl
|
|||||||
and displays the commands, events and data in a human-readable form."
|
and displays the commands, events and data in a human-readable form."
|
||||||
|
|
||||||
SECTION = "console"
|
SECTION = "console"
|
||||||
|
# hcidump was integrated into bluez5
|
||||||
DEPENDS = "bluez4"
|
DEPENDS = "bluez4"
|
||||||
|
RCONFLICTS_${PN} = "bluez5"
|
||||||
LICENSE = "GPLv2+"
|
LICENSE = "GPLv2+"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
|
LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
|
||||||
file://src/hcidump.c;beginline=1;endline=23;md5=3bee3a162dff43a5be7470710b99fbcf"
|
file://src/hcidump.c;beginline=1;endline=23;md5=3bee3a162dff43a5be7470710b99fbcf"
|
||||||
|
|||||||
@@ -7,6 +7,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \
|
|||||||
file://COPYING.LIB;md5=fb504b67c50331fc78734fed90fb0e09 \
|
file://COPYING.LIB;md5=fb504b67c50331fc78734fed90fb0e09 \
|
||||||
file://src/main.c;beginline=1;endline=24;md5=9bc54b93cd7e17bf03f52513f39f926e"
|
file://src/main.c;beginline=1;endline=24;md5=9bc54b93cd7e17bf03f52513f39f926e"
|
||||||
DEPENDS = "udev libusb dbus-glib glib-2.0 libcheck readline"
|
DEPENDS = "udev libusb dbus-glib glib-2.0 libcheck readline"
|
||||||
|
PROVIDES += "bluez-hcidump"
|
||||||
|
RPROVIDES_${PN} += "bluez-hcidump"
|
||||||
|
|
||||||
RCONFLICTS_${PN} = "bluez4"
|
RCONFLICTS_${PN} = "bluez4"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user