base: erk, don't remove do_setscene from EXPORT_FUNCTIONS, silly
authorChris Larson <chris_larson@mentor.com>
Fri, 19 Mar 2010 22:54:02 +0000 (15:54 -0700)
committerChris Larson <chris_larson@mentor.com>
Fri, 19 Mar 2010 22:54:02 +0000 (15:54 -0700)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
classes/base.bbclass

index 5aa1fa8..ae8b74e 100644 (file)
@@ -444,4 +444,4 @@ python () {
     bb.data.setVar('MULTIMACH_ARCH', multiarch, d)
 }
 
-EXPORT_FUNCTIONS do_fetch do_unpack do_configure do_compile do_install do_package
+EXPORT_FUNCTIONS do_setscene do_fetch do_unpack do_configure do_compile do_install do_package