From d64469d524cac772f1f0a24ba75f69ef636e2aeb Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Wed, 10 Nov 2021 11:56:20 +0800 Subject: meta: add explicit branch and protocol to SRC_URI Add branch name explicitly to SRC_URI where it's not defined and switch to using https protocol for Github projects. The change was made using convert-srcuri script in scripts/contrib. (From OE-Core rev: ab781d4e3fa7425d96ea770ddfd0f01f62018c5b) Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie --- meta/recipes-devtools/btrfs-tools/btrfs-tools_5.10.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/btrfs-tools/btrfs-tools_5.10.1.bb') diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.10.1.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.10.1.bb index fca010d4ae..7f51c799cd 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.10.1.bb +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.10.1.bb @@ -15,7 +15,7 @@ DEPENDS_append_class-target = " udev" RDEPENDS_${PN} = "libgcc" SRCREV = "f2ffce38b9c1477a7350bfe165f0e34b9bde40f5" -SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git \ +SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git;branch=master \ file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \ " -- cgit v1.2.3-54-g00ecf