summaryrefslogtreecommitdiff
path: root/openembedded/packages/dbus/dbus-0.36/no-introspect.patch
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2005-10-10 12:21:56 +0000
committerRichard Purdie <richard@openedhand.com>2005-10-10 12:21:56 +0000
commitbfea2526434422e8bd1aff9189e41c49bd7127d9 (patch)
tree3b91b38ec517af0201084982aeacb2461ea84068 /openembedded/packages/dbus/dbus-0.36/no-introspect.patch
parent757723a16ef88a30a775b4e69bd0972468826d71 (diff)
downloadopenembedded-core-bfea2526434422e8bd1aff9189e41c49bd7127d9.tar.gz
openembedded-core-bfea2526434422e8bd1aff9189e41c49bd7127d9.tar.bz2
openembedded-core-bfea2526434422e8bd1aff9189e41c49bd7127d9.tar.xz
openembedded-core-bfea2526434422e8bd1aff9189e41c49bd7127d9.zip
More syncing with OE, remove old dbus versions and old avahi version
git-svn-id: https://svn.o-hand.com/repos/poky@130 311d38ba-8fff-0310-9ca6-ca027cbcb966
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= \