summaryrefslogtreecommitdiffstats
path: root/dynamic-layers
diff options
context:
space:
mode:
authorMartin 'JaMa' Jansa <Martin.Jansa@gmail.com>2024-01-21 13:13:26 +0100
committerKhem Raj <raj.khem@gmail.com>2024-01-21 09:27:07 -0800
commit1aadfcc64ead4eb00484ab9477c82d21773f2aab (patch)
tree4f1a3bd2da0dee5e977ecbf5d36746ea165e134d /dynamic-layers
parent483ed315f09c224b812b1e6cd4c8bbf36de935fd (diff)
downloadmeta-clang-1aadfcc64ead4eb00484ab9477c82d21773f2aab.tar.gz
bcc: drop python3-distutils runtime dependency
distutils package no longer exists after python 3.12 upgrade. I haven't run ptest for this, but at least it will parse well now.
Diffstat (limited to 'dynamic-layers')
-rw-r--r--dynamic-layers/meta-python/recipes-devtools/bcc/bcc_0.28.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/dynamic-layers/meta-python/recipes-devtools/bcc/bcc_0.28.0.bb b/dynamic-layers/meta-python/recipes-devtools/bcc/bcc_0.28.0.bb
index 230c4de..5625e47 100644
--- a/dynamic-layers/meta-python/recipes-devtools/bcc/bcc_0.28.0.bb
+++ b/dynamic-layers/meta-python/recipes-devtools/bcc/bcc_0.28.0.bb
@@ -22,7 +22,7 @@ LUAJIT:powerpc64 = ""
22LUAJIT:riscv64 = "" 22LUAJIT:riscv64 = ""
23 23
24RDEPENDS:${PN} += "bash python3 python3-core python3-setuptools xz" 24RDEPENDS:${PN} += "bash python3 python3-core python3-setuptools xz"
25RDEPENDS:${PN}-ptest = "cmake python3 python3-distutils python3-netaddr python3-pyroute2" 25RDEPENDS:${PN}-ptest = "cmake python3 python3-netaddr python3-pyroute2"
26 26
27SRC_URI = "gitsm://github.com/iovisor/bcc;branch=master;protocol=https \ 27SRC_URI = "gitsm://github.com/iovisor/bcc;branch=master;protocol=https \
28 file://0001-python-CMakeLists.txt-Remove-check-for-host-etc-debi.patch \ 28 file://0001-python-CMakeLists.txt-Remove-check-for-host-etc-debi.patch \