diff options
author | Anton Gerasimov <anton.gerasimov@openmailbox.org> | 2018-01-11 23:24:04 +0100 |
---|---|---|
committer | Anton Gerasimov <anton.gerasimov@openmailbox.org> | 2018-01-11 23:24:04 +0100 |
commit | 13a294b1aeec9cc18efd4ac006d104c73dded658 (patch) | |
tree | 3ea07796842c809fb2bc45747310dfee7938987f /recipes-sota/ostree/ostree_git.bb | |
parent | b0ee1c37c20dff5f6c2b9f718b29b2697a4cb797 (diff) | |
download | meta-updater-13a294b1aeec9cc18efd4ac006d104c73dded658.tar.gz |
Bump OSTree version
Patched merged into upstream removed, Minnowboard boot failure fixed
Diffstat (limited to 'recipes-sota/ostree/ostree_git.bb')
-rw-r--r-- | recipes-sota/ostree/ostree_git.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes-sota/ostree/ostree_git.bb b/recipes-sota/ostree/ostree_git.bb index 9ef4478..00559b6 100644 --- a/recipes-sota/ostree/ostree_git.bb +++ b/recipes-sota/ostree/ostree_git.bb | |||
@@ -6,10 +6,9 @@ inherit autotools-brokensep pkgconfig systemd gobject-introspection | |||
6 | 6 | ||
7 | INHERIT_remove_class-native = "systemd" | 7 | INHERIT_remove_class-native = "systemd" |
8 | 8 | ||
9 | SRC_URI = "gitsm://github.com/ostreedev/ostree.git;branch=master \ | 9 | SRC_URI = "gitsm://github.com/ostreedev/ostree.git;branch=master" |
10 | file://0001-Allow-building-without-libsoup.patch" | ||
11 | 10 | ||
12 | SRCREV="ae61321046ad7f4148a5884c8c6c8b2594ff840e" | 11 | SRCREV="854a823e05d6fe8b610c02c2a71eaeb2bf1e98a6" |
13 | 12 | ||
14 | PV = "v2017.13" | 13 | PV = "v2017.13" |
15 | 14 | ||