summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/dbus/dbus_1.10.8.bb
diff options
context:
space:
mode:
authorIoan-Adrian Ratiu <adrian.ratiu@ni.com>2016-08-09 16:36:49 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-10 10:46:34 +0100
commit87cb470304dce720a1723f81b327dc06332fd147 (patch)
tree8cd1c48745f2f71926fcfff2e4ad25865a54fb83 /meta/recipes-core/dbus/dbus_1.10.8.bb
parent5aca5bc9a13d9d4a477cfd2d04edbcc8a8a0e412 (diff)
downloadpoky-87cb470304dce720a1723f81b327dc06332fd147.tar.gz
dbus: backport stdint.h build fix
This patch fixes an error where dbus configure doesn't detect stdint.h correctly. Upstream commit 1bfde222 on branches dbus-1.10 and master (From OE-Core rev: 5ed0d5a7d9b051a551a6de644bf6a42b87c12471) Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/dbus/dbus_1.10.8.bb')
-rw-r--r--meta/recipes-core/dbus/dbus_1.10.8.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/dbus/dbus_1.10.8.bb b/meta/recipes-core/dbus/dbus_1.10.8.bb
index bfaf65aeb8..62dd8bbd3e 100644
--- a/meta/recipes-core/dbus/dbus_1.10.8.bb
+++ b/meta/recipes-core/dbus/dbus_1.10.8.bb
@@ -17,6 +17,7 @@ SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
17 file://dbus-1.init \ 17 file://dbus-1.init \
18 file://os-test.patch \ 18 file://os-test.patch \
19 file://clear-guid_from_server-if-send_negotiate_unix_f.patch \ 19 file://clear-guid_from_server-if-send_negotiate_unix_f.patch \
20 file://0001-configure.ac-explicitely-check-stdint.h.patch \
20" 21"
21 22
22SRC_URI[md5sum] = "e912e930f249454752512aa7ac864d43" 23SRC_URI[md5sum] = "e912e930f249454752512aa7ac864d43"