diff options
Diffstat (limited to 'meta-oe/recipes-extended/sysdig/sysdig_git.bb')
| -rw-r--r-- | meta-oe/recipes-extended/sysdig/sysdig_git.bb | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/meta-oe/recipes-extended/sysdig/sysdig_git.bb b/meta-oe/recipes-extended/sysdig/sysdig_git.bb index a626e3b207..a12f8ba5e1 100644 --- a/meta-oe/recipes-extended/sysdig/sysdig_git.bb +++ b/meta-oe/recipes-extended/sysdig/sysdig_git.bb | |||
| @@ -10,16 +10,16 @@ inherit cmake pkgconfig | |||
| 10 | 10 | ||
| 11 | #OECMAKE_GENERATOR = "Unix Makefiles" | 11 | #OECMAKE_GENERATOR = "Unix Makefiles" |
| 12 | JIT ?= "jit" | 12 | JIT ?= "jit" |
| 13 | JIT_mipsarchn32 = "" | 13 | JIT:mipsarchn32 = "" |
| 14 | JIT_mipsarchn64 = "" | 14 | JIT:mipsarchn64 = "" |
| 15 | JIT_riscv64 = "" | 15 | JIT:riscv64 = "" |
| 16 | JIT_riscv32 = "" | 16 | JIT:riscv32 = "" |
| 17 | JIT_powerpc = "" | 17 | JIT:powerpc = "" |
| 18 | JIT_powerpc64le = "" | 18 | JIT:powerpc64le = "" |
| 19 | JIT_powerpc64 = "" | 19 | JIT:powerpc64 = "" |
| 20 | 20 | ||
| 21 | DEPENDS += "libb64 lua${JIT} zlib c-ares grpc-native grpc curl ncurses jsoncpp tbb jq openssl elfutils protobuf protobuf-native jq-native" | 21 | DEPENDS += "libb64 lua${JIT} zlib c-ares grpc-native grpc curl ncurses jsoncpp tbb jq openssl elfutils protobuf protobuf-native jq-native" |
| 22 | RDEPENDS_${PN} = "bash" | 22 | RDEPENDS:${PN} = "bash" |
| 23 | 23 | ||
| 24 | SRC_URI = "git://github.com/draios/sysdig.git;branch=dev \ | 24 | SRC_URI = "git://github.com/draios/sysdig.git;branch=dev \ |
| 25 | file://0001-fix-build-with-LuaJIT-2.1-betas.patch \ | 25 | file://0001-fix-build-with-LuaJIT-2.1-betas.patch \ |
| @@ -39,7 +39,7 @@ EXTRA_OECMAKE = "\ | |||
| 39 | -DLUA_LIBRARY=libluajit-5.1.so \ | 39 | -DLUA_LIBRARY=libluajit-5.1.so \ |
| 40 | " | 40 | " |
| 41 | 41 | ||
| 42 | FILES_${PN} += " \ | 42 | FILES:${PN} += " \ |
| 43 | ${DIR_ETC}/* \ | 43 | ${DIR_ETC}/* \ |
| 44 | ${datadir}/zsh/* \ | 44 | ${datadir}/zsh/* \ |
| 45 | ${prefix}/src/* \ | 45 | ${prefix}/src/* \ |
| @@ -48,8 +48,8 @@ FILES_${PN} += " \ | |||
| 48 | # It should be fixed in sysdig, until then disable | 48 | # It should be fixed in sysdig, until then disable |
| 49 | # on musl | 49 | # on musl |
| 50 | # Something like this https://code.videolan.org/ePirat/vlc/-/commit/01fd9fe4c7f6c5558f7345f38abf0152e17853ab is needed to fix it | 50 | # Something like this https://code.videolan.org/ePirat/vlc/-/commit/01fd9fe4c7f6c5558f7345f38abf0152e17853ab is needed to fix it |
| 51 | COMPATIBLE_HOST_libc-musl = "null" | 51 | COMPATIBLE_HOST:libc-musl = "null" |
| 52 | COMPATIBLE_HOST_mips = "null" | 52 | COMPATIBLE_HOST:mips = "null" |
| 53 | COMPATIBLE_HOST_riscv64 = "null" | 53 | COMPATIBLE_HOST:riscv64 = "null" |
| 54 | COMPATIBLE_HOST_riscv32 = "null" | 54 | COMPATIBLE_HOST:riscv32 = "null" |
| 55 | COMPATIBLE_HOST_powerpc = "null" | 55 | COMPATIBLE_HOST:powerpc = "null" |
