diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2020-01-18 11:32:14 +0100 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2020-01-24 12:09:42 +0000 |
| commit | 30eedfa095c5eb0d7254c2d36eb5a67b3ee34a55 (patch) | |
| tree | 6c104f07c4628907985e9408a4ff524c769e93e2 /recipes-graphics/userland/userland_git.bb | |
| parent | d058d2a2cf1a40dd39ebf344faad504f3458f7b2 (diff) | |
| download | meta-raspberrypi-30eedfa095c5eb0d7254c2d36eb5a67b3ee34a55.tar.gz | |
userland: add pkg-config for openmaxil and add virtual/libomxil to PROVIDES
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-graphics/userland/userland_git.bb')
| -rw-r--r-- | recipes-graphics/userland/userland_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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" | |||
| 6 | LIC_FILES_CHKSUM = "file://LICENCE;md5=0448d6488ef8cc380632b1569ee6d196" | 6 | LIC_FILES_CHKSUM = "file://LICENCE;md5=0448d6488ef8cc380632b1569ee6d196" |
| 7 | 7 | ||
| 8 | PROVIDES += "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "", "virtual/libgles2 virtual/egl", d)}" | 8 | PROVIDES += "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "", "virtual/libgles2 virtual/egl", d)}" |
| 9 | PROVIDES += "virtual/libomxil" | ||
| 9 | 10 | ||
| 10 | RPROVIDES_${PN} += "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "", "libgles2 egl libegl libegl1 libglesv2-2", d)}" | 11 | RPROVIDES_${PN} += "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "", "libgles2 egl libegl libegl1 libglesv2-2", d)}" |
| 11 | COMPATIBLE_MACHINE = "^rpi$" | 12 | COMPATIBLE_MACHINE = "^rpi$" |
| @@ -39,6 +40,7 @@ SRC_URI = "\ | |||
| 39 | file://0017-khronos-backport-typedef-for-EGL_EXT_image_dma_buf_i.patch \ | 40 | file://0017-khronos-backport-typedef-for-EGL_EXT_image_dma_buf_i.patch \ |
| 40 | file://0018-Add-EGL_IMG_context_priority-related-defines.patch \ | 41 | file://0018-Add-EGL_IMG_context_priority-related-defines.patch \ |
| 41 | file://0019-libfdt-Undefine-__wordsize-if-already-defined.patch \ | 42 | file://0019-libfdt-Undefine-__wordsize-if-already-defined.patch \ |
| 43 | file://0020-openmaxil-add-pkg-config-file.patch \ | ||
| 42 | " | 44 | " |
| 43 | S = "${WORKDIR}/git" | 45 | S = "${WORKDIR}/git" |
| 44 | 46 | ||
