diff options
| author | Michal Wojcik <michal.wojcik@linaro.org> | 2022-09-28 12:27:37 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-09-28 10:09:02 -0400 |
| commit | 80cb96d65e226a3990b453189fc603e831eb7c60 (patch) | |
| tree | e74ab9f135b3af705147f20bf2eaacaa141170a0 | |
| parent | 025c2dcd2d26177baa363aef471cf9c6c4d28357 (diff) | |
| download | meta-clang-80cb96d65e226a3990b453189fc603e831eb7c60.tar.gz | |
bpftrace: Upgrade package to latest master (475ad59)
Upgrade package to include segmentation fault fix added in bb2b5d8.
Signed-off-by: Michal Wojcik <michal.wojcik@linaro.org>
| -rw-r--r-- | dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.16.0.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.16.0.bb b/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.16.0.bb index d39b01a..f671b0d 100644 --- a/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.16.0.bb +++ b/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.16.0.bb | |||
| @@ -16,9 +16,8 @@ DEPENDS += "bison-native \ | |||
| 16 | PV .= "+git${SRCREV}" | 16 | PV .= "+git${SRCREV}" |
| 17 | RDEPENDS:${PN} += "bash python3 xz" | 17 | RDEPENDS:${PN} += "bash python3 xz" |
| 18 | 18 | ||
| 19 | SRC_URI = "git://github.com/iovisor/bpftrace;branch=master;protocol=https \ | 19 | SRC_URI = "git://github.com/iovisor/bpftrace;branch=master;protocol=https" |
| 20 | " | 20 | SRCREV = "475ad59c48ba3a85bb58283ea24d41f94d8d8ed6" |
| 21 | SRCREV = "ed06d87ef19e0b24a96244b1bf50ef85c3f63a37" | ||
| 22 | 21 | ||
| 23 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
| 24 | 23 | ||
