diff options
Diffstat (limited to 'meta-oe/recipes-extended/sysdig/sysdig_git.bb')
| -rw-r--r-- | meta-oe/recipes-extended/sysdig/sysdig_git.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/sysdig/sysdig_git.bb b/meta-oe/recipes-extended/sysdig/sysdig_git.bb index ce1a4245ba..11eb5db9e4 100644 --- a/meta-oe/recipes-extended/sysdig/sysdig_git.bb +++ b/meta-oe/recipes-extended/sysdig/sysdig_git.bb | |||
| @@ -12,7 +12,6 @@ inherit cmake pkgconfig | |||
| 12 | JIT ?= "jit" | 12 | JIT ?= "jit" |
| 13 | JIT_mipsarchn32 = "" | 13 | JIT_mipsarchn32 = "" |
| 14 | JIT_mipsarchn64 = "" | 14 | JIT_mipsarchn64 = "" |
| 15 | JIT_aarch64 = "" | ||
| 16 | 15 | ||
| 17 | DEPENDS += "lua${JIT} zlib c-ares grpc-native grpc curl ncurses jsoncpp tbb jq openssl elfutils protobuf protobuf-native jq-native" | 16 | DEPENDS += "lua${JIT} zlib c-ares grpc-native grpc curl ncurses jsoncpp tbb jq openssl elfutils protobuf protobuf-native jq-native" |
| 18 | RDEPENDS_${PN} = "bash" | 17 | RDEPENDS_${PN} = "bash" |
| @@ -21,8 +20,8 @@ SRC_URI = "git://github.com/draios/sysdig.git;branch=dev \ | |||
| 21 | file://0001-fix-build-with-LuaJIT-2.1-betas.patch \ | 20 | file://0001-fix-build-with-LuaJIT-2.1-betas.patch \ |
| 22 | file://0001-Fix-build-with-musl-backtrace-APIs-are-glibc-specifi.patch \ | 21 | file://0001-Fix-build-with-musl-backtrace-APIs-are-glibc-specifi.patch \ |
| 23 | file://fix-uint64-const.patch \ | 22 | file://fix-uint64-const.patch \ |
| 23 | file://aarch64.patch \ | ||
| 24 | " | 24 | " |
| 25 | # v0.26.4 | ||
| 26 | SRCREV = "9fa0d129668fdabf256446be4be35838888052d9" | 25 | SRCREV = "9fa0d129668fdabf256446be4be35838888052d9" |
| 27 | PV = "0.26.5" | 26 | PV = "0.26.5" |
| 28 | 27 | ||
