From: Ross Burton Date: Thu, 2 Feb 2017 13:58:50 +0000 (+0000) Subject: usbutils: add dependency on udev-hwdb, not libudev X-Git-Tag: uninative-1.5~455 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=04624464690da71b3ec904a48d5caa8087ca6381;p=openembedded-core.git 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. Signed-off-by: Ross Burton --- diff --git a/meta/recipes-bsp/usbutils/usbutils_008.bb b/meta/recipes-bsp/usbutils/usbutils_008.bb index 75312c3aa2..cb79360bf6 100644 --- a/meta/recipes-bsp/usbutils/usbutils_008.bb +++ b/meta/recipes-bsp/usbutils/usbutils_008.bb @@ -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"