diff options
author | Ross Burton <ross.burton@intel.com> | 2017-02-02 13:58:50 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-02 17:37:36 +0000 |
commit | 04624464690da71b3ec904a48d5caa8087ca6381 (patch) | |
tree | d0a84b3c2516bb3cff18ee05a80a286127a9fc3c /meta/recipes-bsp | |
parent | c72d5acb9c2f4a7d4dfe0e78aae832b10aec4429 (diff) | |
download | openembedded-core-contrib-04624464690da71b3ec904a48d5caa8087ca6381.tar.gz |
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 <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r-- | meta/recipes-bsp/usbutils/usbutils_008.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/usbutils/usbutils_008.bb b/meta/recipes-bsp/usbutils/usbutils_008.bb index 75312c3aa26..cb79360bf6c 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" |