浏览代码

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 年之前
父节点
当前提交
b1c9a0f52c
共有 1 个文件被更改,包括 2 次插入1 次删除
  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
 inherit update-rc.d
 
 
-SRCREV = "${AUTOREV}"
+# this is 2016.10-rc1
+SRCREV = "8abacd3613410002c0cd05a12e82d695d3e4bf6f"
 
 
 SRC_URI += "file://swupdate"
 SRC_URI += "file://swupdate"