mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-11 15:00:34 +00:00
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>
This commit is contained in:
@@ -9,8 +9,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=879b2147c754bc040c29e9c3b84da836"
|
||||
SRCREV = "2753ebb89fcdc96433ae8a4c4e5a49214a845be2"
|
||||
SRC_URI = "git://github.com/slimm609/checksec.sh;branch=main;protocol=https"
|
||||
|
||||
S = "${UNPACKDIR}/git"
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${bindir}
|
||||
install -m 0755 ${S}/checksec ${D}${bindir}
|
||||
|
||||
@@ -21,7 +21,6 @@ SRC_URI = "git://github.com/Cisco-Talos/clamav;branch=rel/0.104;protocol=https \
|
||||
file://headers_fixup.patch \
|
||||
file://oe_cmake_fixup.patch \
|
||||
"
|
||||
S = "${UNPACKDIR}/git"
|
||||
|
||||
LEAD_SONAME = "libclamav.so"
|
||||
SO_VER = "9.6.0"
|
||||
|
||||
Reference in New Issue
Block a user