[oe-commits] Khem Raj : meta.bbclass: Exclude meta recipes from world builds

git version control git at git.openembedded.org
Mon Nov 8 15:08:06 UTC 2010


Module: openembedded.git
Branch: darwin
Commit: 426fec50b368f6a710e303c4d4e6f16031b5c1ee
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=426fec50b368f6a710e303c4d4e6f16031b5c1ee

Author: Khem Raj <raj.khem at gmail.com>
Date:   Thu Nov  4 12:14:08 2010 -0700

meta.bbclass: Exclude meta recipes from world builds

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Acked-by: Chris Larson <chris_larson at mentor.com>

---

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

diff --git a/classes/meta.bbclass b/classes/meta.bbclass
index d35c40b..d0626e3 100644
--- a/classes/meta.bbclass
+++ b/classes/meta.bbclass
@@ -1,4 +1,4 @@
-
+EXCLUDE_FROM_WORLD = "1"
 PACKAGES = ""
 
-do_build[recrdeptask] = "do_build"
\ No newline at end of file
+do_build[recrdeptask] = "do_build"





More information about the Openembedded-commits mailing list