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:
Scott Murray
2025-07-02 20:33:28 -04:00
parent ea67ceefdc
commit 0272225ccd
43 changed files with 10 additions and 79 deletions

View File

@@ -23,7 +23,6 @@ SRC_URI = " \
"
SRCREV = "b4dfdf50f50ed1d64161424d036a2453645f0cfe"
S = "${UNPACKDIR}/git"
PARALLEL_MAKE = ""

View File

@@ -5,8 +5,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda
SRC_URI = "file://mmap.c"
S = "${WORKDIR}/sources"
UNPACKDIR = "${S}"
S = "${UNPACKDIR}"
do_compile() {
${CC} mmap.c ${LDFLAGS} -o mmap_test

View File

@@ -10,8 +10,7 @@ SRC_URI = " \
file://test_smack_onlycap.sh \
"
S = "${WORKDIR}/sources"
UNPACKDIR = "${S}"
S = "${UNPACKDIR}"
inherit features_check

View File

@@ -23,9 +23,6 @@ inherit features_check
REQUIRED_DISTRO_FEATURES = "smack"
S = "${WORKDIR}/git"
PACKAGECONFIG ??= ""
PACKAGECONFIG:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}"

View File

@@ -8,8 +8,7 @@ SRC_URI = "file://tcp_server.c \
file://test_smack_tcp_sockets.sh \
"
S = "${WORKDIR}/sources"
UNPACKDIR = "${S}"
S = "${UNPACKDIR}"
do_compile() {
${CC} tcp_client.c ${LDFLAGS} -o tcp_client

View File

@@ -8,8 +8,7 @@ SRC_URI = "file://udp_server.c \
file://test_smack_udp_sockets.sh \
"
S = "${WORKDIR}/sources"
UNPACKDIR = "${S}"
S = "${UNPACKDIR}"
do_compile() {
${CC} udp_client.c ${LDFLAGS} -o udp_client