Просмотр исходного кода

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 неделя назад
Родитель
Сommit
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}"