diff mbox series

[3/4] cryptodev-linux: add +git to version

Message ID 20260721144811.323786-4-daniel.turull@ericsson.com
State Under Review
Headers show
Series Add missing tag parameter in git SRC_URI | expand

Commit Message

Daniel Turull July 21, 2026, 2:48 p.m. UTC
From: Daniel Turull <daniel.turull@ericsson.com>

1.14 version doesn't match the SRCREV in the recipe

1.14 released on Jul 19, 2024  135cbff
https://github.com/cryptodev-linux/cryptodev-linux/releases/tag/cryptodev-linux-1.14

current srcrev Nov 3, 2025
https://github.com/cryptodev-linux/cryptodev-linux/commit/08644db02d43478f802755903212f5ee506af73b

Signed-off-by: Daniel Turull <daniel.turull@ericsson.com>
---
 meta/recipes-kernel/cryptodev/cryptodev.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-kernel/cryptodev/cryptodev.inc b/meta/recipes-kernel/cryptodev/cryptodev.inc
index dcd5ec140c..8b209e92ba 100644
--- a/meta/recipes-kernel/cryptodev/cryptodev.inc
+++ b/meta/recipes-kernel/cryptodev/cryptodev.inc
@@ -11,6 +11,6 @@  LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 SRC_URI = "git://github.com/cryptodev-linux/cryptodev-linux;branch=master;protocol=https \
            "
 SRCREV = "08644db02d43478f802755903212f5ee506af73b"
-PV = "1.14"
+PV = "1.14+git"
 
 CLEANBROKEN = "1"