mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-06-06 14:49:55 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user