From f8e997803ce1f4af660bf527e8a47805af440baf Mon Sep 17 00:00:00 2001 From: Thao Nguyen Date: Sat, 15 Jul 2017 18:34:21 +0700 Subject: rcar-gen3: libegl: Create new recipe to fix build dependency issues This commit adds libegl recipe which provides build dependencies on virtual/egl. Signed-off-by: Thuy Tran Signed-off-by: Thao Nguyen Signed-off-by: Takamitsu Honda --- meta-rcar-gen3/recipes-graphics/wayland/libegl.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 meta-rcar-gen3/recipes-graphics/wayland/libegl.bb (limited to 'meta-rcar-gen3/recipes-graphics/wayland') diff --git a/meta-rcar-gen3/recipes-graphics/wayland/libegl.bb b/meta-rcar-gen3/recipes-graphics/wayland/libegl.bb new file mode 100644 index 0000000..0bde4ae --- /dev/null +++ b/meta-rcar-gen3/recipes-graphics/wayland/libegl.bb @@ -0,0 +1,19 @@ +SUMMARY = "Recipe for libegl" +LICENSE = "CLOSED" + +DEPENDS = "gles-user-module \ + ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'libgbm wayland-kms', '', d)} \ +" + +PR = "r0" + +RDEPENDS_${PN} = " \ + gles-user-module \ + ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'libgbm wayland-kms', '', d)} \ +" + +PROVIDES = "virtual/egl" +RPROVIDES_${PN} += " \ + libegl \ + libegl1 \ +" -- cgit 1.2.3-korg