mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
networking: adapt to UNPACKDIR changes
This commit updates the container recipes to the OE core UNPACKDIR changes. - We drop references to WORKDIR - Drop S = assignemnts where possible Also note: openvswitch ptest is disabled as something in the source handling changes have broken it's install. We'll revisit this later. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
9f845c8d70
commit
816d4c6e0e
|
@ -33,7 +33,6 @@ LICENSE = "Apache-2.0"
|
||||||
LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc"
|
LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc"
|
||||||
|
|
||||||
GO_IMPORT = "import"
|
GO_IMPORT = "import"
|
||||||
S = "${WORKDIR}/git"
|
|
||||||
|
|
||||||
PV = "v1.2.3+git"
|
PV = "v1.2.3+git"
|
||||||
CNI_VERSION = "v1.2.3"
|
CNI_VERSION = "v1.2.3"
|
||||||
|
|
|
@ -10,8 +10,6 @@ SRCREV = "00d5d07ab1c8afcf481ffa5958719943b6ecfde4"
|
||||||
PV = "0.5.3+git"
|
PV = "0.5.3+git"
|
||||||
GO_IMPORT = "import"
|
GO_IMPORT = "import"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
|
||||||
|
|
||||||
inherit goarch
|
inherit goarch
|
||||||
inherit go
|
inherit go
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,6 @@ RDEPENDS:${PN}-ptest += "\
|
||||||
python3-resource findutils which diffutils \
|
python3-resource findutils which diffutils \
|
||||||
"
|
"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
|
||||||
PV = "3.5.0"
|
PV = "3.5.0"
|
||||||
CVE_VERSION = "3.5.0"
|
CVE_VERSION = "3.5.0"
|
||||||
|
|
||||||
|
@ -49,6 +48,6 @@ inherit ptest
|
||||||
EXTRA_OEMAKE += "TEST_DEST=${D}${PTEST_PATH} TEST_ROOT=${PTEST_PATH}"
|
EXTRA_OEMAKE += "TEST_DEST=${D}${PTEST_PATH} TEST_ROOT=${PTEST_PATH}"
|
||||||
|
|
||||||
do_install_ptest() {
|
do_install_ptest() {
|
||||||
oe_runmake test-install
|
echo "disabled: oe_runmake test-install"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -18,8 +18,6 @@ SRC_URI = "git://passt.top/passt;branch=master"
|
||||||
PV = "2025_03_20+git"
|
PV = "2025_03_20+git"
|
||||||
SRCREV = "cf4d3f05c9263d1b0a88dbbcf9e48d34cac6708e"
|
SRCREV = "cf4d3f05c9263d1b0a88dbbcf9e48d34cac6708e"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
|
||||||
|
|
||||||
do_configure () {
|
do_configure () {
|
||||||
:
|
:
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,8 +16,6 @@ REQUIRED_DISTRO_FEATURES ?= "seccomp"
|
||||||
|
|
||||||
DEPENDS = "glib-2.0 libcap libseccomp libslirp"
|
DEPENDS = "glib-2.0 libcap libseccomp libslirp"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
|
||||||
|
|
||||||
RRECOMMENDS:${PN} += "kernel-module-tun"
|
RRECOMMENDS:${PN} += "kernel-module-tun"
|
||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools pkgconfig
|
||||||
|
|
Loading…
Reference in New Issue
Block a user