From c902a85099596136e850636192458d1cdac6c9a4 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Mon, 4 Sep 2023 13:07:16 +0200 Subject: [PATCH] libiio: use main branch instead of master * the branch was renamed upstream Signed-off-by: Martin Jansa Signed-off-by: Khem Raj --- meta-oe/recipes-support/libiio/libiio_0.25.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/libiio/libiio_0.25.bb b/meta-oe/recipes-support/libiio/libiio_0.25.bb index 71fd2047b5..3bdd445213 100644 --- a/meta-oe/recipes-support/libiio/libiio_0.25.bb +++ b/meta-oe/recipes-support/libiio/libiio_0.25.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING.txt;md5=7c13b3376cea0ce68d2d2da0a1b3a72c" SRCREV = "b6028fdeef888ab45f7c1dd6e4ed9480ae4b55e3" -SRC_URI = "git://github.com/analogdevicesinc/libiio.git;protocol=https;branch=master" +SRC_URI = "git://github.com/analogdevicesinc/libiio.git;protocol=https;branch=main" UPSTREAM_CHECK_GITTAGREGEX = "v(?P\d+(\.\d+)+)" S = "${WORKDIR}/git"