[OE-core] [PATCH] usbutils: add dependency on udev-hwdb, not libudev
Ross Burton
ross.burton at intel.com
Thu Feb 2 14:00:38 UTC 2017
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 <ross.burton at intel.com>
---
meta/recipes-bsp/usbutils/usbutils_008.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-bsp/usbutils/usbutils_008.bb b/meta/recipes-bsp/usbutils/usbutils_008.bb
index 75312c3..cb79360 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"
--
2.8.1
More information about the Openembedded-core
mailing list