diff options
-rw-r--r-- | meta-oe/recipes-extended/sysdig/sysdig_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/sysdig/sysdig_git.bb b/meta-oe/recipes-extended/sysdig/sysdig_git.bb index 11eb5db9e4..8074b2e0e1 100644 --- a/meta-oe/recipes-extended/sysdig/sysdig_git.bb +++ b/meta-oe/recipes-extended/sysdig/sysdig_git.bb | |||
@@ -22,8 +22,8 @@ SRC_URI = "git://github.com/draios/sysdig.git;branch=dev \ | |||
22 | file://fix-uint64-const.patch \ | 22 | file://fix-uint64-const.patch \ |
23 | file://aarch64.patch \ | 23 | file://aarch64.patch \ |
24 | " | 24 | " |
25 | SRCREV = "9fa0d129668fdabf256446be4be35838888052d9" | 25 | SRCREV = "8daeef8da752c5f07f439391bc20c5948eb11470" |
26 | PV = "0.26.5" | 26 | PV = "0.26.6" |
27 | 27 | ||
28 | S = "${WORKDIR}/git" | 28 | S = "${WORKDIR}/git" |
29 | 29 | ||