From aa3154fbe2560c9bdb1eb7bda94349f2a407c85c Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Thu, 10 Aug 2023 15:51:31 +0200 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- 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 --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 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" 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\d+(\.\d+)+)"