diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-03-17 13:48:47 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-03-17 13:48:47 +0000 |
commit | 5aa20b3913eb16065173706c1e21ab3a9a10d30e (patch) | |
tree | bfad8ac955a00b6566751750274304e2ec810480 /package/dbus-glib/dbus-glib-0.70-dontgeneratexml.patch | |
parent | 23e2e52df77158994a73f2e6799b0ab9dc741d36 (diff) | |
download | buildroot-novena-5aa20b3913eb16065173706c1e21ab3a9a10d30e.tar.gz buildroot-novena-5aa20b3913eb16065173706c1e21ab3a9a10d30e.zip |
dbus-glib: bump version and convert to Makefile.autotools.in format
This at the same times fixes the staging dir install, so stuff needing
dbus-glib is able to build.
Diffstat (limited to 'package/dbus-glib/dbus-glib-0.70-dontgeneratexml.patch')
-rw-r--r-- | package/dbus-glib/dbus-glib-0.70-dontgeneratexml.patch | 77 |
1 files changed, 0 insertions, 77 deletions
diff --git a/package/dbus-glib/dbus-glib-0.70-dontgeneratexml.patch b/package/dbus-glib/dbus-glib-0.70-dontgeneratexml.patch deleted file mode 100644 index 1a18a7086..000000000 --- a/package/dbus-glib/dbus-glib-0.70-dontgeneratexml.patch +++ /dev/null @@ -1,77 +0,0 @@ ---- dbus-glib-0.70/tools/dbus-bus-introspect.xml.dontgenerate 2006-07-18 15:14:38.000000000 -0400 -+++ dbus-glib-0.70/tools/dbus-bus-introspect.xml 2006-07-18 15:13:17.000000000 -0400 -@@ -0,0 +1,74 @@ -+ <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" -+"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"> -+<node> -+ <interface name="org.freedesktop.DBus.Introspectable"> -+ <method name="Introspect"> -+ <arg name="data" direction="out" type="s"/> -+ </method> -+ </interface> -+ <interface name="org.freedesktop.DBus"> -+ <method name="RequestName"> -+ <arg direction="in" type="s"/> -+ <arg direction="in" type="u"/> -+ <arg direction="out" type="u"/> -+ </method> -+ <method name="ReleaseName"> -+ <arg direction="in" type="s"/> -+ <arg direction="out" type="u"/> -+ </method> -+ <method name="StartServiceByName"> -+ <arg direction="in" type="s"/> -+ <arg direction="in" type="u"/> -+ <arg direction="out" type="u"/> -+ </method> -+ <method name="Hello"> -+ <arg direction="out" type="s"/> -+ </method> -+ <method name="NameHasOwner"> -+ <arg direction="in" type="s"/> -+ <arg direction="out" type="b"/> -+ </method> -+ <method name="ListNames"> -+ <arg direction="out" type="as"/> -+ </method> -+ <method name="AddMatch"> -+ <arg direction="in" type="s"/> -+ </method> -+ <method name="RemoveMatch"> -+ <arg direction="in" type="s"/> -+ </method> -+ <method name="GetNameOwner"> -+ <arg direction="in" type="s"/> -+ <arg direction="out" type="s"/> -+ </method> -+ <method name="ListQueuedOwners"> -+ <arg direction="in" type="s"/> -+ <arg direction="out" type="as"/> -+ </method> -+ <method name="GetConnectionUnixUser"> -+ <arg direction="in" type="s"/> -+ <arg direction="out" type="u"/> -+ </method> -+ <method name="GetConnectionUnixProcessID"> -+ <arg direction="in" type="s"/> -+ <arg direction="out" type="u"/> -+ </method> -+ <method name="GetConnectionSELinuxSecurityContext"> -+ <arg direction="in" type="s"/> -+ <arg direction="out" type="ay"/> -+ </method> -+ <method name="ReloadConfig"> -+ </method> -+ <signal name="NameOwnerChanged"> -+ <arg type="s"/> -+ <arg type="s"/> -+ <arg type="s"/> -+ </signal> -+ <signal name="NameLost"> -+ <arg type="s"/> -+ </signal> -+ <signal name="NameAcquired"> -+ <arg type="s"/> -+ </signal> -+ </interface> -+</node> |