diff options
author | Andrew F. Davis <afd@ti.com> | 2019-09-05 22:38:44 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-09-06 21:09:11 +0000 |
commit | 59d654b69f7513d8f730f2f7a46f8d33b6f796d9 (patch) | |
tree | e0b443fc92f93a85dd0015b66a223f0d22030847 /recipes-graphics/libgles | |
parent | fb9f13a6f7a45361c2208f5a13e5e9c9bbeb39bc (diff) | |
download | meta-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/libgles')
-rw-r--r-- | recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb | 8 |
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" | |||
3 | LICENSE = "TI-TSPA" | 3 | LICENSE = "TI-TSPA" |
4 | LIC_FILES_CHKSUM = "file://TI-Linux-Graphics-DDK-UM-Manifest.doc;md5=b17390502bc89535c86cfbbae961a2a8" | 4 | LIC_FILES_CHKSUM = "file://TI-Linux-Graphics-DDK-UM-Manifest.doc;md5=b17390502bc89535c86cfbbae961a2a8" |
5 | 5 | ||
6 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
6 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|k3" | 7 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|k3" |
7 | 8 | ||
8 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 9 | PR = "r34" |
9 | 10 | ||
10 | BRANCH = "ti-img-sgx/thud/${PV}" | 11 | BRANCH = "ti-img-sgx/thud/${PV}" |
11 | 12 | ||
@@ -22,11 +23,10 @@ INITSCRIPT_PARAMS = "defaults 8" | |||
22 | 23 | ||
23 | inherit update-rc.d | 24 | inherit update-rc.d |
24 | 25 | ||
25 | PR = "r34" | ||
26 | PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 virtual/libgbm omap5-sgx-ddk-um-linux" | 26 | PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 virtual/libgbm omap5-sgx-ddk-um-linux" |
27 | 27 | ||
28 | DEPENDS += "libdrm udev wayland libffi" | 28 | DEPENDS += "libdrm udev wayland libffi expat" |
29 | RDEPENDS_${PN} += "libdrm libudev wayland libffi libdrm-omap" | 29 | RDEPENDS_${PN} += "libdrm libdrm-omap udev wayland libffi expat" |
30 | 30 | ||
31 | RPROVIDES_${PN} = "libegl libgles1 libgles2 libgbm omap5-sgx-ddk-um-linux" | 31 | RPROVIDES_${PN} = "libegl libgles1 libgles2 libgbm omap5-sgx-ddk-um-linux" |
32 | RPROVIDES_${PN}-dev = "libegl-dev libgles1-dev libgles2-dev libgbm-dev omap5-sgx-ddk-um-linux-dev" | 32 | RPROVIDES_${PN}-dev = "libegl-dev libgles1-dev libgles2-dev libgbm-dev omap5-sgx-ddk-um-linux-dev" |