summaryrefslogtreecommitdiff
path: root/meta/packages/dbus/dbus-native_1.0.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/dbus/dbus-native_1.0.3.bb')
-rw-r--r--meta/packages/dbus/dbus-native_1.0.3.bb28
1 files changed, 0 insertions, 28 deletions
diff --git a/meta/packages/dbus/dbus-native_1.0.3.bb b/meta/packages/dbus/dbus-native_1.0.3.bb
deleted file mode 100644
index c237a7e8c..000000000
--- a/meta/packages/dbus/dbus-native_1.0.3.bb
+++ /dev/null
@@ -1,28 +0,0 @@
-DESCRIPTION = "message bus system for applications to talk to one another"
-HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
-LICENSE = "GPL"
-SECTION = "base"
-
-PR = "r0"
-
-DEPENDS = "glib-2.0-native libxml2-native expat-native"
-
-DEFAULT_PREFERENCE = "-1"
-
-SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
- file://cross.patch;patch=1 \
- "
-
-inherit autotools pkgconfig gettext native
-
-EXTRA_OECONF = " --disable-tests --disable-checks --disable-xml-docs \
- --disable-doxygen-docs --with-xml=expat --without-x"
-
-do_stage () {
- oe_runmake install
- autotools_stage_all
-
- # for dbus-glib-native introspection generation
- install -d ${STAGING_DATADIR}/dbus
- install -m 0644 bus/session.conf ${STAGING_DATADIR}/dbus/session.conf
-}