summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
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
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')
-rw-r--r--meta/recipes-core/eggdbus/eggdbus/gtk-doc.patch34
-rw-r--r--meta/recipes-core/eggdbus/eggdbus/marshal.patch28
-rw-r--r--meta/recipes-core/eggdbus/eggdbus_0.6.bb31
3 files changed, 0 insertions, 93 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 \
diff --git a/meta/recipes-core/eggdbus/eggdbus_0.6.bb b/meta/recipes-core/eggdbus/eggdbus_0.6.bb
deleted file mode 100644
index 75f56def4c..0000000000
--- a/meta/recipes-core/eggdbus/eggdbus_0.6.bb
+++ /dev/null
@@ -1,31 +0,0 @@
1SUMMARY = "An alternative to dbug-glib."
2DESCRIPTION = "An alternative to dbus-glib. It is designed specifically to make it comfortable to work with very large and potentially complex D-Bus services like e.g. DeviceKit-disks"
3HOMEPAGE = "http://cgit.freedesktop.org/~david/eggdbus"
4LICENSE = "LGPLv2+"
5LIC_FILES_CHKSUM = "file://COPYING;md5=155db86cdbafa7532b41f390409283eb \
6 file://src/eggdbus/eggdbus.h;md5=6b312aef57ed8d738b3f131ad037d6c2"
7PR = "r3"
8
9DEPENDS = "dbus glib-2.0 dbus-glib eggdbus-native"
10DEPENDS_virtclass-native = "dbus-native glib-2.0-native dbus-glib-native"
11
12BASE_SRC_URI = "http://cgit.freedesktop.org/~david/${BPN}/snapshot/${BPN}-${PV}.tar.bz2 \
13 file://gtk-doc.patch;apply=yes \
14 "
15
16SRC_URI = "${BASE_SRC_URI} \
17 file://marshal.patch;apply=yes \
18 "
19
20SRC_URI[md5sum] = "0a111faa54dfba2cf432c2c8e8a76e06"
21SRC_URI[sha256sum] = "3ad26e271c1a879bafcd181e065fe0ed53b542299a773c3188c9edb25b895ed1"
22
23SRC_URI_virtclass-native = "${BASE_SRC_URI}"
24
25inherit autotools
26
27EXTRA_OECONF = " --disable-man-pages --disable-gtk-doc-html "
28
29BBCLASSEXTEND = "native"
30
31PARALLEL_MAKE = ""