summaryrefslogtreecommitdiffstats
path: root/dynamic-layers
diff options
context:
space:
mode:
Diffstat (limited to 'dynamic-layers')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.24.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.24.0.bb b/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.24.0.bb
index 65831c3..9ad2d01 100644
--- a/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.24.0.bb
+++ b/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.24.0.bb
@@ -16,6 +16,7 @@ DEPENDS += "bison-native \
16LUAJIT ?= "luajit" 16LUAJIT ?= "luajit"
17LUAJIT:powerpc64le = "" 17LUAJIT:powerpc64le = ""
18LUAJIT:powerpc64 = "" 18LUAJIT:powerpc64 = ""
19LUAJIT:riscv64 = ""
19 20
20RDEPENDS:${PN} += "bash python3 python3-core python3-setuptools xz" 21RDEPENDS:${PN} += "bash python3 python3-core python3-setuptools xz"
21 22
@@ -53,4 +54,4 @@ do_install:append() {
53FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR}" 54FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR}"
54FILES:${PN}-doc += "${datadir}/${PN}/man" 55FILES:${PN}-doc += "${datadir}/${PN}/man"
55 56
56COMPATIBLE_HOST = "(x86_64.*|aarch64.*|powerpc64.*)-linux" 57COMPATIBLE_HOST = "(x86_64.*|aarch64.*|powerpc64.*|riscv64.*)-linux"