dbus-glib: Factor into a common .inc file and cleanup the recipe using autotools staging

This commit is contained in:
Richard Purdie
2009-01-05 17:21:56 +00:00
parent 0d8a8c8932
commit f0b6ce8482
4 changed files with 25 additions and 34 deletions

View File

@@ -1,20 +1,14 @@
SECTION = "base"
PR = "r1"
HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
DESCRIPTION = "message bus system for applications to talk to one another"
LICENSE = "GPL"
SRC_URI = "http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.gz \
file://run-with-tmp-session-bus.patch;patch=1"
inherit autotools pkgconfig gettext native
require dbus-glib.inc
inherit native
DEPENDS = "glib-2.0-native dbus-native"
EXTRA_OECONF = "--with-introspect=${STAGING_DATADIR_NATIVE}/dbus/dbus-bus-introspect.xml"
PR = "r2"
SRC_URI += "file://run-with-tmp-session-bus.patch;patch=1"
do_stage() {
oe_runmake install
autotools_stage_all
install -d ${STAGING_DATADIR}/dbus
install -m 0644 tools/dbus-glib-bindings.h ${STAGING_DATADIR}/dbus
}

View File

@@ -0,0 +1,17 @@
SECTION = "base"
HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
DESCRIPTION = "message bus system for applications to talk to one another"
LICENSE = "GPL"
DEPENDS = "expat glib-2.0 virtual/libintl dbus-glib-native dbus"
SRC_URI = "http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.gz \
file://no-examples.patch;patch=1"
inherit autotools_stage pkgconfig gettext
EXTRA_OECONF = "--with-introspect=${STAGING_DATADIR_NATIVE}/dbus/dbus-bus-introspect.xml"
FILES_${PN} = "${libdir}/lib*.so.*"
FILES_${PN}-dev += "${libdir}/dbus-1.0/include ${bindir}/dbus-glib-tool"
FILES_${PN}-dev += "${bindir}/dbus-binding-tool"

View File

@@ -1,28 +1,8 @@
SECTION = "base"
PR = "r1"
HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
DESCRIPTION = "message bus system for applications to talk to one another"
LICENSE = "GPL"
DEPENDS = "expat glib-2.0 virtual/libintl dbus-glib-native dbus"
require dbus-glib.inc
SRC_URI = "http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.gz \
file://no-examples.patch;patch=1"
inherit autotools pkgconfig gettext
EXTRA_OECONF = "--with-introspect=${STAGING_DATADIR_NATIVE}/dbus/dbus-bus-introspect.xml"
FILES_${PN} = "${libdir}/lib*.so.*"
FILES_${PN}-dev += "${libdir}/dbus-1.0/include ${bindir}/dbus-glib-tool"
PR = "r2"
do_configure_prepend() {
install -m 0644 ${STAGING_DATADIR_NATIVE}/dbus/dbus-glib-bindings.h ${S}/tools/
}
do_stage () {
oe_libinstall -so -C dbus libdbus-glib-1 ${STAGING_LIBDIR}
autotools_stage_includes
}
FILES_${PN}-dev += "${bindir}/dbus-binding-tool"