summaryrefslogtreecommitdiff
path: root/packages/dbus/dbus-native_1.1.1.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-01-28 20:43:08 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-01-28 20:43:08 +0000
commitd3422da17dbc0353f7ca8e6c8202201b3ff54af2 (patch)
tree4ebad87462bca8a06ad39538554be5e0fb8b452d /packages/dbus/dbus-native_1.1.1.bb
parent8314927eacf95b2f0cb38d4a81ce2b0d555e293d (diff)
parentcdd4a5cedce39a419cb8b217770edf5dd7e7f319 (diff)
merge of '1c44ae3b4aae69a8d66c7c068c44f337bc51f559'
and 'd039068c51d6eb51dd6d0bd1dd1306d490e3d527'
Diffstat (limited to 'packages/dbus/dbus-native_1.1.1.bb')
-rw-r--r--packages/dbus/dbus-native_1.1.1.bb31
1 files changed, 0 insertions, 31 deletions
diff --git a/packages/dbus/dbus-native_1.1.1.bb b/packages/dbus/dbus-native_1.1.1.bb
deleted file mode 100644
index 72e2190f78..0000000000
--- a/packages/dbus/dbus-native_1.1.1.bb
+++ /dev/null
@@ -1,31 +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"
-
-FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/dbus-1.0.2"
-SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
- file://cross.patch;patch=1 \
- "
-
-inherit autotools pkgconfig gettext native
-
-S = "${WORKDIR}/dbus-${PV}"
-
-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
-}