diff options
author | Koen Kooi <koen@openembedded.org> | 2006-12-13 22:28:14 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-12-13 22:28:14 +0000 |
commit | 501bdcb4c3ab3178563bac3f45eed6586f4f7454 (patch) | |
tree | f8d0ae1ea23b3052ba2faa747ed6061a4bf88bbb /packages/dbus/dbus-native_0.92.bb | |
parent | 48785a3b7179e9f3385289d4e15216f4c2e5ed3e (diff) |
dbus: make Marcin happy:
* create a dbus.inc
* remove outdated dbi
* remove DEFAULT_PREFERENCE from 1.0.1
* dbus-glib still has both versions since 0.72 doesn't build for me
Diffstat (limited to 'packages/dbus/dbus-native_0.92.bb')
-rw-r--r-- | packages/dbus/dbus-native_0.92.bb | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/packages/dbus/dbus-native_0.92.bb b/packages/dbus/dbus-native_0.92.bb deleted file mode 100644 index 3645284eeb..0000000000 --- a/packages/dbus/dbus-native_0.92.bb +++ /dev/null @@ -1,28 +0,0 @@ -SECTION = "base" -PR = "r0" -HOMEPAGE = "http://www.freedesktop.org/Software/dbus" -DESCRIPTION = "message bus system for applications to talk to one another" -LICENSE = "GPL" - -S = "${WORKDIR}/dbus-${PV}" -FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/dbus" -DEPENDS = "glib-2.0-native libxml2-native expat-native" - -SRC_URI = "http://freedesktop.org/software/dbus/releases/dbus-${PV}.tar.gz \ - file://cross.patch;patch=1 \ - file://tmpdir.patch;patch=1" - -inherit autotools pkgconfig gettext native - -EXTRA_OECONF = "--disable-qt --disable-qt3 --disable-gtk --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 -} |