summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/dbus/libdbus-c++_0.9.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-core/dbus/libdbus-c++_0.9.0.bb')
-rw-r--r--meta-oe/recipes-core/dbus/libdbus-c++_0.9.0.bb20
1 files changed, 9 insertions, 11 deletions
diff --git a/meta-oe/recipes-core/dbus/libdbus-c++_0.9.0.bb b/meta-oe/recipes-core/dbus/libdbus-c++_0.9.0.bb
index 4412716a6..4cc133301 100644
--- a/meta-oe/recipes-core/dbus/libdbus-c++_0.9.0.bb
+++ b/meta-oe/recipes-core/dbus/libdbus-c++_0.9.0.bb
@@ -6,15 +6,15 @@ LICENSE = "LGPLv2.1"
6LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" 6LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
7DEPENDS = "dbus expat glib-2.0 libpcre" 7DEPENDS = "dbus expat glib-2.0 libpcre"
8 8
9SRC_URI = "\ 9SRC_URI = "${SOURCEFORGE_MIRROR}/project/dbus-cplusplus/dbus-c++/${PV}/${BP}.tar.gz \
10 ${SOURCEFORGE_MIRROR}/project/dbus-cplusplus/dbus-c++/${PV}/${BP}.tar.gz \ 10 file://fix-missing-unistd.h-include.patch \
11 file://fix-missing-unistd.h-include.patch \ 11 file://remove-CXX_FOR_BUILD-stuff.patch \
12 file://remove-CXX_FOR_BUILD-stuff.patch \ 12 file://0001-src-eventloop.cpp-use-portable-method-for-initializi.patch \
13 file://0001-src-eventloop.cpp-use-portable-method-for-initializi.patch \ 13 file://0002-tools-generate_proxy.cpp-avoid-possibly-undefined-ui.patch \
14 file://0002-tools-generate_proxy.cpp-avoid-possibly-undefined-ui.patch \ 14 file://0003-Fixed-undefined-ssize_t-for-clang-3.8.0-on-FreeBSD.patch \
15 file://0003-Fixed-undefined-ssize_t-for-clang-3.8.0-on-FreeBSD.patch \ 15 file://0004-use-POSIX-poll.h-instead-of-sys-poll.h.patch \
16 file://0004-use-POSIX-poll.h-instead-of-sys-poll.h.patch \ 16 file://0001-pipe.c-Use-a-string-instead-of-char.patch \
17" 17 "
18SRC_URI[md5sum] = "e752116f523fa88ef041e63d3dee4de2" 18SRC_URI[md5sum] = "e752116f523fa88ef041e63d3dee4de2"
19SRC_URI[sha256sum] = "bc11ac297b3cb010be904c72789695543ee3fdf3d75cdc8225fd371385af4e61" 19SRC_URI[sha256sum] = "bc11ac297b3cb010be904c72789695543ee3fdf3d75cdc8225fd371385af4e61"
20 20
@@ -27,5 +27,3 @@ PACKAGE_BEFORE_PN = "${PN}-tools"
27FILES_${PN}-tools = "${bindir}" 27FILES_${PN}-tools = "${bindir}"
28 28
29BBCLASSEXTEND = "native" 29BBCLASSEXTEND = "native"
30
31PNBLACKLIST[libdbus-c++] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130644/ - the recipe will be removed on 2017-09-01 unless the issue is fixed"