Hid-api doesn't compile without udev support, and udev is no longer a direct dependency of libusb. Add an explicit dependency for udev.
Signed-off-by: Ismo Puustinen <[email protected]> --- recipes-devtools/hid-api/hid-api_0.8.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/hid-api/hid-api_0.8.0.bb b/recipes-devtools/hid-api/hid-api_0.8.0.bb index 2947491..9e8c6c7 100644 --- a/recipes-devtools/hid-api/hid-api_0.8.0.bb +++ b/recipes-devtools/hid-api/hid-api_0.8.0.bb @@ -6,7 +6,7 @@ LICENSE = "BSD-2-Clause & BSD-3-Clause & BSD-4-Clause & GPLv2 & GPLv3" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7c3949a631240cb6c31c50f3eb696077" -DEPENDS = "libusb" +DEPENDS = "libusb udev" SRC_URI = "git://github.com/signal11/hidapi.git;protocol=git;rev=3a66d4e513ed1b1ce82b7e6fcfa30ff05598b696" -- 2.1.0 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
