summaryrefslogtreecommitdiffstats
path: root/recipes-networking/passt
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/passt
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/passt')
-rw-r--r--recipes-networking/passt/passt_git.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-networking/passt/passt_git.bb b/recipes-networking/passt/passt_git.bb
index 1c018cc0..4a5035cb 100644
--- a/recipes-networking/passt/passt_git.bb
+++ b/recipes-networking/passt/passt_git.bb
@@ -18,8 +18,6 @@ SRC_URI = "git://passt.top/passt;branch=master"
18PV = "2025_03_20+git" 18PV = "2025_03_20+git"
19SRCREV = "cf4d3f05c9263d1b0a88dbbcf9e48d34cac6708e" 19SRCREV = "cf4d3f05c9263d1b0a88dbbcf9e48d34cac6708e"
20 20
21S = "${WORKDIR}/git"
22
23do_configure () { 21do_configure () {
24 : 22 :
25} 23}