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:
Armin Kuster
2016-09-25 09:11:54 -07:00
parent fdbb174036
commit f41ed27588

View File

@@ -32,4 +32,7 @@ do_install_class-native() {
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"