summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2016-09-13 16:55:25 +0000
committerGerrit Code Review <gerrit@172.30.200.200>2016-09-13 16:55:25 +0000
commit6cc7aad0c745d8d4b48f3dbbae6b72f573bc6816 (patch)
treede8933a3be7fb0c47b1c87e6e50ae206049d450a
parentbb8287cd3e7d5f0a4fc288cd16a4173546a614d1 (diff)
parent9f816bdb3da9412e334cb8f7a69b48523732dc77 (diff)
downloadmeta-updater-6cc7aad0c745d8d4b48f3dbbae6b72f573bc6816.tar.gz
Merge "ostree_git.bb: Upgrade OSTree to v2016.9"
-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 e085df0..659ee83 100644
--- a/recipes-sota/ostree/ostree_git.bb
+++ b/recipes-sota/ostree/ostree_git.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2"
5inherit autotools-brokensep pkgconfig systemd 5inherit autotools-brokensep pkgconfig systemd
6 6
7SRC_URI = "gitsm://github.com/ostreedev/ostree.git;branch=master" 7SRC_URI = "gitsm://github.com/ostreedev/ostree.git;branch=master"
8SRCREV="v2016.8" 8SRCREV="v2016.9"
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11