diff options
| author | Scott Murray <scott.murray@konsulko.com> | 2025-07-02 20:33:28 -0400 |
|---|---|---|
| committer | Scott Murray <scott.murray@konsulko.com> | 2025-07-04 12:41:20 -0400 |
| commit | 0272225ccdfb31a84408351c5911920a68249cc7 (patch) | |
| tree | 9e05dbf9514174f91104fd10f284c6d3b4924224 /recipes-scanners/checksec | |
| parent | ea67ceefdca42da806f3312c6703eff769463b8b (diff) | |
| download | meta-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.bb | 2 |
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" | |||
| 9 | SRCREV = "2753ebb89fcdc96433ae8a4c4e5a49214a845be2" | 9 | SRCREV = "2753ebb89fcdc96433ae8a4c4e5a49214a845be2" |
| 10 | SRC_URI = "git://github.com/slimm609/checksec.sh;branch=main;protocol=https" | 10 | SRC_URI = "git://github.com/slimm609/checksec.sh;branch=main;protocol=https" |
| 11 | 11 | ||
| 12 | S = "${UNPACKDIR}/git" | ||
| 13 | |||
| 14 | do_install() { | 12 | do_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} |
