mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
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:
-1
@@ -5,7 +5,6 @@ LICENSE = "LGPL-2.1-or-later"
|
|||||||
LIC_FILES_CHKSUM = "file://COPYING.txt;md5=7c13b3376cea0ce68d2d2da0a1b3a72c"
|
LIC_FILES_CHKSUM = "file://COPYING.txt;md5=7c13b3376cea0ce68d2d2da0a1b3a72c"
|
||||||
|
|
||||||
SRCREV = "b6028fdeef888ab45f7c1dd6e4ed9480ae4b55e3"
|
SRCREV = "b6028fdeef888ab45f7c1dd6e4ed9480ae4b55e3"
|
||||||
PV = "0.25"
|
|
||||||
|
|
||||||
SRC_URI = "git://github.com/analogdevicesinc/libiio.git;protocol=https;branch=master"
|
SRC_URI = "git://github.com/analogdevicesinc/libiio.git;protocol=https;branch=master"
|
||||||
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
|
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
|
||||||
Reference in New Issue
Block a user