From 411bf0dda0c9e63202b466ea281bf16925764b69 Mon Sep 17 00:00:00 2001 From: Thao Nguyen Date: Sat, 5 Aug 2017 11:20:19 +0700 Subject: rcar-gen3: libgbm: Add udev to DEPENDS package Libgbm requires libudev to be configured. This commit adds udev to DEPENDS to provide libudev for libgbm to avoid below error. | checking whether -lc should be explicitly linked in... no | checking dynamic linker characteristics... GNU/Linux ld.so | checking how to hardcode library paths into programs... immediate | checking whether stripping libraries is possible... yes | checking if libtool supports shared libraries... yes | checking whether to build shared libraries... yes | checking whether to build static libraries... no | checking for library containing dlopen... -ldl | checking for aarch64-poky-linux-pkg-config... no | checking for pkg-config... /ssd/FS_YP2.4/H3ULCB-GFX-build/tmp/work/aarch64-poky-linux/libgbm/1.0-r0/recipe-sysroot-native/usr/bin/pkg-config | configure: WARNING: using cross tools not prefixed with host triplet | checking pkg-config is at least version 0.9.0... yes | checking for libudev... no | configure: error: Package requirements (libudev) were not met: | | No package 'libudev' found Signed-off-by: Thao Nguyen Signed-off-by: Thuy Tran Signed-off-by: Takamitsu Honda --- meta-rcar-gen3/recipes-graphics/wayland/libgbm.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-rcar-gen3/recipes-graphics/wayland') diff --git a/meta-rcar-gen3/recipes-graphics/wayland/libgbm.bb b/meta-rcar-gen3/recipes-graphics/wayland/libgbm.bb index 6e21f1f..b3613a6 100644 --- a/meta-rcar-gen3/recipes-graphics/wayland/libgbm.bb +++ b/meta-rcar-gen3/recipes-graphics/wayland/libgbm.bb @@ -11,7 +11,7 @@ SRC_URI = "git://github.com/renesas-rcar/libgbm;branch=rcar-gen3" S = "${WORKDIR}/git" COMPATIBLE_MACHINE = "(r8a7795|r8a7796|r8a77965)" -DEPENDS = "wayland-kms" +DEPENDS = "wayland-kms udev" inherit autotools pkgconfig -- cgit 1.2.3-korg