diff options
Diffstat (limited to 'meta-sota/recipes-sota/ostree/ostree_git.bb')
-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" |