1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-05 02:20:12 +00:00

usbutils: add dependency on udev-hwdb, not libudev

libudev will be autodetected by the linkage, the intention here was to depend on
udev-hwdb to ensure that the USB ID lists are installed.

(From OE-Core rev: 04624464690da71b3ec904a48d5caa8087ca6381)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton
2017-02-02 13:58:50 +00:00
committed by Richard Purdie
parent 6469647f48
commit f39943aa69
+1 -1
View File
@@ -21,5 +21,5 @@ inherit autotools gettext pkgconfig distro_features_check
FILES_${PN}-dev += "${datadir}/pkgconfig"
RDEPENDS_${PN} = "libudev"
RDEPENDS_${PN} = "udev-hwdb"
RDEPENDS_${PN}-ptest = "libboost-system libboost-thread"