From d3550a4bd4bb26899ee20a27b551a639d67ebd6e Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 23 Jan 2012 13:50:53 +0100 Subject: [PATCH] libgles-omap3: install X11 windowing system for newer SDK releases as well Signed-off-by: Koen Kooi --- recipes-graphics/libgles/libgles-omap3.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-graphics/libgles/libgles-omap3.inc b/recipes-graphics/libgles/libgles-omap3.inc index fff19f0..3ee4124 100644 --- a/recipes-graphics/libgles/libgles-omap3.inc +++ b/recipes-graphics/libgles/libgles-omap3.inc @@ -3,7 +3,7 @@ LICENSE = "proprietary-binary" # 'TSPA.txt' might not be the best file to md5sum LIC_FILES_CHKSUM = "file://TSPA.txt;md5=c0d5d9c1e38b41677144c4e24d6ddee1" -PR = "r20" +PR = "r21" COMPATIBLE_MACHINE = "(omap3|ti816x|ti33x)" @@ -136,6 +136,7 @@ do_install () { install -m 0755 ${BINLOCATION}/xgles1test1 ${D}${bindir}/ install -m 0755 ${BINLOCATION}/freedesktop/kdrive/usr/X11R6_SGX/bin/Xsgx ${D}${bindir}/|| true + cp -pPR ${S}/GFX_Linux_SDK/OGLES2/SDKPackage/Builds/OGLES2/LinuxOMAP3/lib/*X11WS* ${D}${libdir} || true install -d ${D}${includedir} cp -pPR ${S}/GFX_Linux_KM/include4 ${D}${includedir}/ -- 2.39.2