diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-11-04 07:58:13 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-11-05 09:47:24 -0700 |
commit | 5d78f6e3b08770340314d339df14f47eea3ec5e5 (patch) | |
tree | 32184d0f3bfee86295ab28415230e7d3ddfea396 /dynamic-layers/openembedded-layer | |
parent | 3b6820fde10f07c16439274395575c982265eb73 (diff) | |
download | meta-clang-5d78f6e3b08770340314d339df14f47eea3ec5e5.tar.gz |
bcc: Specify branch and protocol in git SRC_URI
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: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'dynamic-layers/openembedded-layer')
-rw-r--r-- | dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.20.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.20.0.bb b/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.20.0.bb index 43e828b..e92de91 100644 --- a/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.20.0.bb +++ b/dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.20.0.bb | |||
@@ -18,7 +18,7 @@ LUAJIT:powerpc64 = "" | |||
18 | 18 | ||
19 | RDEPENDS:${PN} += "bash python3 python3-core python3-setuptools xz" | 19 | RDEPENDS:${PN} += "bash python3 python3-core python3-setuptools xz" |
20 | 20 | ||
21 | SRC_URI = "gitsm://github.com/iovisor/bcc \ | 21 | SRC_URI = "gitsm://github.com/iovisor/bcc;branch=master;protocol=https \ |
22 | file://0001-python-CMakeLists.txt-Remove-check-for-host-etc-debi.patch \ | 22 | file://0001-python-CMakeLists.txt-Remove-check-for-host-etc-debi.patch \ |
23 | file://0001-tools-trace.py-Fix-failing-to-exit.patch \ | 23 | file://0001-tools-trace.py-Fix-failing-to-exit.patch \ |
24 | file://0001-CMakeLists.txt-override-the-PY_CMD_ESCAPED.patch \ | 24 | file://0001-CMakeLists.txt-override-the-PY_CMD_ESCAPED.patch \ |