freeimage: convert to new style staging
authorKoen Kooi <koen@openembedded.org>
Sat, 27 Mar 2010 11:17:09 +0000 (12:17 +0100)
committerKoen Kooi <koen@openembedded.org>
Sat, 27 Mar 2010 14:33:39 +0000 (15:33 +0100)
recipes/ogre/freeimage_3.11.0.bb

index 49b0848..582372c 100644 (file)
@@ -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
-}
-