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 | 796b6ed7f1060fe23ed2391caf7946df5cb58446 (patch) | |
tree | 4b05f7aa097678f82f3576d551002d3d9329f0de /meta-sota | |
parent | d65a669f398e68fd81c5ad578676ebed5fc734d9 (diff) |
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 'meta-sota')
-rw-r--r-- | meta-sota/recipes-sota/ostree/ostree_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-sota/recipes-sota/ostree/ostree_git.bb b/meta-sota/recipes-sota/ostree/ostree_git.bb index f01ba71..57f03d4 100644 --- a/meta-sota/recipes-sota/ostree/ostree_git.bb +++ b/meta-sota/recipes-sota/ostree/ostree_git.bb @@ -3,7 +3,7 @@ LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" SRC_URI = "gitsm://github.com/ostreedev/ostree.git;branch=master" -SRCREV="${AUTOREV}" +SRCREV="v2016.7" S = "${WORKDIR}/git" |