From 13a294b1aeec9cc18efd4ac006d104c73dded658 Mon Sep 17 00:00:00 2001 From: Anton Gerasimov Date: Thu, 11 Jan 2018 23:24:04 +0100 Subject: Bump OSTree version Patched merged into upstream removed, Minnowboard boot failure fixed --- .../0001-Allow-building-without-libsoup.patch | 26 ---------------------- recipes-sota/ostree/ostree_git.bb | 5 ++--- 2 files changed, 2 insertions(+), 29 deletions(-) delete mode 100644 recipes-sota/ostree/files/0001-Allow-building-without-libsoup.patch diff --git a/recipes-sota/ostree/files/0001-Allow-building-without-libsoup.patch b/recipes-sota/ostree/files/0001-Allow-building-without-libsoup.patch deleted file mode 100644 index f45bae4..0000000 --- a/recipes-sota/ostree/files/0001-Allow-building-without-libsoup.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 666e80acda17680e20d363ddc6fcf0a63f9c1dde Mon Sep 17 00:00:00 2001 -From: Anton Gerasimov -Date: Thu, 21 Dec 2017 22:36:06 +0100 -Subject: [PATCH] Allow building without libsoup - ---- - configure.ac | 3 --- - 1 file changed, 3 deletions(-) - -diff --git a/configure.ac b/configure.ac -index 92248af8..baf66e4f 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -182,9 +182,6 @@ AM_COND_IF(BUILDOPT_TRIVIAL_HTTPD, - [AC_DEFINE([BUILDOPT_ENABLE_TRIVIAL_HTTPD_CMDLINE], 1, [Define if we are enabling ostree trivial-httpd entrypoint])] - ) - --AS_IF([test x$with_curl = xyes && test x$with_soup = xno], [ -- AC_MSG_ERROR([Curl enabled, but libsoup is not; libsoup is needed for tests]) --]) - AM_CONDITIONAL(USE_CURL_OR_SOUP, test x$with_curl != xno || test x$with_soup != xno) - AS_IF([test x$with_curl != xno || test x$with_soup != xno], - [AC_DEFINE([HAVE_LIBCURL_OR_LIBSOUP], 1, [Define if we have soup or curl])]) --- -2.15.0 - 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 INHERIT_remove_class-native = "systemd" -SRC_URI = "gitsm://github.com/ostreedev/ostree.git;branch=master \ - file://0001-Allow-building-without-libsoup.patch" +SRC_URI = "gitsm://github.com/ostreedev/ostree.git;branch=master" -SRCREV="ae61321046ad7f4148a5884c8c6c8b2594ff840e" +SRCREV="854a823e05d6fe8b610c02c2a71eaeb2bf1e98a6" PV = "v2017.13" -- cgit v1.2.3-54-g00ecf