Explorar o código

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 %!s(int64=9) %!d(string=hai) anos
pai
achega
a39b626cfa
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      recipes-support/swupdate/swupdate_git.bb

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

@@ -1,4 +1,5 @@
 require swupdate.inc
 
-SRCREV = "${AUTOREV}"
+# this is 2016.10-rc1
+SRCREV = "8abacd3613410002c0cd05a12e82d695d3e4bf6f"