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:
@@ -16,8 +16,6 @@ SRC_URI = "git://github.com/netblue30/firejail.git;protocol=https;branch=master
|
||||
|
||||
DEPENDS = "libseccomp"
|
||||
|
||||
S = "${UNPACKDIR}/git"
|
||||
|
||||
inherit autotools-brokensep pkgconfig bash-completion features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "seccomp"
|
||||
|
||||
@@ -12,8 +12,6 @@ DEPENDS = "virtual/kernel nasm-native"
|
||||
SRC_URI = "git://github.com/chipsec/chipsec.git;branch=main;protocol=https"
|
||||
SRCREV = "d8c2a606bf440c32196c6289a7a458f3ae3107cc"
|
||||
|
||||
S = "${UNPACKDIR}/git"
|
||||
|
||||
inherit module setuptools3
|
||||
|
||||
EXTRA_OEMAKE = "CC='${CC}' LDFLAGS='${LDFLAGS}' CFLAGS='${CFLAGS}'"
|
||||
|
||||
@@ -20,8 +20,6 @@ inherit go goarch features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "pam"
|
||||
|
||||
S = "${UNPACKDIR}/git"
|
||||
|
||||
do_compile() {
|
||||
export GOARCH=${TARGET_GOARCH}
|
||||
export GOROOT="${STAGING_LIBDIR_NATIVE}/${TARGET_SYS}/go"
|
||||
|
||||
@@ -12,8 +12,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
||||
SRCREV = "7c80c73c084ce9ea49a03b814dac7a82fd7b4c23"
|
||||
SRC_URI = "git://github.com/google/fscryptctl.git;branch=master;protocol=https"
|
||||
|
||||
S = "${UNPACKDIR}/git"
|
||||
|
||||
do_compile:prepend() {
|
||||
sed -i 's/fscryptctl\.1//g' ${S}/Makefile
|
||||
sed -i 's/install-man//g' ${S}/Makefile
|
||||
|
||||
@@ -10,7 +10,6 @@ inherit meson pkgconfig
|
||||
|
||||
DEPENDS += "openssl"
|
||||
|
||||
S = "${UNPACKDIR}/git"
|
||||
SRC_URI = "git://github.com/google/glome.git;branch=master;protocol=https"
|
||||
SRCREV = "48d28f82bd51ae4bccc84fbbee93c375b026596b"
|
||||
|
||||
|
||||
@@ -8,8 +8,6 @@ SRCREV = "962f353aac6cfc7b804547319db40f8b804f0b6c"
|
||||
|
||||
DEPENDS = "libpam"
|
||||
|
||||
S = "${UNPACKDIR}/git"
|
||||
|
||||
inherit autotools features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "pam"
|
||||
|
||||
@@ -15,7 +15,6 @@ include krill-crates.inc
|
||||
UPSTREAM_CHECK_URI = "https://github.com/NLnetLabs/${BPN}/releases"
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
|
||||
|
||||
S = "${UNPACKDIR}/git"
|
||||
CARGO_SRC_DIR = ""
|
||||
|
||||
inherit pkgconfig useradd systemd cargo cargo-update-recipe-crates
|
||||
|
||||
@@ -20,8 +20,6 @@ EXTRA_OECONF = "--disable-pthreads --with-ssl-dir=${STAGING_LIBDIR}"
|
||||
CFLAGS += "-fcommon"
|
||||
LDFLAGS:append:libc-musl = " -lexecinfo"
|
||||
|
||||
S = "${UNPACKDIR}/git"
|
||||
|
||||
PACKAGES = "${PN} ${PN}-dbg ${PN}-dev"
|
||||
|
||||
FILES:${PN} = "${bindir}/* ${libdir}/libest-3.2.0p.so"
|
||||
|
||||
@@ -26,8 +26,6 @@ SRC_URI = "git://gitlab.com/gsasl/libgssglue.git;protocol=https;branch=master \
|
||||
"
|
||||
SRCREV = "ada76bdaec665f70505f0b3aefe871b873e7c4b6"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools-brokensep ptest
|
||||
|
||||
do_configure:prepend() {
|
||||
|
||||
@@ -11,6 +11,6 @@ SRC_URI = "git://github.com/kyz/libmspack.git;branch=master;protocol=https"
|
||||
|
||||
inherit autotools
|
||||
|
||||
S = "${UNPACKDIR}/git/${BPN}"
|
||||
S = "${UNPACKDIR}/${BP}/${BPN}"
|
||||
|
||||
inherit autotools
|
||||
|
||||
@@ -13,6 +13,4 @@ DEPENDS = "openssl zlib"
|
||||
|
||||
inherit autotools-brokensep
|
||||
|
||||
S = "${UNPACKDIR}/git"
|
||||
|
||||
INSANE_SKIP:${PN} = "already-stripped"
|
||||
|
||||
@@ -18,8 +18,7 @@ SRC_URI = "file://find-chroot-py.sh \
|
||||
file://selinux-check-devices.sh \
|
||||
file://selinux-ls-unconfined.sh"
|
||||
|
||||
S = "${WORKDIR}/sources"
|
||||
UNPACKDIR = "${S}"
|
||||
S = "${UNPACKDIR}"
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${bindir}
|
||||
|
||||
Reference in New Issue
Block a user