diff options
author | Koen Kooi <koen@openembedded.org> | 2009-04-08 14:32:05 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-04-08 14:32:05 +0200 |
commit | 579fcb8a6c9810e8a7d9258a01e12ac3b3410cf0 (patch) | |
tree | 1a32b2afe8808bbee89639adc5c9efdb38fcb988 /recipes/powervr-drivers/libgles-omap3.inc | |
parent | 2b4bf8dbde03ada2e8d3eef295c31c95431e4c84 (diff) |
libgles-omap3: these are evil binaries, so skip insane.bbclass tests
Diffstat (limited to 'recipes/powervr-drivers/libgles-omap3.inc')
-rw-r--r-- | 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 7e47bbc8ae..632afbaf23 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 |