diff options
Diffstat (limited to 'dynamic-layers')
-rw-r--r-- | dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.17.0.bb | 2 | ||||
-rw-r--r-- | dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.11.4.bb | 2 |
2 files changed, 2 insertions, 2 deletions
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 8953fd4..4d20af7 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 | |||
@@ -20,7 +20,7 @@ RDEPENDS_${PN} += "bash python3 python3-core python3-setuptools xz" | |||
20 | 20 | ||
21 | # Don't fetch submodules otherwise we fetch an older, vendored libbpf version | 21 | # Don't fetch submodules otherwise we fetch an older, vendored libbpf version |
22 | # We use a dynamic libbpf library instead | 22 | # We use a dynamic libbpf library instead |
23 | SRC_URI = "git://github.com/iovisor/bcc \ | 23 | SRC_URI = "git://github.com/iovisor/bcc;branch=master;protocol=https \ |
24 | file://0001-python-CMakeLists.txt-Remove-check-for-host-etc-debi.patch \ | 24 | file://0001-python-CMakeLists.txt-Remove-check-for-host-etc-debi.patch \ |
25 | file://0001-tools-trace.py-Fix-failing-to-exit.patch \ | 25 | file://0001-tools-trace.py-Fix-failing-to-exit.patch \ |
26 | file://0001-CMakeLists.txt-override-the-PY_CMD_ESCAPED.patch \ | 26 | file://0001-CMakeLists.txt-override-the-PY_CMD_ESCAPED.patch \ |
diff --git a/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.11.4.bb b/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.11.4.bb index d6ab0ce..2d9bd9c 100644 --- a/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.11.4.bb +++ b/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace_0.11.4.bb | |||
@@ -13,7 +13,7 @@ DEPENDS += "bison-native \ | |||
13 | PV .= "+git${SRCREV}" | 13 | PV .= "+git${SRCREV}" |
14 | RDEPENDS_${PN} += "bash python3 xz" | 14 | RDEPENDS_${PN} += "bash python3 xz" |
15 | 15 | ||
16 | SRC_URI = "git://github.com/iovisor/bpftrace;branch=master \ | 16 | SRC_URI = "git://github.com/iovisor/bpftrace;branch=master;protocol=https \ |
17 | file://0001-bpforc.h-Include-optional-header.patch \ | 17 | file://0001-bpforc.h-Include-optional-header.patch \ |
18 | " | 18 | " |
19 | SRCREV = "6bfa61f505b6b4215328f90762776edd8a22fdb7" | 19 | SRCREV = "6bfa61f505b6b4215328f90762776edd8a22fdb7" |