From 15e332a21b0dcb61145c9042d6f237b41d857718 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sun, 4 Jan 2009 19:02:56 +0100 Subject: libgles-omap3: work around SDK bugs in packaging --- packages/powervr-drivers/libgles-omap3_1.0.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/powervr-drivers/libgles-omap3_1.0.bb b/packages/powervr-drivers/libgles-omap3_1.0.bb index c709232c51..b18b7a485b 100644 --- a/packages/powervr-drivers/libgles-omap3_1.0.bb +++ b/packages/powervr-drivers/libgles-omap3_1.0.bb @@ -1,6 +1,6 @@ DESCRIPTION = "libGLES for the omap3" LICENCE = "proprietary-binary" -PR = "r5" +PR = "r6" # Put "OMAP35x_Graphics_SDK_setuplinux_3_00_00_01.bin" in the same directory as this recipe SRC_URI = "file://OMAP35x_Graphics_SDK_setuplinux_3_00_00_01.bin \ @@ -71,6 +71,9 @@ do_stage () { cp -pPR ${S}/GFX_Linux_SDK/OGLES2/SDKPackage/Builds/OGLES2/Include/* ${STAGING_INCDIR}/ } +# Quality control is really poor on these SDKs, so hack around the latest madness: +FILES_${PN} += "${libdir}/*.so" +FILES_${PN}-dev = "${includedir}" pkg_postinst() { #!/bin/sh -- cgit v1.2.3