summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorAndrew F. Davis <afd@ti.com>2019-09-05 22:38:44 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-09-06 21:09:11 +0000
commit59d654b69f7513d8f730f2f7a46f8d33b6f796d9 (patch)
treee0b443fc92f93a85dd0015b66a223f0d22030847 /recipes-graphics
parentfb9f13a6f7a45361c2208f5a13e5e9c9bbeb39bc (diff)
downloadmeta-ti-59d654b69f7513d8f730f2f7a46f8d33b6f796d9.tar.gz
ti-sgx-ddk-um: Add expat as runtime dependency
Although not needed for the IMG default EGL implementation libexpat is needed when using the Mesa EGL version. While here s/libudev/udev as 'libudev' is package shipped as part of the eudev project, but we use systemd, so we actually depend on 'udev'. Move the PACKAGE_ARCH and PR defines to a more natural spot that also lines up with the RGX version of recipe for easier diffs. One thing we could have done is remove the DEPENDS line. We do not have any build dependencies as these are pre-made library binaries, but I use the package rootfs generated by bitbake to build the binaries locally, so leave it for now. Signed-off-by: Andrew F. Davis <afd@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb b/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb
index 80570ef0..0a62cc35 100644
--- a/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb
+++ b/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb
@@ -3,9 +3,10 @@ HOMEPAGE = "https://git.ti.com/graphics/omap5-sgx-ddk-um-linux"
3LICENSE = "TI-TSPA" 3LICENSE = "TI-TSPA"
4LIC_FILES_CHKSUM = "file://TI-Linux-Graphics-DDK-UM-Manifest.doc;md5=b17390502bc89535c86cfbbae961a2a8" 4LIC_FILES_CHKSUM = "file://TI-Linux-Graphics-DDK-UM-Manifest.doc;md5=b17390502bc89535c86cfbbae961a2a8"
5 5
6PACKAGE_ARCH = "${MACHINE_ARCH}"
6COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|k3" 7COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|k3"
7 8
8PACKAGE_ARCH = "${MACHINE_ARCH}" 9PR = "r34"
9 10
10BRANCH = "ti-img-sgx/thud/${PV}" 11BRANCH = "ti-img-sgx/thud/${PV}"
11 12
@@ -22,11 +23,10 @@ INITSCRIPT_PARAMS = "defaults 8"
22 23
23inherit update-rc.d 24inherit update-rc.d
24 25
25PR = "r34"
26PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 virtual/libgbm omap5-sgx-ddk-um-linux" 26PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 virtual/libgbm omap5-sgx-ddk-um-linux"
27 27
28DEPENDS += "libdrm udev wayland libffi" 28DEPENDS += "libdrm udev wayland libffi expat"
29RDEPENDS_${PN} += "libdrm libudev wayland libffi libdrm-omap" 29RDEPENDS_${PN} += "libdrm libdrm-omap udev wayland libffi expat"
30 30
31RPROVIDES_${PN} = "libegl libgles1 libgles2 libgbm omap5-sgx-ddk-um-linux" 31RPROVIDES_${PN} = "libegl libgles1 libgles2 libgbm omap5-sgx-ddk-um-linux"
32RPROVIDES_${PN}-dev = "libegl-dev libgles1-dev libgles2-dev libgbm-dev omap5-sgx-ddk-um-linux-dev" 32RPROVIDES_${PN}-dev = "libegl-dev libgles1-dev libgles2-dev libgbm-dev omap5-sgx-ddk-um-linux-dev"