mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-21 20:19:08 +00:00
* Fix memory leak in Wayland WSEGL * Refactor the code for print messages Signed-off-by: Karthik Ramanan <a0393906@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
29 lines
852 B
BlitzBasic
29 lines
852 B
BlitzBasic
DESCRIPTION = "Userspace libraries for SGX"
|
|
HOMEPAGE = "http://downloads.ti.com/dsps/dsps_public_sw/gfxsdk"
|
|
LICENSE = "TI-TSPA"
|
|
LIC_FILES_CHKSUM = "file://OMAP5-Linux-Graphics-DDK-UM-Manifest.doc;md5=360d293df455e4f2d363bb4014a49603"
|
|
|
|
SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git"
|
|
SRCREV = "b6e57ccf36fc8c36d988246bc7510f0dec42d991"
|
|
|
|
PR = "r7"
|
|
PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2"
|
|
|
|
RREPLACES_${PN} = "libegl libgles1 libgles2"
|
|
RREPLACES_${PN}-dev = "libegl-dev libgles1-dev libgles2-dev"
|
|
RREPLACES_${PN}-dbg = "libegl-dbg"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
do_install () {
|
|
oe_runmake install DESTDIR=${D}
|
|
}
|
|
|
|
FILES_${PN} = "${bindir}/*"
|
|
FILES_${PN} += " ${libdir}/*"
|
|
FILES_${PN} += "${includedir}/* /usr/share/sgx-lib/"
|
|
|
|
INHIBIT_PACKAGE_STRIP = "1"
|
|
|
|
INSANE_SKIP_${PN} += "dev-so ldflags useless-rpaths"
|