소스 검색

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}"