diff mbox series

[meta-oe] cjose: Remove PV

Message ID 20260319030220.1630910-1-pkj@axis.com
State Under Review
Headers show
Series [meta-oe] cjose: Remove PV | expand

Commit Message

Peter Kjellerstedt March 19, 2026, 3:02 a.m. UTC
There is no need to set PV since the version is in the recipe file name.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
---
 meta-oe/recipes-support/cjose/cjose_0.6.2.4.bb | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/cjose/cjose_0.6.2.4.bb b/meta-oe/recipes-support/cjose/cjose_0.6.2.4.bb
index f6a5d15a9b..eb1db40705 100644
--- a/meta-oe/recipes-support/cjose/cjose_0.6.2.4.bb
+++ b/meta-oe/recipes-support/cjose/cjose_0.6.2.4.bb
@@ -5,7 +5,6 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=7249e2f9437adfb8c88d870438042f0e"
 
 SRC_URI = "git://github.com/OpenIDC/cjose;protocol=https;branch=version-0.6.2.x;tag=v${PV}"
 
-PV = "0.6.2.4"
 SRCREV = "8d94c3ad3237ab6a83d2e92fa541542b1b92c023"
 
 DEPENDS = "openssl libcheck jansson"