summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2016-09-25 09:11:54 -0700
committerArmin Kuster <akuster808@gmail.com>2016-10-11 01:39:29 -0700
commitf41ed27588289eb1c0d556764ab3dc72f4f9d33c (patch)
treec10efd315b992b988c28a3e581ef965e4c1a22c1
parentfdbb174036516ba08dc2d567bbcec21f11869cef (diff)
downloadmeta-security-f41ed27588289eb1c0d556764ab3dc72f4f9d33c.tar.gz
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>
-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"