diff options
author | Devendra Tewari <devendra.tewari@gmail.com> | 2021-11-22 19:32:16 -0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-11-22 14:39:05 -0800 |
commit | 2207df98559afc19d6a0243027bbac18980fc764 (patch) | |
tree | 7bd620e1b4c6cf9cd7ba0b971b5f912f522622df /dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.17.0.bb | |
parent | b0d805060791006d651efd3d7ae3dd5add8f70fe (diff) | |
download | meta-clang-hardknott.tar.gz |
recipes: Specify branch and protocol in SRC_URIhardknott
github has stopped supporting anonymous git protocol and bitbake now
warns about branch not being explicit, master is no more a viable
fallback
Signed-off-by: Devendra Tewari <devendra.tewari@gmail.com>
Diffstat (limited to 'dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.17.0.bb')
-rw-r--r-- | dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.17.0.bb | 2 |
1 files changed, 1 insertions, 1 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 \ |