浏览代码

swupdate_git: fix wrong version

Version was set to 2026.06, it is 2026.05.

Signed-off-by: Stefano Babic <stefano.babic@swupdate.org>
Stefano Babic 1 周之前
父节点
当前提交
2b129075d6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      recipes-support/swupdate/swupdate_git.bb

+ 1 - 1
recipes-support/swupdate/swupdate_git.bb

@@ -3,4 +3,4 @@ require swupdate.inc
 DEFAULT_PREFERENCE = "-1"
 
 SRCREV ?= "602edf8e57f940791034096c9e24206097b4b7a6"
-PV = "2026.06+git${SRCPV}"
+PV = "2026.05+git${SRCPV}"