From 30eedfa095c5eb0d7254c2d36eb5a67b3ee34a55 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 18 Jan 2020 11:32:14 +0100 Subject: userland: add pkg-config for openmaxil and add virtual/libomxil to PROVIDES Signed-off-by: Martin Jansa --- recipes-graphics/userland/userland_git.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-graphics/userland/userland_git.bb') diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb index 99a3f23..00a4b39 100644 --- a/recipes-graphics/userland/userland_git.bb +++ b/recipes-graphics/userland/userland_git.bb @@ -6,6 +6,7 @@ LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENCE;md5=0448d6488ef8cc380632b1569ee6d196" PROVIDES += "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "", "virtual/libgles2 virtual/egl", d)}" +PROVIDES += "virtual/libomxil" RPROVIDES_${PN} += "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "", "libgles2 egl libegl libegl1 libglesv2-2", d)}" COMPATIBLE_MACHINE = "^rpi$" @@ -39,6 +40,7 @@ SRC_URI = "\ file://0017-khronos-backport-typedef-for-EGL_EXT_image_dma_buf_i.patch \ file://0018-Add-EGL_IMG_context_priority-related-defines.patch \ file://0019-libfdt-Undefine-__wordsize-if-already-defined.patch \ + file://0020-openmaxil-add-pkg-config-file.patch \ " S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf