diff options
| author | Marek Vasut <marex@denx.de> | 2023-08-10 15:51:31 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-08-11 00:06:04 -0700 |
| commit | aa3154fbe2560c9bdb1eb7bda94349f2a407c85c (patch) | |
| tree | 6c9bda51e9307e71b2e98fc6fd59835c5d432f18 /meta-oe/recipes-support | |
| parent | 98b7f5c8ea1990d3109f7cbcf414785babdc4e31 (diff) | |
| download | meta-openembedded-aa3154fbe2560c9bdb1eb7bda94349f2a407c85c.tar.gz | |
libiio: Rename to versioned recipe filename
The libiio recipe now points to specific version within the git history,
rename the recipe to versioned one instead of _git one to match it.
Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
| -rw-r--r-- | meta-oe/recipes-support/libiio/libiio_0.25.bb (renamed from meta-oe/recipes-support/libiio/libiio_git.bb) | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libiio/libiio_git.bb b/meta-oe/recipes-support/libiio/libiio_0.25.bb index dd6fd1c12f..71fd2047b5 100644 --- a/meta-oe/recipes-support/libiio/libiio_git.bb +++ b/meta-oe/recipes-support/libiio/libiio_0.25.bb | |||
| @@ -5,7 +5,6 @@ LICENSE = "LGPL-2.1-or-later" | |||
| 5 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=7c13b3376cea0ce68d2d2da0a1b3a72c" | 5 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=7c13b3376cea0ce68d2d2da0a1b3a72c" |
| 6 | 6 | ||
| 7 | SRCREV = "b6028fdeef888ab45f7c1dd6e4ed9480ae4b55e3" | 7 | SRCREV = "b6028fdeef888ab45f7c1dd6e4ed9480ae4b55e3" |
| 8 | PV = "0.25" | ||
| 9 | 8 | ||
| 10 | SRC_URI = "git://github.com/analogdevicesinc/libiio.git;protocol=https;branch=master" | 9 | SRC_URI = "git://github.com/analogdevicesinc/libiio.git;protocol=https;branch=master" |
| 11 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" | 10 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" |
