Sfoglia il codice sorgente

Fix swupdate revision in git recipe

For released branches, replace ${AUTOREV} with the
last tag in the development branch.

Signed-off-by: Stefano Babic <sbabic@denx.de>
Stefano Babic 9 anni fa
parent
commit
b1c9a0f52c
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      recipes-support/swupdate/swupdate_git.bb

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

@@ -2,7 +2,8 @@ require swupdate.inc
 
 inherit update-rc.d
 
-SRCREV = "${AUTOREV}"
+# this is 2016.10-rc1
+SRCREV = "8abacd3613410002c0cd05a12e82d695d3e4bf6f"
 
 SRC_URI += "file://swupdate"