From 87cb470304dce720a1723f81b327dc06332fd147 Mon Sep 17 00:00:00 2001 From: Ioan-Adrian Ratiu Date: Tue, 9 Aug 2016 16:36:49 +0300 Subject: 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 Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-core/dbus/dbus_1.10.8.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-core/dbus/dbus_1.10.8.bb') 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 \ file://dbus-1.init \ file://os-test.patch \ file://clear-guid_from_server-if-send_negotiate_unix_f.patch \ + file://0001-configure.ac-explicitely-check-stdint.h.patch \ " SRC_URI[md5sum] = "e912e930f249454752512aa7ac864d43" -- cgit v1.2.3-54-g00ecf