summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2023-10-29 18:50:30 +0100
committerArmin Kuster <akuster808@gmail.com>2023-11-12 10:41:03 -0500
commit7c74ee839d65e71ffd2e8aaf8fb34cfa7ab9529d (patch)
tree562ca1ff1304ed9f6cbab55bfc0e34024be412fe
parent415b79145982e5863f070581819f07177eb5bf9b (diff)
downloadmeta-openembedded-7c74ee839d65e71ffd2e8aaf8fb34cfa7ab9529d.tar.gz
libiio: use main branch instead of master
* the branch was renamed upstream Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-support/libiio/libiio_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libiio/libiio_git.bb b/meta-oe/recipes-support/libiio/libiio_git.bb
index 0892a3693..8fbe47448 100644
--- a/meta-oe/recipes-support/libiio/libiio_git.bb
+++ b/meta-oe/recipes-support/libiio/libiio_git.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING.txt;md5=7c13b3376cea0ce68d2d2da0a1b3a72c"
7SRCREV = "5f5af2e417129ad8f4e05fc5c1b730f0694dca12" 7SRCREV = "5f5af2e417129ad8f4e05fc5c1b730f0694dca12"
8PV = "0.19+git${SRCPV}" 8PV = "0.19+git${SRCPV}"
9 9
10SRC_URI = "git://github.com/analogdevicesinc/libiio.git;protocol=https;branch=master" 10SRC_URI = "git://github.com/analogdevicesinc/libiio.git;protocol=https;branch=main"
11UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" 11UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"