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>
This commit is contained in:
Marek Vasut 2023-08-10 15:51:31 +02:00 committed by Khem Raj
parent 98b7f5c8ea
commit aa3154fbe2

View File

@ -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+)+)"