diff options
| author | Xiangyu Chen <xiangyu.chen@windriver.com> | 2023-07-21 17:04:32 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-07-25 14:57:18 -0400 |
| commit | b2bac21615b16dfd281646ee8b0f1e384981633e (patch) | |
| tree | fd92c98384ec9568055bfdcee44f3b43df08e688 /recipes-networking/openvswitch/openvswitch_git.bb | |
| parent | af74c007c8b5e287703c8daa0ca803d5f4b1430c (diff) | |
| download | meta-virtualization-b2bac21615b16dfd281646ee8b0f1e384981633e.tar.gz | |
ovs: fix some installed packages in openvswitch cannot be executed
The variable "PYTHON3" in Makefile.am set as python3, this cause the following scripts error:
/usr/sbin/ovs-bugtool Not found the interpreter python3
/usr/bin/ovs-pcap Not found the interpreter python3
/usr/bin/ovs-test Not found the interpreter python3
/usr/bin/ovs-tcpdump Not found the interpreter python3
/usr/bin/ovs-tcpundump Not found the interpreter python3
/usr/bin/ovs-vlan-test Not found the interpreter python3
/usr/bin/ovs-l3ping Not found the interpreter python3
/usr/bin/ovs-parse-backtrace Not found the interpreter python3
/usr/bin/ovs-dpctl-top Not found the interpreter python3
/usr/share/openvswitch/scripts/ovs-check-dead-ifs Not found the interpreter python3
/usr/share/openvswitch/scripts/ovs-check-dead-ifs Not found the interpreter python3
/usr/share/openvswitch/scripts/ovs-monitor-ipsec Not found the interpreter python3
/usr/share/openvswitch/scripts/ovs-vtep Not found the interpreter python3
Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-networking/openvswitch/openvswitch_git.bb')
| -rw-r--r-- | recipes-networking/openvswitch/openvswitch_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-networking/openvswitch/openvswitch_git.bb b/recipes-networking/openvswitch/openvswitch_git.bb index 842ac11b..9d3101a5 100644 --- a/recipes-networking/openvswitch/openvswitch_git.bb +++ b/recipes-networking/openvswitch/openvswitch_git.bb | |||
| @@ -26,6 +26,7 @@ SRC_URI += "git://github.com/openvswitch/ovs.git;protocol=https;branch=branch-3. | |||
| 26 | file://disable_m4_check.patch \ | 26 | file://disable_m4_check.patch \ |
| 27 | file://systemd-update-tool-paths.patch \ | 27 | file://systemd-update-tool-paths.patch \ |
| 28 | file://systemd-create-runtime-dirs.patch \ | 28 | file://systemd-create-runtime-dirs.patch \ |
| 29 | file://Makefile.am-set-the-python3-interpreter-with-usr-bin.patch \ | ||
| 29 | " | 30 | " |
| 30 | 31 | ||
| 31 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1ce5d23a6429dff345518758f13aaeab" | 32 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1ce5d23a6429dff345518758f13aaeab" |
