aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ogre
diff options
context:
space:
mode:
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
-}
-