From 5d78f6e3b08770340314d339df14f47eea3ec5e5 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 4 Nov 2021 07:58:13 -0700 Subject: 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 --- dynamic-layers/openembedded-layer/recipes-devtools/bcc/bcc_0.20.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dynamic-layers') 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 = "" RDEPENDS:${PN} += "bash python3 python3-core python3-setuptools xz" -SRC_URI = "gitsm://github.com/iovisor/bcc \ +SRC_URI = "gitsm://github.com/iovisor/bcc;branch=master;protocol=https \ file://0001-python-CMakeLists.txt-Remove-check-for-host-etc-debi.patch \ file://0001-tools-trace.py-Fix-failing-to-exit.patch \ file://0001-CMakeLists.txt-override-the-PY_CMD_ESCAPED.patch \ -- cgit v1.2.3-54-g00ecf