diff options
-rw-r--r-- | meta-oe/recipes-support/libiio/libiio_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libiio/libiio_git.bb b/meta-oe/recipes-support/libiio/libiio_git.bb index 0586349394..f83d9c9225 100644 --- a/meta-oe/recipes-support/libiio/libiio_git.bb +++ b/meta-oe/recipes-support/libiio/libiio_git.bb | |||
@@ -8,6 +8,7 @@ SRCREV = "5f5af2e417129ad8f4e05fc5c1b730f0694dca12" | |||
8 | PV = "0.19+git${SRCPV}" | 8 | PV = "0.19+git${SRCPV}" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/analogdevicesinc/libiio.git;protocol=https" | 10 | SRC_URI = "git://github.com/analogdevicesinc/libiio.git;protocol=https" |
11 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" | ||
11 | 12 | ||
12 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
13 | 14 | ||