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

git version control git at git.openembedded.org
Thu Apr 1 18:06:22 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 50a98e79026ef71b61915c63e62d23b6b7f0a17c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=50a98e79026ef71b61915c63e62d23b6b7f0a17c

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

gtkmm: convert to new style staging

---

 recipes/gtkmm/gtkmm.inc |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/recipes/gtkmm/gtkmm.inc b/recipes/gtkmm/gtkmm.inc
index 139d952..f2d1246 100644
--- a/recipes/gtkmm/gtkmm.inc
+++ b/recipes/gtkmm/gtkmm.inc
@@ -9,12 +9,10 @@ inherit gnome autotools pkgconfig flow-lossage
 
 LIBV = "2.4.0"
 
-do_stage () {
-        autotools_stage_all
-
-        install -d ${STAGING_INCDIR}/gtkmm-2.4
-        install -m 0644 gdk/gdkmmconfig.h ${STAGING_INCDIR}/gtkmm-2.4
-        install -m 0644 gtk/gtkmmconfig.h ${STAGING_INCDIR}/gtkmm-2.4
+do_install_append () {
+        install -d ${D}${includedir}/gtkmm-2.4
+        install -m 0644 gdk/gdkmmconfig.h ${D}${includedir}/gtkmm-2.4
+        install -m 0644 gtk/gtkmmconfig.h ${D}${includedir}/gtkmm-2.4
 }
 
 FILES_${PN} = "${libdir}/lib*.so.*"





More information about the Openembedded-commits mailing list