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>
This commit is contained in:
Martin Jansa 2023-09-04 13:07:16 +02:00 committed by Khem Raj
parent a9cdbbd4c5
commit c902a85099

View File

@ -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<pver>\d+(\.\d+)+)"
S = "${WORKDIR}/git"