[oe-commits] Thomas Zimmermann : shr/merge: correct order of required configs in shr. conf

git version control git at git.openembedded.org
Fri Oct 23 18:41:36 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 832ffd725a28b6bf33e29dad24facd40fd5ebfa2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=832ffd725a28b6bf33e29dad24facd40fd5ebfa2

Author: Thomas Zimmermann <zimmermann at vdm-design.de>
Date:   Fri Oct 23 14:38:45 2009 +0000

shr/merge: correct order of required configs in shr.conf

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 conf/distro/shr.conf |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/distro/shr.conf b/conf/distro/shr.conf
index 868da4f..546da82 100644
--- a/conf/distro/shr.conf
+++ b/conf/distro/shr.conf
@@ -24,11 +24,11 @@ DISTRO_PR = ".3"
 DISTRO_TYPE = "debug"
 DISTRO = "shr"
 
-include conf/distro/minimal.conf
-
 require conf/distro/include/preferred-shr-versions.inc
 require conf/distro/include/shr-autorev.inc
 
+include conf/distro/minimal.conf
+
 CVS_TARBALL_STASH += "http://build.shr-project.org/sources/"
 
 PREMIRRORS = "(ftp|https?)$://.*/.* http://build.shr-project.org/sources/"





More information about the Openembedded-commits mailing list