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

git version control git at git.openembedded.org
Thu Apr 1 22:30:47 UTC 2010


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Apr  1 15:27:47 2010 +0200

glibmm: convert to new style staging

---

 recipes/glibmm/glibmm.inc |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/recipes/glibmm/glibmm.inc b/recipes/glibmm/glibmm.inc
index bb786ff..62d0bfc 100644
--- a/recipes/glibmm/glibmm.inc
+++ b/recipes/glibmm/glibmm.inc
@@ -15,9 +15,7 @@ FILES_${PN}-dev += "${libdir}/glibmm-2.4/include/ ${libdir}/glibmm-2.4/proc/ ${l
 
 LIBV = "2.4.0"
 
-do_stage () {
-	autotools_stage_all
-
-	install -m 0644 glib/glibmmconfig.h ${STAGING_INCDIR}/glibmm-2.4
-	install -m 0644 scripts/glibmm_check_perl.m4 ${STAGING_DATADIR}/aclocal/ || true
+do_install_append() {
+	install -m 0644 glib/glibmmconfig.h ${D}${datadir}/glibmm-2.4
+	install -m 0644 scripts/glibmm_check_perl.m4 ${D}${datadir}/aclocal/ || true
 }





More information about the Openembedded-commits mailing list