summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2012-08-17 12:23:41 +0300
committerAndrei Gherzan <andrei@gherzan.ro>2012-08-22 01:17:27 +0300
commit452b7f5e097acd2751c52402485a499601eb1f14 (patch)
tree16950a577ff175511321774c7fdcb6f14ab7750a
parent4ff04c2b786683e6de36d4faa245e06b354d5bab (diff)
downloadmeta-raspberrypi-452b7f5e097acd2751c52402485a499601eb1f14.tar.gz
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>
-rw-r--r--recipes-bcm/vc-graphics/vc-graphics.inc3
1 files changed, 3 insertions, 0 deletions
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 () {
33 install -m 0644 ${WORKDIR}/egl.pc ${D}${libdir}/pkgconfig/ 33 install -m 0644 ${WORKDIR}/egl.pc ${D}${libdir}/pkgconfig/
34} 34}
35 35
36# These are proprietary binaries generated elsewhere so don't check ldflags
37INSANE_SKIP_${PN} = "ldflags"
38
36FILES_${PN} = "${bindir}/* \ 39FILES_${PN} = "${bindir}/* \
37 ${sbindir}/* \ 40 ${sbindir}/* \
38 ${libdir}/lib*.so" 41 ${libdir}/lib*.so"