[gnome-continuous-yocto/gnomeostree-3.28-rocko: 4470/8267] usbutils: add dependency on udev-hwdb, not libudev



commit f39943aa690776ce2de7a0d3e2965c4c8f5d2a51
Author: Ross Burton <ross burton intel com>
Date:   Thu Feb 2 13:58:50 2017 +0000

    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>

 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 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"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]