summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-09-17 11:50:41 -0300
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2026-09-17 19:30:35 +0000
commit39857f20e3756ef871c63c76676ef11d8f16a5fd (patch)
tree53e78a6918a03168ea9e71ee598357899b922b9e
parent93c160a82d41717862c3e7f8db02ae0cdfed55e5 (diff)
downloadmeta-freescale-backport-2720-to-wrynose.tar.gz
ovs-dpdk: Drop the unused python3 runtime dependencybackport-2720-to-wrynose
do_install:append installs seven compiled binaries and a JSON schema, and the recipe inherits no autotools, so base_do_install stays empty: the package ships no Python at all and python3 only pulled the interpreter and its stdlib onto the target. Tested with bitbake ovs-dpdk on ls1046ardb: FILELIST and PKGSIZE unchanged, ovs-dpdk-dev loses python3-dev. Signed-off-by: Luciano Dittgen <luciano.dittgen@ossystems.com.br> (cherry picked from commit 7cd19c8462327cd39c3453cf5cabe33716d4547f)
-rw-r--r--recipes-extended/ovs-dpdk/ovs-dpdk_3.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/ovs-dpdk/ovs-dpdk_3.1.bb b/recipes-extended/ovs-dpdk/ovs-dpdk_3.1.bb
index d266cb2cc..7a140d90a 100644
--- a/recipes-extended/ovs-dpdk/ovs-dpdk_3.1.bb
+++ b/recipes-extended/ovs-dpdk/ovs-dpdk_3.1.bb
@@ -43,6 +43,6 @@ ALLOW_EMPTY:${PN} = "1"
43INHIBIT_PACKAGE_STRIP = "1" 43INHIBIT_PACKAGE_STRIP = "1"
44PACKAGE_ARCH = "${MACHINE_ARCH}" 44PACKAGE_ARCH = "${MACHINE_ARCH}"
45 45
46RDEPENDS:${PN} = "bash libcrypto libssl python3" 46RDEPENDS:${PN} = "bash libcrypto libssl"
47 47
48COMPATIBLE_MACHINE = "(qoriq-arm64)" 48COMPATIBLE_MACHINE = "(qoriq-arm64)"