[oe-commits] Cliff Brake : micro-uclibc.conf: move OVERRIDES to bottom of file

git version control git at git.openembedded.org
Wed Sep 2 15:11:37 UTC 2009


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

Author: Cliff Brake <cbrake at bec-systems.com>
Date:   Wed Sep  2 11:10:45 2009 -0400

micro-uclibc.conf: move OVERRIDES to bottom of file

micro.conf was overwriting the variable, and then
micro was missing from OVERRIDES

---

 conf/distro/micro-uclibc.conf |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/conf/distro/micro-uclibc.conf b/conf/distro/micro-uclibc.conf
index 9cce7d1..fb1887c 100644
--- a/conf/distro/micro-uclibc.conf
+++ b/conf/distro/micro-uclibc.conf
@@ -7,9 +7,6 @@
 #@COMMENT: based on uclibc.
 #############################################################################
 
-# Use overrides for micro as well
-OVERRIDES .= ":micro"
-
 #############################################################################
 # DISTRO CONFIGURATION
 #############################################################################
@@ -24,3 +21,6 @@ LIBC = "uclibc"
 # Based on the Micro Linux distribution
 require conf/distro/micro.conf
 
+# Use overrides for micro as well
+OVERRIDES .= ":micro"
+





More information about the Openembedded-commits mailing list