From: Koen Kooi Date: Sat, 27 Mar 2010 11:17:09 +0000 (+0100) Subject: freeimage: convert to new style staging X-Git-Tag: Release-2010-05/1~226 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7de56d6f7403f519b176439ba67b6e4ea11cd628;p=openembedded.git freeimage: convert to new style staging --- diff --git a/recipes/ogre/freeimage_3.11.0.bb b/recipes/ogre/freeimage_3.11.0.bb index 49b0848474..582372c830 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 -} -