diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-06-25 22:40:08 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-06-25 22:57:46 -0400 |
| commit | 816d4c6e0e7cfcf6efce65a89c9ac527d434bf9b (patch) | |
| tree | 4506f49c80f2200795a79d9c2e4f41f08e896477 /recipes-networking/passt | |
| parent | 9f845c8d70176889348a9b21af350ef46a132ba7 (diff) | |
| download | meta-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.bb | 2 |
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" | |||
| 18 | PV = "2025_03_20+git" | 18 | PV = "2025_03_20+git" |
| 19 | SRCREV = "cf4d3f05c9263d1b0a88dbbcf9e48d34cac6708e" | 19 | SRCREV = "cf4d3f05c9263d1b0a88dbbcf9e48d34cac6708e" |
| 20 | 20 | ||
| 21 | S = "${WORKDIR}/git" | ||
| 22 | |||
| 23 | do_configure () { | 21 | do_configure () { |
| 24 | : | 22 | : |
| 25 | } | 23 | } |
