summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eggdbus/eggdbus
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2012-07-19 13:05:09 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-19 17:18:09 +0100
commit05e2aa51cb50fd04827c3f779a1aded8c17128ba (patch)
tree83f09df2a080b0696e25564a8b7cbccc286d60ea /meta/recipes-core/eggdbus/eggdbus
parent6185b8ac6c57a10f4a7ef51c5d3d81d04e6db1ce (diff)
downloadpoky-05e2aa51cb50fd04827c3f779a1aded8c17128ba.tar.gz
eggdbus: remove, nothing uses it
(From OE-Core rev: 7eae2aecaddf5e285fbe9ad95d972f83b42ed176) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/eggdbus/eggdbus')
-rw-r--r--meta/recipes-core/eggdbus/eggdbus/gtk-doc.patch34
-rw-r--r--meta/recipes-core/eggdbus/eggdbus/marshal.patch28
2 files changed, 0 insertions, 62 deletions
diff --git a/meta/recipes-core/eggdbus/eggdbus/gtk-doc.patch b/meta/recipes-core/eggdbus/eggdbus/gtk-doc.patch
deleted file mode 100644
index abd7ff4166..0000000000
--- a/meta/recipes-core/eggdbus/eggdbus/gtk-doc.patch
+++ /dev/null
@@ -1,34 +0,0 @@
1Upstream-Status: Inappropriate [configuration]
2
3Index: eggdbus-0.6/docs/eggdbus/Makefile.am
4===================================================================
5--- eggdbus-0.6.orig/docs/eggdbus/Makefile.am
6+++ eggdbus-0.6/docs/eggdbus/Makefile.am
7@@ -87,11 +87,7 @@ HTML_IMAGES = \
8 # Extra options to supply to gtkdoc-fixref
9 FIXXREF_OPTIONS=
10
11-if ENABLE_GTK_DOC
12-include $(top_srcdir)/gtk-doc.make
13-else
14 CLEANFILES =
15-endif
16
17 CLEANFILES += *~ \
18 eggdbus-scan.* \
19Index: eggdbus-0.6/docs/tests/Makefile.am
20===================================================================
21--- eggdbus-0.6.orig/docs/tests/Makefile.am
22+++ eggdbus-0.6/docs/tests/Makefile.am
23@@ -65,11 +65,7 @@ HTML_IMAGES = \
24 # Extra options to supply to gtkdoc-fixref
25 FIXXREF_OPTIONS=
26
27-if ENABLE_GTK_DOC
28-include $(top_srcdir)/gtk-doc.make
29-else
30 CLEANFILES =
31-endif
32
33 CLEANFILES += *~ \
34 tests-scan.* \
diff --git a/meta/recipes-core/eggdbus/eggdbus/marshal.patch b/meta/recipes-core/eggdbus/eggdbus/marshal.patch
deleted file mode 100644
index a605a34c8e..0000000000
--- a/meta/recipes-core/eggdbus/eggdbus/marshal.patch
+++ /dev/null
@@ -1,28 +0,0 @@
1Upstream-Status: Inappropriate [configuration]
2
3Index: eggdbus-0.6/src/eggdbus/Makefile.am
4===================================================================
5--- eggdbus-0.6.orig/src/eggdbus/Makefile.am
6+++ eggdbus-0.6/src/eggdbus/Makefile.am
7@@ -130,7 +130,7 @@ BUILT_SOURCES = \
8 $(NULL)
9
10 eggdbus-built-sources.stamp : eggdbus-binding-tool Makefile.am org.freedesktop.DBus.xml org.freedesktop.DBus.Peer.xml org.freedesktop.DBus.Properties.xml org.freedesktop.DBus.Introspectable.xml eggdbus-glib-genmarshal
11- EGG_DBUS_GENMARSHAL=$(top_builddir)/src/eggdbus/eggdbus-glib-genmarshal $(top_builddir)/src/eggdbus/eggdbus-binding-tool \
12+ EGG_DBUS_GENMARSHAL=eggdbus-glib-genmarshal eggdbus-binding-tool \
13 --namespace EggDBus \
14 --dbus-namespace org.freedesktop.DBus \
15 --interfaces-only \
16Index: eggdbus-0.6/src/tests/Makefile.am
17===================================================================
18--- eggdbus-0.6.orig/src/tests/Makefile.am
19+++ eggdbus-0.6/src/tests/Makefile.am
20@@ -25,7 +25,7 @@ BUILT_SOURCES = \
21 $(NULL)
22
23 test-built-sources.stamp : Makefile.am $(top_builddir)/src/eggdbus/eggdbus-binding-tool com.example.Frob.xml com.example.Tweak.xml com.example.Twiddle.xml
24- EGG_DBUS_GENMARSHAL=$(top_builddir)/src/eggdbus/eggdbus-glib-genmarshal $(top_builddir)/src/eggdbus/eggdbus-binding-tool \
25+ EGG_DBUS_GENMARSHAL=eggdbus-glib-genmarshal eggdbus-binding-tool \
26 --namespace "Test" \
27 --dbus-namespace "com.example" \
28 --include-header testtypes.h \