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: '<binary>'

Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
This commit is contained in:
Andrei Gherzan
2012-08-17 12:23:41 +03:00
parent 4ff04c2b78
commit 452b7f5e09
+3
View File
@@ -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"