[oe-commits] Koen Kooi : angstrom: inheric recipe_sanity by default

git version control git at git.openembedded.org
Sat Jun 20 21:34:10 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: c71a5d2885bedbec41d984fe58790141be2e52b4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c71a5d2885bedbec41d984fe58790141be2e52b4

Author: Koen Kooi <koen at openembedded.org>
Date:   Sat Jun 20 19:16:30 2009 +0200

angstrom: inheric recipe_sanity by default

---

 conf/distro/include/angstrom.inc |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc
index 7a6e9a4..525f949 100644
--- a/conf/distro/include/angstrom.inc
+++ b/conf/distro/include/angstrom.inc
@@ -80,6 +80,9 @@ INHERIT += "angstrom-mirrors"
 INHERIT += "insane"
 QA_LOG = "1"
 
+#run QA tests on recipes
+INHERIT += "recipe_sanity"
+
 #save statistical info on images
 INHERIT += "testlab"
 





More information about the Openembedded-commits mailing list