dbus-glib: convert to new style staging
authorKoen Kooi <koen@openembedded.org>
Sun, 28 Mar 2010 10:28:04 +0000 (12:28 +0200)
committerKoen Kooi <koen@openembedded.org>
Sun, 28 Mar 2010 10:28:04 +0000 (12:28 +0200)
recipes/dbus/dbus-glib.inc

index ced9b37..bfc7f7c 100644 (file)
@@ -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 \