summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOvidiu Panait <ovidiu.panait@windriver.com>2020-03-15 10:41:24 +0200
committerKhem Raj <raj.khem@gmail.com>2020-03-15 16:19:46 -0700
commit791e84711888aa4d4355f1ee3d1ef7d4f50fccb1 (patch)
tree915d00c246ca589415ef5240fedf77eaef16140b
parent441c3e550b0c4ebf283ea67a8be2ff85220e0b08 (diff)
downloadmeta-clang-791e84711888aa4d4355f1ee3d1ef7d4f50fccb1.tar.gz
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 <ovidiu.panait@windriver.com>
-rw-r--r--recipes-devtools/bcc/bcc_0.13.0.bb2
1 files changed, 1 insertions, 1 deletions
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 \
14 14
15RDEPENDS_${PN} += "bash python3 python3-core" 15RDEPENDS_${PN} += "bash python3 python3-core"
16 16
17SRC_URI = "git://github.com/iovisor/bcc \ 17SRC_URI = "gitsm://github.com/iovisor/bcc \
18 file://0001-python-CMakeLists.txt-Remove-check-for-host-etc-debi.patch \ 18 file://0001-python-CMakeLists.txt-Remove-check-for-host-etc-debi.patch \
19 " 19 "
20 20