mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
libgdbus: Fix for glib-2.0 2.32.2
(From OE-Core rev: 0e33eade3fec1d9df052332d37d266405467a354) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
9355a8e5c1
commit
22f682b857
@@ -0,0 +1,20 @@
|
||||
Fix for glib-2.0 version 2.32.2
|
||||
|
||||
Upstream-Status: Pending
|
||||
|
||||
Signed-off-by: Saul Wold <sgw@linux.intel.com>
|
||||
|
||||
|
||||
Index: git/src/debug.h
|
||||
===================================================================
|
||||
--- git.orig/src/debug.h
|
||||
+++ git/src/debug.h
|
||||
@@ -19,7 +19,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
-#include <glib/gmessages.h>
|
||||
+#include <glib.h>
|
||||
|
||||
//#define DBG(fmt, arg...) g_debug("%s: " fmt, __FUNCTION__ , ## arg)
|
||||
#define DBG(fmt, arg...)
|
||||
@@ -10,9 +10,10 @@ DEPENDS = "glib-2.0 dbus"
|
||||
|
||||
SRCREV = "aeab6e3c0185b271ca343b439470491b99cc587f"
|
||||
PV = "0.0+git${SRCPV}"
|
||||
PR = "r0"
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI = "git://git.kernel.org/pub/scm/bluetooth/libgdbus.git;protocol=git"
|
||||
SRC_URI = "git://git.kernel.org/pub/scm/bluetooth/libgdbus.git;protocol=git \
|
||||
file://fix-for-new-glib.patch"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user