diff mbox series

[v2,2/2] libiio: Rename to versioned recipe filename

Message ID 20230810135131.10134-2-marex@denx.de
State Under Review
Headers show
Series [v2,1/2] libiio: Use tagged v0.25 | expand

Commit Message

Marek Vasut Aug. 10, 2023, 1:51 p.m. UTC
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>
---
V2: Drop PV to avoid redefining it within the recipe, it is inferred from filename now
---
Cc: Christian Eggers <ceggers@arri.de>
Cc: Khem Raj <raj.khem@gmail.com>
Cc: Martin Siegumfeldt <mns@gomspace.com>
Cc: Paul Cercueil <paul@crapouillou.net>
---
 meta-oe/recipes-support/libiio/{libiio_git.bb => libiio_0.25.bb} | 1 -
 1 file changed, 1 deletion(-)
 rename meta-oe/recipes-support/libiio/{libiio_git.bb => libiio_0.25.bb} (99%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/libiio/libiio_git.bb b/meta-oe/recipes-support/libiio/libiio_0.25.bb
similarity index 99%
rename from meta-oe/recipes-support/libiio/libiio_git.bb
rename to meta-oe/recipes-support/libiio/libiio_0.25.bb
index dd6fd1c12..71fd2047b 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"
 LIC_FILES_CHKSUM = "file://COPYING.txt;md5=7c13b3376cea0ce68d2d2da0a1b3a72c"
 
 SRCREV = "b6028fdeef888ab45f7c1dd6e4ed9480ae4b55e3"
-PV = "0.25"
 
 SRC_URI = "git://github.com/analogdevicesinc/libiio.git;protocol=https;branch=master"
 UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"