[meta-ti] [PATCH 07/10] libgles-omap3: Skip ldflags check for debug binaries also
Prabindh Sundareson
prabu at ti.com
Thu May 2 06:39:21 PDT 2013
The libraries libusc.so, libPVRScopeServices.so, libews.so generate
"No GNU_HASH in the elf binary" error during rootfs packaging due to
prebuilt-binary packaging. This patch skips the check.
Signed-off-by: Prabindh Sundareson <prabu at ti.com>
---
recipes-graphics/libgles/libgles-omap3.inc | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/recipes-graphics/libgles/libgles-omap3.inc b/recipes-graphics/libgles/libgles-omap3.inc
index c33062a..ae69e69 100644
--- a/recipes-graphics/libgles/libgles-omap3.inc
+++ b/recipes-graphics/libgles/libgles-omap3.inc
@@ -285,6 +285,7 @@ INSANE_SKIP_${PN}-linuxfbwsegl-es5 = "ldflags"
INSANE_SKIP_${PN}-linuxfbwsegl-es6 = "ldflags"
INSANE_SKIP_${PN}-linuxfbwsegl-es8 = "ldflags"
INSANE_SKIP_${PN}-tests = "ldflags"
+INSANE_SKIP_${PN}-dev = "ldflags dev-so"
# Quality control is really poor on these SDKs, so hack around the latest madness:
FILES_${PN} += "${libdir}/*.so "
--
1.7.1
More information about the meta-ti
mailing list