[oe-commits] Koen Kooi : libgles-omap3: these are evil binaries, so skip insane. bbclass tests

GIT User account git at amethyst.openembedded.net
Wed Apr 8 12:35:55 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 579fcb8a6c9810e8a7d9258a01e12ac3b3410cf0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=579fcb8a6c9810e8a7d9258a01e12ac3b3410cf0

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Apr  8 14:32:05 2009 +0200

libgles-omap3: these are evil binaries, so skip insane.bbclass tests

---

 recipes/powervr-drivers/libgles-omap3.inc |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/recipes/powervr-drivers/libgles-omap3.inc b/recipes/powervr-drivers/libgles-omap3.inc
index 7e47bbc..632afba 100644
--- a/recipes/powervr-drivers/libgles-omap3.inc
+++ b/recipes/powervr-drivers/libgles-omap3.inc
@@ -1,6 +1,11 @@
 DESCRIPTION = "libGLES for the omap3"
 LICENCE = "proprietary-binary"
 
+#HACK! These are binaries, so we can't guarantee that LDFLAGS match :(
+INSANE_SKIP_${PN} = True
+INSANE_SKIP_${PN}-tests = True
+
+
 PROVIDES += "virtual/egl"
 
 # some hints to get you going. as this isnt a totally "open" library, you need





More information about the Openembedded-commits mailing list