From 816d4c6e0e7cfcf6efce65a89c9ac527d434bf9b Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 25 Jun 2025 22:40:08 -0400 Subject: 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 --- recipes-networking/passt/passt_git.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'recipes-networking/passt') 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" PV = "2025_03_20+git" SRCREV = "cf4d3f05c9263d1b0a88dbbcf9e48d34cac6708e" -S = "${WORKDIR}/git" - do_configure () { : } -- cgit v1.2.3-54-g00ecf