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

git version control git at git.openembedded.org
Sat Mar 27 14:42:31 UTC 2010


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Sat Mar 27 12:17:09 2010 +0100

freeimage: convert to new style staging

---

 recipes/ogre/freeimage_3.11.0.bb |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/recipes/ogre/freeimage_3.11.0.bb b/recipes/ogre/freeimage_3.11.0.bb
index 49b0848..582372c 100644
--- a/recipes/ogre/freeimage_3.11.0.bb
+++ b/recipes/ogre/freeimage_3.11.0.bb
@@ -26,9 +26,3 @@ do_install() {
 	oe_runmake INSTALLDIR="${D}${libdir}" INCDIR="${D}${includedir}" install
 }
 
-do_stage() {
-	install -d ${STAGING_LIBDIR}
-	install -d ${STAGING_INCDIR}
-	oe_runmake  INSTALLDIR="${STAGING_LIBDIR}" INCDIR="${STAGING_INCDIR}" install
-}
-





More information about the Openembedded-commits mailing list