From 5aa7c89101a7f6beeacef5bafbd9549297ad4741 Mon Sep 17 00:00:00 2001 From: Changhyeok Bae Date: Mon, 25 Dec 2017 16:26:23 +0000 Subject: libdbus-c++:Fix build error in GCC-7 See: https://sourceforge.net/p/dbus-cplusplus/patches/18/ Bug-AGL: SPEC-1181 Change-Id: Ic8f923a03407e58aff2133747a65799f90d15286 Signed-off-by: Changhyeok Bae --- recipes-core/dbus/libdbus-c++_0.9.0.bbappend | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 recipes-core/dbus/libdbus-c++_0.9.0.bbappend (limited to 'recipes-core/dbus/libdbus-c++_0.9.0.bbappend') diff --git a/recipes-core/dbus/libdbus-c++_0.9.0.bbappend b/recipes-core/dbus/libdbus-c++_0.9.0.bbappend new file mode 100644 index 000000000..dac44b5e6 --- /dev/null +++ b/recipes-core/dbus/libdbus-c++_0.9.0.bbappend @@ -0,0 +1,2 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" +SRC_URI_append = "file://dbus-c++-threading.patch" -- cgit 1.2.3-korg