aboutsummaryrefslogtreecommitdiffstats
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.bb31
1 files changed, 0 insertions, 31 deletions
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 @@
-SUMMARY = "An alternative to dbug-glib."
-DESCRIPTION = "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"
-HOMEPAGE = "http://cgit.freedesktop.org/~david/eggdbus"
-LICENSE = "LGPLv2+"
-LIC_FILES_CHKSUM = "file://COPYING;md5=155db86cdbafa7532b41f390409283eb \
- file://src/eggdbus/eggdbus.h;md5=6b312aef57ed8d738b3f131ad037d6c2"
-PR = "r3"
-
-DEPENDS = "dbus glib-2.0 dbus-glib eggdbus-native"
-DEPENDS_virtclass-native = "dbus-native glib-2.0-native dbus-glib-native"
-
-BASE_SRC_URI = "http://cgit.freedesktop.org/~david/${BPN}/snapshot/${BPN}-${PV}.tar.bz2 \
- file://gtk-doc.patch;apply=yes \
- "
-
-SRC_URI = "${BASE_SRC_URI} \
- file://marshal.patch;apply=yes \
- "
-
-SRC_URI[md5sum] = "0a111faa54dfba2cf432c2c8e8a76e06"
-SRC_URI[sha256sum] = "3ad26e271c1a879bafcd181e065fe0ed53b542299a773c3188c9edb25b895ed1"
-
-SRC_URI_virtclass-native = "${BASE_SRC_URI}"
-
-inherit autotools
-
-EXTRA_OECONF = " --disable-man-pages --disable-gtk-doc-html "
-
-BBCLASSEXTEND = "native"
-
-PARALLEL_MAKE = ""