From: Cliff Brake Date: Wed, 2 Sep 2009 15:10:45 +0000 (-0400) Subject: micro-uclibc.conf: move OVERRIDES to bottom of file X-Git-Tag: Release-2010-05/1~2544 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea7e5a05c4c6c29df5682d92a056cb722969b5a0;p=openembedded.git micro-uclibc.conf: move OVERRIDES to bottom of file micro.conf was overwriting the variable, and then micro was missing from OVERRIDES --- diff --git a/conf/distro/micro-uclibc.conf b/conf/distro/micro-uclibc.conf index 9cce7d18d0..fb1887c96c 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" +