summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-2.0/glib-2.0/nodbus.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/glib-2.0/glib-2.0/nodbus.patch')
-rw-r--r--meta/recipes-core/glib-2.0/glib-2.0/nodbus.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/meta/recipes-core/glib-2.0/glib-2.0/nodbus.patch b/meta/recipes-core/glib-2.0/glib-2.0/nodbus.patch
deleted file mode 100644
index 1e65643191..0000000000
--- a/meta/recipes-core/glib-2.0/glib-2.0/nodbus.patch
+++ /dev/null
@@ -1,25 +0,0 @@
1Disable dbus dependency. Autodetecting isn't deterministic, we don't have the DEPENDS
2and we don't want to built this piece so hardcode it off.
3
4Upstream-Status: Inappropriate [configuration]
5
6RP 2012/2/25
7
8Index: glib-2.30.2/configure.ac
9===================================================================
10--- glib-2.30.2.orig/configure.ac 2012-02-25 14:50:07.444242397 +0000
11+++ glib-2.30.2/configure.ac 2012-02-25 14:51:28.096240485 +0000
12@@ -3769,10 +3769,9 @@
13 # Check for libdbus1 - Optional - is only used in the GDBus test cases
14 #
15 # 1.2.14 required for dbus_message_set_serial
16-PKG_CHECK_MODULES(DBUS1,
17- dbus-1 >= 1.2.14,
18- [AC_DEFINE(HAVE_DBUS1, 1, [Define if dbus-1 is available]) have_dbus1=yes],
19- have_dbus1=no)
20+DBUS1_CFLAGS=
21+DBUS1_LIBS=
22+$have_dbus1=no
23 AC_SUBST(DBUS1_CFLAGS)
24 AC_SUBST(DBUS1_LIBS)
25 AM_CONDITIONAL(HAVE_DBUS1, [test "x$have_dbus1" = "xyes"])