From 791e84711888aa4d4355f1ee3d1ef7d4f50fccb1 Mon Sep 17 00:00:00 2001 From: Ovidiu Panait Date: Sun, 15 Mar 2020 10:41:24 +0200 Subject: bcc: Use gitsm fetcher to pull src/cc/libbpf submodule Otherwise, the git submodule clone will be performed during the do_configure step, which is not desirable: Submodule 'src/cc/libbpf' (https://github.com/libbpf/libbpf.git) registered for path 'src/cc/libbpf' Cloning into 'build-clang/tmp-glibc/work/core2-64-oe-linux/bcc/0.13.0-r0/git/src/cc/libbpf'... Submodule path 'src/cc/libbpf': checked out '583bddce6b93bafa31471212a9811fd7d38b5f9a' Signed-off-by: Ovidiu Panait --- recipes-devtools/bcc/bcc_0.13.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-devtools') diff --git a/recipes-devtools/bcc/bcc_0.13.0.bb b/recipes-devtools/bcc/bcc_0.13.0.bb index 30486f6..460ac23 100644 --- a/recipes-devtools/bcc/bcc_0.13.0.bb +++ b/recipes-devtools/bcc/bcc_0.13.0.bb @@ -14,7 +14,7 @@ DEPENDS += "bison-native \ RDEPENDS_${PN} += "bash python3 python3-core" -SRC_URI = "git://github.com/iovisor/bcc \ +SRC_URI = "gitsm://github.com/iovisor/bcc \ file://0001-python-CMakeLists.txt-Remove-check-for-host-etc-debi.patch \ " -- cgit v1.2.3-54-g00ecf