summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eggdbus/eggdbus_0.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/eggdbus/eggdbus_0.6.bb')
-rw-r--r--meta/recipes-core/eggdbus/eggdbus_0.6.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/recipes-core/eggdbus/eggdbus_0.6.bb b/meta/recipes-core/eggdbus/eggdbus_0.6.bb
new file mode 100644
index 0000000000..3a0d0fed13
--- /dev/null
+++ b/meta/recipes-core/eggdbus/eggdbus_0.6.bb
@@ -0,0 +1,27 @@
1DESCRIPTION = "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"
2HOMEPAGE = "http://cgit.freedesktop.org/~david/eggdbus"
3LICENSE = "LGPLv2+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=155db86cdbafa7532b41f390409283eb \
5 file://src/eggdbus/eggdbus.h;md5=6b312aef57ed8d738b3f131ad037d6c2"
6PR = "r1"
7
8DEPENDS = "dbus glib-2.0 dbus-glib eggdbus-native"
9DEPENDS_virtclass-native = "dbus-native glib-2.0-native dbus-glib-native"
10
11BASE_SRC_URI = "http://cgit.freedesktop.org/~david/${BPN}/snapshot/${BPN}-${PV}.tar.bz2 \
12 file://gtk-doc.patch;apply=yes \
13 "
14
15SRC_URI = "${BASE_SRC_URI} \
16 file://marshal.patch;apply=yes \
17 "
18
19SRC_URI_virtclass-native = "${BASE_SRC_URI}"
20
21inherit autotools
22
23EXTRA_OECONF = " --disable-man-pages --disable-gtk-doc-html "
24
25BBCLASSEXTEND = "native"
26
27PARALLEL_MAKE = ""