From 23237f85ab7553403b69a003c0e8f418e9df6a1d Mon Sep 17 00:00:00 2001 From: Changhyeok Bae Date: Thu, 1 Jun 2017 07:46:15 +0000 Subject: Upgrade to pyro wayland-ivi-extension: Arrange recipe - Remove unecessary variable in PACKAGECONFIG - Arrange test-path.patch to upgrade wayland-ivi-extension qtbase: Fix build error due to binutils 2.28 bug - gold linker from binutils 2.28 may produce duplicate library symbols, which makes shared libraries created with it not usable with conventional ld linker. - See https://bugs.freebsd.org/bugzilla/attachment.cgi?id=183069&action=diff weston: Change recipe version libdbus-c++: Remove recipe and add bbappend file - meta-openembedded (pyro) already has same version. - Remove PNBLACKLIST[libdbus-c++] to use this component. packagegroups / agl-demo.inc : - move inclusion of qtwebkit out of agl-demo.inc into packagegroup-agl-demo - this fixes an inclusion bug Bug-AGL: SPEC-646 Change-Id: Ia71d5f4dc881f0d8f8f24a5574c9efc0f2da6245 Signed-off-by: Changhyeok Bae --- .../remove-CXX_FOR_BUILD-stuff.patch | 33 ---------------------- 1 file changed, 33 deletions(-) delete mode 100644 recipes-core/dbus/libdbus-c++-0.9.0/remove-CXX_FOR_BUILD-stuff.patch (limited to 'recipes-core/dbus/libdbus-c++-0.9.0/remove-CXX_FOR_BUILD-stuff.patch') diff --git a/recipes-core/dbus/libdbus-c++-0.9.0/remove-CXX_FOR_BUILD-stuff.patch b/recipes-core/dbus/libdbus-c++-0.9.0/remove-CXX_FOR_BUILD-stuff.patch deleted file mode 100644 index fa29d3cd..00000000 --- a/recipes-core/dbus/libdbus-c++-0.9.0/remove-CXX_FOR_BUILD-stuff.patch +++ /dev/null @@ -1,33 +0,0 @@ -From: Thilo Cestonaro -Date: Fri, 18 Nov 2016 10:23:07 +0100 -Subject: Build libdbus-c++ tools for target platform rather than enforced for -host platform. - -Upstream-Status: Inappropriate [no upstream] -Signed-off-by: Thilo Cestonaro ---- - -diff -Naur libdbus-c++-0.9.0.ori/configure.ac libdbus-c++-0.9.0/configure.ac ---- libdbus-c++-0.9.0.ori/configure.ac 2016-11-15 14:25:36.085882774 +0100 -+++ libdbus-c++-0.9.0/configure.ac 2016-11-15 14:27:08.814568717 +0100 -@@ -64,9 +64,6 @@ - AC_PROG_CC - AC_PROG_CXX - --CXX_FOR_BUILD=${CXX_FOR_BUILD-${CXX}} --AC_SUBST(CXX_FOR_BUILD) -- - AM_PROG_LIBTOOL - - PKG_PROG_PKG_CONFIG -diff -Naur libdbus-c++-0.9.0.ori/tools/Makefile.am libdbus-c++-0.9.0/tools/Makefile.am ---- libdbus-c++-0.9.0.ori/tools/Makefile.am 2016-11-15 14:25:36.089882803 +0100 -+++ libdbus-c++-0.9.0/tools/Makefile.am 2016-11-15 14:26:19.454203583 +0100 -@@ -1,7 +1,5 @@ - # hacky, but ... - --CXX = $(CXX_FOR_BUILD) -- - AM_CPPFLAGS = \ - $(dbus_CFLAGS) \ - $(xml_CFLAGS) \ -- cgit 1.2.3-korg