summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-security/paxctl/paxctl_0.9.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-security/paxctl/paxctl_0.9.bb b/recipes-security/paxctl/paxctl_0.9.bb
index fb87f10..3c04141 100644
--- a/recipes-security/paxctl/paxctl_0.9.bb
+++ b/recipes-security/paxctl/paxctl_0.9.bb
@@ -32,4 +32,7 @@ do_install_class-native() {
32 install --mode a=r $PROG.1 ${D}${mandir}/man1/$PROG.1 32 install --mode a=r $PROG.1 ${D}${mandir}/man1/$PROG.1
33} 33}
34 34
35# Avoid QA Issue: No GNU_HASH in the elf binary
36INSANE_SKIP_${PN} = "ldflags"
37
35BBCLASSEXTEND = "native" 38BBCLASSEXTEND = "native"