From 2eeb5257296f97a4a52f32580ebcfdc0d225c794 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Mon, 10 Sep 2018 18:40:16 +0000 Subject: meta-openembedded: refresh 2bb21ef27c..8760facba1 Update meta-openembedded to sumo HEAD. Armin Kuster (4): boinc: refresh patches postgresql: update to 9.4.20 sblim-sfc-common: use official SPDX license for EPL wireshark: 2.4.8 src moved to all-versions Gregory Vimont (1): tbb: check the version of the cross gcc instead of host gcc Leon Anavi (1): rygel: Update license to LGPLv2.1 Richard Purdie (1): xmlstarlet: Disable PARALLEL_MAKE (again) Change-Id: I3e00f68cb7c8c54c2457003d26da8992b1a953c3 Signed-off-by: Brad Bishop --- .../files/0001-Use-pkg-config-for-libxml2-detection.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'meta-openembedded/meta-oe/recipes-dbs/postgresql/files/0001-Use-pkg-config-for-libxml2-detection.patch') diff --git a/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/0001-Use-pkg-config-for-libxml2-detection.patch b/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/0001-Use-pkg-config-for-libxml2-detection.patch index ce2a60cab..fafbc25a4 100644 --- a/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/0001-Use-pkg-config-for-libxml2-detection.patch +++ b/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/0001-Use-pkg-config-for-libxml2-detection.patch @@ -12,11 +12,11 @@ Signed-off-by: Philip Balister configure.in | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) -Index: postgresql-9.4.15/configure.in +Index: postgresql-9.4.20/configure.in =================================================================== ---- postgresql-9.4.15.orig/configure.in -+++ postgresql-9.4.15/configure.in -@@ -759,19 +759,8 @@ PGAC_ARG_BOOL(with, libxml, no, [build w +--- postgresql-9.4.20.orig/configure.in ++++ postgresql-9.4.20/configure.in +@@ -789,19 +789,8 @@ PGAC_ARG_BOOL(with, libxml, no, [build w [AC_DEFINE([USE_LIBXML], 1, [Define to 1 to build with XML support. (--with-libxml)])]) if test "$with_libxml" = yes ; then -- cgit v1.2.3