aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dbus
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-03-28 12:28:04 +0200
committerKoen Kooi <koen@openembedded.org>2010-03-28 12:28:04 +0200
commit6942f5fd596a63071a925eab42b8af0fdb1b8a80 (patch)
treed82dff039083550b89043bbd37b0043b933e76d4 /recipes/dbus
parent6575022c5c9060151d162fce6e74d2ebfb022973 (diff)
downloadopenembedded-6942f5fd596a63071a925eab42b8af0fdb1b8a80.tar.gz
dbus-glib: convert to new style staging
Diffstat (limited to 'recipes/dbus')
-rw-r--r--recipes/dbus/dbus-glib.inc9
1 files changed, 2 insertions, 7 deletions
diff --git a/recipes/dbus/dbus-glib.inc b/recipes/dbus/dbus-glib.inc
index ced9b37b8b..bfc7f7c037 100644
--- a/recipes/dbus/dbus-glib.inc
+++ b/recipes/dbus/dbus-glib.inc
@@ -3,10 +3,10 @@ HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
SECTION = "libs"
LICENSE = "GPL"
DEPENDS = "expat glib-2.0 virtual/libintl dbus-glib-native dbus"
-INC_PR = "r0"
+INC_PR = "r1"
SRC_URI = "\
- http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.gz \
+ http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.gz;name=archive \
file://no-introspect.patch;patch=1 \
file://no-examples.patch;patch=1 \
"
@@ -18,11 +18,6 @@ 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
-}
-
PACKAGES += "${PN}-bash-completion"
FILES_${PN}-bash-completion = "\
${sysconfdir}/bash_completion.d \