From: Chris Larson Date: Fri, 19 Mar 2010 22:54:02 +0000 (-0700) Subject: base: erk, don't remove do_setscene from EXPORT_FUNCTIONS, silly X-Git-Tag: Release-2010-05/1~339^2~20^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1369fef4947f307bc4a344888a7b602ff0e5487b;p=openembedded.git base: erk, don't remove do_setscene from EXPORT_FUNCTIONS, silly Signed-off-by: Chris Larson --- diff --git a/classes/base.bbclass b/classes/base.bbclass index 5aa1fa8556..ae8b74ecd4 100644 --- a/classes/base.bbclass +++ b/classes/base.bbclass @@ -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