diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-03-09 16:54:57 -0700 |
---|---|---|
committer | Chris Larson <chris_larson@mentor.com> | 2010-03-19 10:41:54 -0700 |
commit | a215c2f283476776567506c2e3f969c48f7e5e3d (patch) | |
tree | d2fbc73e905e93959f0627097a72d52dff200815 /recipes/ogre/ogre-egl_svn.bb | |
parent | e0503768af714c4e8c7fc75e462d4e58e34042a7 (diff) |
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/ogre-egl_svn.bb')
-rw-r--r-- | recipes/ogre/ogre-egl_svn.bb | 2 |
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 " |