summaryrefslogtreecommitdiffstats
path: root/recipes-scanners/checksec
diff options
context:
space:
mode:
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}