summaryrefslogtreecommitdiffstats
path: root/recipes-scanners/checksec
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2025-07-02 20:33:28 -0400
committerScott Murray <scott.murray@konsulko.com>2025-07-04 12:41:20 -0400
commit0272225ccdfb31a84408351c5911920a68249cc7 (patch)
tree9e05dbf9514174f91104fd10f284c6d3b4924224 /recipes-scanners/checksec
parentea67ceefdca42da806f3312c6703eff769463b8b (diff)
downloadmeta-security-0272225ccdfb31a84408351c5911920a68249cc7.tar.gz
Adapt to S/UNPACKDIR changes
Remove or update S definitions as required to work with oe-core S/UNPACKDIR changes. Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'recipes-scanners/checksec')
-rw-r--r--recipes-scanners/checksec/checksec_2.6.0.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-scanners/checksec/checksec_2.6.0.bb b/recipes-scanners/checksec/checksec_2.6.0.bb
index 4767239..192e249 100644
--- a/recipes-scanners/checksec/checksec_2.6.0.bb
+++ b/recipes-scanners/checksec/checksec_2.6.0.bb
@@ -9,8 +9,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=879b2147c754bc040c29e9c3b84da836"
9SRCREV = "2753ebb89fcdc96433ae8a4c4e5a49214a845be2" 9SRCREV = "2753ebb89fcdc96433ae8a4c4e5a49214a845be2"
10SRC_URI = "git://github.com/slimm609/checksec.sh;branch=main;protocol=https" 10SRC_URI = "git://github.com/slimm609/checksec.sh;branch=main;protocol=https"
11 11
12S = "${UNPACKDIR}/git"
13
14do_install() { 12do_install() {
15 install -d ${D}${bindir} 13 install -d ${D}${bindir}
16 install -m 0755 ${S}/checksec ${D}${bindir} 14 install -m 0755 ${S}/checksec ${D}${bindir}