From 1a4116592f570d0e35736ed5e59cd5e372f76c4c Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 23 Feb 2021 22:09:33 -0800 Subject: bcc: Disable luaJIT on ppc64 ppc64 port is not yet available, its proposed here https://github.com/LuaJIT/LuaJIT/pull/54 Signed-off-by: Khem Raj --- .../openembedded-layer/recipes-devtools/bcc/bcc_0.17.0.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'dynamic-layers') diff --git a/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.17.0.bb b/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.17.0.bb index 03d3236..5366db9 100644 --- a/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.17.0.bb +++ b/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.17.0.bb @@ -8,10 +8,14 @@ inherit cmake python3native manpages DEPENDS += "bison-native \ flex-native \ elfutils \ - luajit \ + ${LUAJIT} \ clang \ " +LUAJIT ?= "luajit" +LUAJIT_powerpc64le = "" +LUAJIT_powerpc64 = "" + RDEPENDS_${PN} += "bash python3 python3-core python3-setuptools xz" SRC_URI = "gitsm://github.com/iovisor/bcc \ -- cgit v1.2.3-54-g00ecf