]> code.ossystems Code Review - openembedded-core.git/commitdiff
usbutils: add dependency on udev-hwdb, not libudev
authorRoss Burton <ross.burton@intel.com>
Thu, 2 Feb 2017 13:58:50 +0000 (13:58 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Feb 2017 17:37:36 +0000 (17:37 +0000)
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@intel.com>
meta/recipes-bsp/usbutils/usbutils_008.bb

index 75312c3aa2648df545711c72d6cd2a7e315765e9..cb79360bf6c0896d35f2f413c6ac9212e1d27a09 100644 (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"