[oe-commits] Koen Kooi : dbus-glib: convert to new style staging

git version control git at git.openembedded.org
Sun Mar 28 17:27:19 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 6942f5fd596a63071a925eab42b8af0fdb1b8a80
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6942f5fd596a63071a925eab42b8af0fdb1b8a80

Author: Koen Kooi <koen at openembedded.org>
Date:   Sun Mar 28 12:28:04 2010 +0200

dbus-glib: convert to new style staging

---

 recipes/dbus/dbus-glib.inc |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/recipes/dbus/dbus-glib.inc b/recipes/dbus/dbus-glib.inc
index ced9b37..bfc7f7c 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 \





More information about the Openembedded-commits mailing list