summaryrefslogtreecommitdiffstats
path: root/recipes-sota/ostree
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2016-07-15 18:00:24 +0300
committerLeon Anavi <leon.anavi@konsulko.com>2016-07-15 18:00:24 +0300
commit459f24cba4ba12f27f7f30500f29988389857011 (patch)
treec03077983cc53c571dec6bbbfe3966d8dfd1d71d /recipes-sota/ostree
parentb913056fad119bd9a29be62323f4a16cc9ef6510 (diff)
downloadmeta-updater-459f24cba4ba12f27f7f30500f29988389857011.tar.gz
ostree: use stable release v2016.7
Use a tag of a stable release instead of the latest source code from the master branch. Change-Id: Ic99bfa8a81562a33d68e5e4520a0cc64fd561bfc Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Diffstat (limited to 'recipes-sota/ostree')
-rw-r--r--recipes-sota/ostree/ostree_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-sota/ostree/ostree_git.bb b/recipes-sota/ostree/ostree_git.bb
index f01ba71..57f03d4 100644
--- a/recipes-sota/ostree/ostree_git.bb
+++ b/recipes-sota/ostree/ostree_git.bb
@@ -3,7 +3,7 @@ LICENSE = "GPLv2+"
3LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" 3LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2"
4 4
5SRC_URI = "gitsm://github.com/ostreedev/ostree.git;branch=master" 5SRC_URI = "gitsm://github.com/ostreedev/ostree.git;branch=master"
6SRCREV="${AUTOREV}" 6SRCREV="v2016.7"
7 7
8S = "${WORKDIR}/git" 8S = "${WORKDIR}/git"
9 9