diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2016-07-15 18:00:24 +0300 |
---|---|---|
committer | Leon Anavi <leon.anavi@konsulko.com> | 2016-07-15 18:00:24 +0300 |
commit | 459f24cba4ba12f27f7f30500f29988389857011 (patch) | |
tree | c03077983cc53c571dec6bbbfe3966d8dfd1d71d /recipes-sota/ostree/ostree_git.bb | |
parent | b913056fad119bd9a29be62323f4a16cc9ef6510 (diff) | |
download | meta-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/ostree_git.bb')
-rw-r--r-- | recipes-sota/ostree/ostree_git.bb | 2 |
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+" | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" |
4 | 4 | ||
5 | SRC_URI = "gitsm://github.com/ostreedev/ostree.git;branch=master" | 5 | SRC_URI = "gitsm://github.com/ostreedev/ostree.git;branch=master" |
6 | SRCREV="${AUTOREV}" | 6 | SRCREV="v2016.7" |
7 | 7 | ||
8 | S = "${WORKDIR}/git" | 8 | S = "${WORKDIR}/git" |
9 | 9 | ||