[oe-commits] Chris Larson : base: erk, don't remove do_setscene from EXPORT_FUNCTIONS, silly

git version control git at git.openembedded.org
Sat Mar 20 15:47:59 UTC 2010


Module: openembedded.git
Branch: rik/perl-5.10
Commit: 1369fef4947f307bc4a344888a7b602ff0e5487b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1369fef4947f307bc4a344888a7b602ff0e5487b

Author: Chris Larson <chris_larson at mentor.com>
Date:   Fri Mar 19 15:54:02 2010 -0700

base: erk, don't remove do_setscene from EXPORT_FUNCTIONS, silly

Signed-off-by: Chris Larson <chris_larson at mentor.com>

---

 classes/base.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/classes/base.bbclass b/classes/base.bbclass
index 5aa1fa8..ae8b74e 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





More information about the Openembedded-commits mailing list