aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ogre
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-03-09 16:54:57 -0700
committerChris Larson <chris_larson@mentor.com>2010-03-19 10:41:54 -0700
commita215c2f283476776567506c2e3f969c48f7e5e3d (patch)
treed2fbc73e905e93959f0627097a72d52dff200815 /recipes/ogre
parente0503768af714c4e8c7fc75e462d4e58e34042a7 (diff)
downloadopenembedded-a215c2f283476776567506c2e3f969c48f7e5e3d.tar.gz
Don't inherit siteinfo in base.bbclass
Acked-by: Richard Purdie <rpurdie@linux.intel.com> Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> Signed-off-by: Chris Larson <chris_larson@mentor.com>
Diffstat (limited to 'recipes/ogre')
-rw-r--r--recipes/ogre/ogre-egl_svn.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/ogre/ogre-egl_svn.bb b/recipes/ogre/ogre-egl_svn.bb
index 82c7862013..abebf9d159 100644
--- a/recipes/ogre/ogre-egl_svn.bb
+++ b/recipes/ogre/ogre-egl_svn.bb
@@ -11,7 +11,7 @@ SRC_URI = "svn://ogre.svn.sourceforge.net/svnroot/ogre;module=trunk;proto=https
file://ogre-egl-update.diff;patch=1;pnum=0 \
"
-inherit autotools_stage
+inherit autotools_stage siteinfo
# This is the EGL version
EXTRA_OECONF = " --with-gui=gtk --disable-freetypetest --enable-ogre-demos --with-allocator=std --enable-threading=no --disable-cg --enable-gles "