diff options
-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 |