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 --- recipes-core/dbus/libdbus-c++_0.9.0.bb | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 recipes-core/dbus/libdbus-c++_0.9.0.bb (limited to 'recipes-core/dbus/libdbus-c++_0.9.0.bb') diff --git a/recipes-core/dbus/libdbus-c++_0.9.0.bb b/recipes-core/dbus/libdbus-c++_0.9.0.bb deleted file mode 100644 index 9b053fed..00000000 --- a/recipes-core/dbus/libdbus-c++_0.9.0.bb +++ /dev/null @@ -1,29 +0,0 @@ -SUMMARY = "DBus-C++ Library" -DESCRIPTION = "DBus-c++ attempts to provide a C++ API for D-BUS. The library has a glib and an Ecore mainloop integration. It also offers an optional own main loop." -HOMEPAGE = "http://dbus-cplusplus.sourceforge.net" -SECTION = "base" -LICENSE = "LGPLv2.1" -LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" -DEPENDS = "dbus expat glib-2.0 libpcre" - -SRC_URI = "\ - ${SOURCEFORGE_MIRROR}/project/dbus-cplusplus/dbus-c++/${PV}/${BP}.tar.gz \ - file://fix-missing-unistd.h-include.patch \ - file://remove-CXX_FOR_BUILD-stuff.patch \ - file://0001-src-eventloop.cpp-use-portable-method-for-initializi.patch \ - file://0002-tools-generate_proxy.cpp-avoid-possibly-undefined-ui.patch \ - file://0003-Fixed-undefined-ssize_t-for-clang-3.8.0-on-FreeBSD.patch \ - file://0004-use-POSIX-poll.h-instead-of-sys-poll.h.patch \ -" -SRC_URI[md5sum] = "e752116f523fa88ef041e63d3dee4de2" -SRC_URI[sha256sum] = "bc11ac297b3cb010be904c72789695543ee3fdf3d75cdc8225fd371385af4e61" - -inherit autotools pkgconfig - -EXTRA_OECONF = "--disable-ecore --disable-examples --disable-tests" - -PACKAGE_BEFORE_PN = "${PN}-tools" - -FILES_${PN}-tools = "${bindir}" - -BBCLASSEXTEND = "native" -- cgit 1.2.3-korg