aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ogre
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-03-27 12:17:09 +0100
committerKoen Kooi <koen@openembedded.org>2010-03-27 15:33:39 +0100
commit7de56d6f7403f519b176439ba67b6e4ea11cd628 (patch)
tree844fdd90a8e7b1e4f42d2d8c95b1126f4d2f164f /recipes/ogre
parent839a8a6ded2a23109c2b2da20b29bedb18b825b2 (diff)
downloadopenembedded-7de56d6f7403f519b176439ba67b6e4ea11cd628.tar.gz
freeimage: convert to new style staging
Diffstat (limited to 'recipes/ogre')
-rw-r--r--recipes/ogre/freeimage_3.11.0.bb6
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 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
-}
-