aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/dbus/libdbus-c++-0.9.0/fix-missing-unistd.h-include.patch
diff options
context:
space:
mode:
authorChanghyeok Bae <changhyeok.bae@gmail.com>2017-06-01 07:46:15 +0000
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-09-06 13:26:25 +0200
commit23237f85ab7553403b69a003c0e8f418e9df6a1d (patch)
tree624f5c5b04bcfdd5fc7e085259bce9090d41add3 /recipes-core/dbus/libdbus-c++-0.9.0/fix-missing-unistd.h-include.patch
parent199f3d33307b86420dc5f127614d91914c56fab1 (diff)
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 <changhyeok.bae@gmail.com>
Diffstat (limited to 'recipes-core/dbus/libdbus-c++-0.9.0/fix-missing-unistd.h-include.patch')
-rw-r--r--recipes-core/dbus/libdbus-c++-0.9.0/fix-missing-unistd.h-include.patch40
1 files changed, 0 insertions, 40 deletions
diff --git a/recipes-core/dbus/libdbus-c++-0.9.0/fix-missing-unistd.h-include.patch b/recipes-core/dbus/libdbus-c++-0.9.0/fix-missing-unistd.h-include.patch
deleted file mode 100644
index 903a7209..00000000
--- a/recipes-core/dbus/libdbus-c++-0.9.0/fix-missing-unistd.h-include.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-
-sniped from ChromiumOS
-
-https://bugs.gentoo.org/424707
-
-From 154f7861d19a2bd5c79c488f9989610971db451b Mon Sep 17 00:00:00 2001
-From: Han Shen <shenhan@google.com>
-Date: Thu, 31 May 2012 16:49:35 -0700
-Subject: [PATCH] Fixed dbus-c++ gcc 4.7 building problem.
-
-Just add "unistd.h" inclusion to eventloop-integration.h.
-
-BUG=None
-TEST=Manually built using gcc 4.7.
-
-Change-Id: I87bd1f90db6a4c974a5ed8134044e8be2034aff2
-Reviewed-on: https://gerrit.chromium.org/gerrit/24260
-Tested-by: Han Shen <shenhan@google.com>
-Reviewed-by: Yunlian Jiang <yunlian@chromium.org>
-Commit-Ready: Han Shen <shenhan@chromium.org>
-Upstream-Status: Inappropriate [ not author, no upstream ]
-Signed-off-by: Thilo Cestonaro <thilo.cestonaro@ts.fujitsu.com>
----
- include/dbus-c++/eventloop-integration.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/include/dbus-c++/eventloop-integration.h b/include/dbus-c++/eventloop-integration.h
-index 5108340..1b56ab5 100644
---- a/include/dbus-c++/eventloop-integration.h
-+++ b/include/dbus-c++/eventloop-integration.h
-@@ -27,6 +27,7 @@
-
- #include <cstring>
- #include <errno.h>
-+#include <unistd.h>
- #include "api.h"
- #include "dispatcher.h"
- #include "util.h"
---
-1.7.9.7