From: Koen Kooi Date: Sun, 4 Jan 2009 18:02:56 +0000 (+0100) Subject: libgles-omap3: work around SDK bugs in packaging X-Git-Tag: Release-2010-05/1~4572^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15e332a21b0dcb61145c9042d6f237b41d857718;p=openembedded.git libgles-omap3: work around SDK bugs in packaging --- 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