diff options
author | Koen Kooi <koen@openembedded.org> | 2009-07-14 22:54:44 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-07-14 22:54:44 +0200 |
commit | dd48f4b5246ba3b5b32ea7dfa2a6df28d87ceab8 (patch) | |
tree | 4a22af81c9b153b29ad02164d56e8c429f46f6a0 | |
parent | f29ab0cc9280a611b16c8b959107140e6f709994 (diff) |
angstrom: use packagehistory by default
-rw-r--r-- | conf/distro/include/angstrom.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index 525f949331..b56e3da132 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -77,7 +77,7 @@ INHERIT += "devshell" INHERIT += "angstrom-mirrors" #run QA tests on builds and packages and log them -INHERIT += "insane" +INHERIT += "insane packagehistory" QA_LOG = "1" #run QA tests on recipes |