mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-07 04:58:47 +00:00
paxctl: Fix QA warning
WARNING: paxctl-0.9-r0 do_package_qa: QA Issue: No GNU_HASH in the elf binary: '...../build/tmp-glibc/work/core2-64-oe-linux/paxctl/0.9-r0/packages-split/paxctl/sbin/paxctl' [ldflags] Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -32,4 +32,7 @@ do_install_class-native() {
|
|||||||
install --mode a=r $PROG.1 ${D}${mandir}/man1/$PROG.1
|
install --mode a=r $PROG.1 ${D}${mandir}/man1/$PROG.1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Avoid QA Issue: No GNU_HASH in the elf binary
|
||||||
|
INSANE_SKIP_${PN} = "ldflags"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native"
|
||||||
|
|||||||
Reference in New Issue
Block a user