summaryrefslogtreecommitdiff
path: root/openembedded/packages/dbus/dbus-0.36/no-introspect.patch
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/dbus/dbus-0.36/no-introspect.patch')
-rw-r--r--openembedded/packages/dbus/dbus-0.36/no-introspect.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/openembedded/packages/dbus/dbus-0.36/no-introspect.patch b/openembedded/packages/dbus/dbus-0.36/no-introspect.patch
deleted file mode 100644
index 822afccf0..000000000
--- a/openembedded/packages/dbus/dbus-0.36/no-introspect.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Index: dbus-0.36/tools/Makefile.am
-===================================================================
---- dbus-0.36.orig/tools/Makefile.am 2005-07-08 16:25:28.000000000 +0000
-+++ dbus-0.36/tools/Makefile.am 2005-09-02 12:26:02.000000000 +0000
-@@ -21,11 +21,6 @@
- GTK_TOOLS=
- endif
-
--if HAVE_GLIB
--dbus-bus-introspect.xml: $(top_builddir)/bus/dbus-daemon dbus-launch dbus-send $(top_builddir)/bus/dbus-daemon Makefile
-- DBUS_TOP_BUILDDIR=$(top_builddir) $(srcdir)/run-with-tmp-session-bus.sh ./dbus-send --print-reply=literal --dest=org.freedesktop.DBus /org/freedesktop/DBus org.freedesktop.DBus.Introspectable.Introspect > dbus-bus-introspect.xml.tmp && mv dbus-bus-introspect.xml.tmp dbus-bus-introspect.xml
--endif
--
- bin_PROGRAMS=dbus-send $(GLIB_TOOLS) dbus-launch dbus-cleanup-sockets $(GTK_TOOLS)
-
- dbus_send_SOURCES= \