[oe-commits] Simon Busch : aurora-distribution: require minimal first before we assign anything

git version control git at git.openembedded.org
Thu May 19 19:15:21 UTC 2011


Module: openembedded.git
Branch: master
Commit: 3e239e4ddf932ff54ea0e93df2c1d7363062fd8f
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=3e239e4ddf932ff54ea0e93df2c1d7363062fd8f

Author: Simon Busch <morphis at gravedo.de>
Date:   Thu May 19 21:14:01 2011 +0200

aurora-distribution: require minimal first before we assign anything

Signed-off-by: Simon Busch <morphis at gravedo.de>

---

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

diff --git a/conf/distro/aurora.conf b/conf/distro/aurora.conf
index dc08f39..1ea1691 100644
--- a/conf/distro/aurora.conf
+++ b/conf/distro/aurora.conf
@@ -9,9 +9,12 @@
 #@COMMENT: like telephony or GPS.
 #-----------------------------------------------------------------------------
 
+require conf/distro/minimal.conf
+
 #
 # Header
 #
+
 DISTRO_NAME = "aurora"
 DISTRO_VERSION = "0.1-${DATE}"
 DISTRO_REVISION = "1"
@@ -21,7 +24,6 @@ DISTRO_SSH_DAEMON = "openssh"
 DISTRO_APM = "fso-apm"
 DISTRO_ALSA_STATE = "fsoaudiod"
 
-require conf/distro/minimal.conf
 require conf/distro/include/preferred-aurora-versions.inc
 
 ############################################################################





More information about the Openembedded-commits mailing list