diff options
| -rw-r--r-- | dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.24.0.bb | 3 |
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 \ | |||
| 16 | LUAJIT ?= "luajit" | 16 | LUAJIT ?= "luajit" |
| 17 | LUAJIT:powerpc64le = "" | 17 | LUAJIT:powerpc64le = "" |
| 18 | LUAJIT:powerpc64 = "" | 18 | LUAJIT:powerpc64 = "" |
| 19 | LUAJIT:riscv64 = "" | ||
| 19 | 20 | ||
| 20 | RDEPENDS:${PN} += "bash python3 python3-core python3-setuptools xz" | 21 | RDEPENDS:${PN} += "bash python3 python3-core python3-setuptools xz" |
| 21 | 22 | ||
| @@ -53,4 +54,4 @@ do_install:append() { | |||
| 53 | FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR}" | 54 | FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR}" |
| 54 | FILES:${PN}-doc += "${datadir}/${PN}/man" | 55 | FILES:${PN}-doc += "${datadir}/${PN}/man" |
| 55 | 56 | ||
| 56 | COMPATIBLE_HOST = "(x86_64.*|aarch64.*|powerpc64.*)-linux" | 57 | COMPATIBLE_HOST = "(x86_64.*|aarch64.*|powerpc64.*|riscv64.*)-linux" |
