From 452b7f5e097acd2751c52402485a499601eb1f14 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Fri, 17 Aug 2012 12:23:41 +0300 Subject: vc-graphics.inc: Skip ldflags insane check Since these binaries are proprietary and we have no control over them, skip this innsane check to avoid errors like: ERROR: QA Issue: No GNU_HASH in the elf binary: '' Signed-off-by: Andrei Gherzan --- recipes-bcm/vc-graphics/vc-graphics.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-bcm/vc-graphics/vc-graphics.inc b/recipes-bcm/vc-graphics/vc-graphics.inc index f611234..44f42a8 100644 --- a/recipes-bcm/vc-graphics/vc-graphics.inc +++ b/recipes-bcm/vc-graphics/vc-graphics.inc @@ -33,6 +33,9 @@ do_install () { install -m 0644 ${WORKDIR}/egl.pc ${D}${libdir}/pkgconfig/ } +# These are proprietary binaries generated elsewhere so don't check ldflags +INSANE_SKIP_${PN} = "ldflags" + FILES_${PN} = "${bindir}/* \ ${sbindir}/* \ ${libdir}/lib*.so" -- cgit v1.2.3-54-g00ecf