summaryrefslogtreecommitdiffstats
path: root/recipes-sota/ostree
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2017-11-03 12:38:17 +0100
committerPatrick Vacek <patrickvacek@gmail.com>2017-11-03 12:38:17 +0100
commit1becb26cc2d6444b6aeaefcc2412a4891ca98225 (patch)
tree0eb7bd69a48bca7c915ae5840ac5fc144345000d /recipes-sota/ostree
parentbe78e0ba41d0ed021cdd392ee9ae9778ef25bf86 (diff)
downloadmeta-updater-1becb26cc2d6444b6aeaefcc2412a4891ca98225.tar.gz
Bump ostree version to get Shaun's fix.
Unnecessary error messages have been silenced by skipping some checks that weren't necessary in our case.
Diffstat (limited to 'recipes-sota/ostree')
-rw-r--r--recipes-sota/ostree/ostree_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-sota/ostree/ostree_git.bb b/recipes-sota/ostree/ostree_git.bb
index 7a0320e..724976a 100644
--- a/recipes-sota/ostree/ostree_git.bb
+++ b/recipes-sota/ostree/ostree_git.bb
@@ -8,9 +8,9 @@ INHERIT_remove_class-native = "systemd"
8 8
9SRC_URI = "gitsm://github.com/ostreedev/ostree.git;branch=master" 9SRC_URI = "gitsm://github.com/ostreedev/ostree.git;branch=master"
10 10
11SRCREV="e3c3ec5dd91492e82c79223052443d038c60f41c" 11SRCREV="ae61321046ad7f4148a5884c8c6c8b2594ff840e"
12 12
13PV = "v2017.11-20-ge3c3ec5d" 13PV = "v2017.13"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16