diff options
author | Martin 'JaMa' Jansa <Martin.Jansa@gmail.com> | 2024-01-21 13:13:26 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-01-21 09:27:07 -0800 |
commit | 1aadfcc64ead4eb00484ab9477c82d21773f2aab (patch) | |
tree | 4f1a3bd2da0dee5e977ecbf5d36746ea165e134d /dynamic-layers/meta-python/recipes-devtools/bcc | |
parent | 483ed315f09c224b812b1e6cd4c8bbf36de935fd (diff) | |
download | meta-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/meta-python/recipes-devtools/bcc')
-rw-r--r-- | dynamic-layers/meta-python/recipes-devtools/bcc/bcc_0.28.0.bb | 2 |
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 = "" | |||
22 | LUAJIT:riscv64 = "" | 22 | LUAJIT:riscv64 = "" |
23 | 23 | ||
24 | RDEPENDS:${PN} += "bash python3 python3-core python3-setuptools xz" | 24 | RDEPENDS:${PN} += "bash python3 python3-core python3-setuptools xz" |
25 | RDEPENDS:${PN}-ptest = "cmake python3 python3-distutils python3-netaddr python3-pyroute2" | 25 | RDEPENDS:${PN}-ptest = "cmake python3 python3-netaddr python3-pyroute2" |
26 | 26 | ||
27 | SRC_URI = "gitsm://github.com/iovisor/bcc;branch=master;protocol=https \ | 27 | SRC_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 \ |