summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYiding Liu (Fujitsu) <liuyd.fnst@fujitsu.com>2025-07-18 09:28:08 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2025-07-20 22:36:08 -0400
commit9b034e3defd4aa1108d7a6b4dcca600d4352b132 (patch)
treecc9305892cf69fc32c0212a8dc0825204b5e70b7
parent69c32e6e65b0d73b76692f9998781e9cfd80236b (diff)
downloadmeta-virtualization-9b034e3defd4aa1108d7a6b4dcca600d4352b132.tar.gz
openvswitch: small ptest fix adapt to UNPACKDIR changes
Assume the build conf dir is /mnt/test/build_auh before UNPACKDIR change: S="/mnt/test/build_auh/tmp/work/qemuarm64-poky-linux/openvswitch/3.5.0/git" after UNPACKDIR change: S="/mnt/test/build_auh/tmp/work/qemuarm64-poky-linux/openvswitch/3.5.0/sources/openvswitch-3.5.0" Then we should change ptest patch to adapt to it Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-networking/openvswitch/openvswitch-git/openvswitch-add-ptest-71d553b995d0bd527d3ab1e9fbaf5a2ae34de2f3.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-networking/openvswitch/openvswitch-git/openvswitch-add-ptest-71d553b995d0bd527d3ab1e9fbaf5a2ae34de2f3.patch b/recipes-networking/openvswitch/openvswitch-git/openvswitch-add-ptest-71d553b995d0bd527d3ab1e9fbaf5a2ae34de2f3.patch
index abad1458..e55e434d 100644
--- a/recipes-networking/openvswitch/openvswitch-git/openvswitch-add-ptest-71d553b995d0bd527d3ab1e9fbaf5a2ae34de2f3.patch
+++ b/recipes-networking/openvswitch/openvswitch-git/openvswitch-add-ptest-71d553b995d0bd527d3ab1e9fbaf5a2ae34de2f3.patch
@@ -86,7 +86,7 @@ index 0000000..0b4587c
86+ install $(srcdir)/utilities/ovs-pki.in $(TEST_DEST)/utilities ;\ 86+ install $(srcdir)/utilities/ovs-pki.in $(TEST_DEST)/utilities ;\
87+ for p in $$list ; do \ 87+ for p in $$list ; do \
88+ echo $$p ;\ 88+ echo $$p ;\
89+ p=$${p#../git/} ;\ 89+ p=$${p#../sources/openvswitch*/} ;\
90+ pre=$${p#tests\/} ;\ 90+ pre=$${p#tests\/} ;\
91+ if test $$pre != $$p ; then \ 91+ if test $$pre != $$p ; then \
92+ echo installing $$p to $(TEST_DEST)/tests/$$pre ;\ 92+ echo installing $$p to $(TEST_DEST)/tests/$$pre ;\