diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2023-09-04 13:07:16 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-09-07 08:22:43 -0700 |
| commit | c902a85099596136e850636192458d1cdac6c9a4 (patch) | |
| tree | 53721c980a93b414763c5743d01c81d87b57559b | |
| parent | a9cdbbd4c52462bbcff41db228ae575fa60ed1ea (diff) | |
| download | meta-openembedded-c902a85099596136e850636192458d1cdac6c9a4.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>
| -rw-r--r-- | meta-oe/recipes-support/libiio/libiio_0.25.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
| 6 | 6 | ||
| 7 | SRCREV = "b6028fdeef888ab45f7c1dd6e4ed9480ae4b55e3" | 7 | SRCREV = "b6028fdeef888ab45f7c1dd6e4ed9480ae4b55e3" |
| 8 | 8 | ||
| 9 | SRC_URI = "git://github.com/analogdevicesinc/libiio.git;protocol=https;branch=master" | 9 | SRC_URI = "git://github.com/analogdevicesinc/libiio.git;protocol=https;branch=main" |
| 10 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" | 10 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
