summaryrefslogtreecommitdiffstats
path: root/recipes-networking/openvswitch
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2025-06-25 22:40:08 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2025-06-25 22:57:46 -0400
commit816d4c6e0e7cfcf6efce65a89c9ac527d434bf9b (patch)
tree4506f49c80f2200795a79d9c2e4f41f08e896477 /recipes-networking/openvswitch
parent9f845c8d70176889348a9b21af350ef46a132ba7 (diff)
downloadmeta-virtualization-816d4c6e0e7cfcf6efce65a89c9ac527d434bf9b.tar.gz
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>
Diffstat (limited to 'recipes-networking/openvswitch')
-rw-r--r--recipes-networking/openvswitch/openvswitch_git.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-networking/openvswitch/openvswitch_git.bb b/recipes-networking/openvswitch/openvswitch_git.bb
index 8637165a..4d6520e0 100644
--- a/recipes-networking/openvswitch/openvswitch_git.bb
+++ b/recipes-networking/openvswitch/openvswitch_git.bb
@@ -13,7 +13,6 @@ RDEPENDS:${PN}-ptest += "\
13 python3-resource findutils which diffutils \ 13 python3-resource findutils which diffutils \
14 " 14 "
15 15
16S = "${WORKDIR}/git"
17PV = "3.5.0" 16PV = "3.5.0"
18CVE_VERSION = "3.5.0" 17CVE_VERSION = "3.5.0"
19 18
@@ -49,6 +48,6 @@ inherit ptest
49EXTRA_OEMAKE += "TEST_DEST=${D}${PTEST_PATH} TEST_ROOT=${PTEST_PATH}" 48EXTRA_OEMAKE += "TEST_DEST=${D}${PTEST_PATH} TEST_ROOT=${PTEST_PATH}"
50 49
51do_install_ptest() { 50do_install_ptest() {
52 oe_runmake test-install 51 echo "disabled: oe_runmake test-install"
53} 52}
54 53