[oe-commits] Khem Raj : minimal-uclibc.conf: Make PREFERRED_VERSION_uclibc as condtional assignment.

git version control git at git.openembedded.org
Mon Aug 3 20:04:41 UTC 2009


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

Author: Khem Raj <raj.khem at gmail.com>
Date:   Mon Aug  3 13:03:50 2009 -0700

minimal-uclibc.conf: Make PREFERRED_VERSION_uclibc as condtional assignment.

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

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

diff --git a/conf/distro/minimal-uclibc.conf b/conf/distro/minimal-uclibc.conf
index 257d364..f246bff 100644
--- a/conf/distro/minimal-uclibc.conf
+++ b/conf/distro/minimal-uclibc.conf
@@ -31,7 +31,7 @@ USE_NLS_glib-2.0 = "yes"
 USE_NLS_glib-2.0-native = "yes"
 USE_NLS_gcc-cross = "no"
 
-PREFERRED_VERSION_uclibc = "0.9.30.1"
-PREFERRED_VERSION_uclibc-initial = "0.9.30.1"
+PREFERRED_VERSION_uclibc ?= "0.9.30.1"
+PREFERRED_VERSION_uclibc-initial ?= "0.9.30.1"
 
 require conf/distro/minimal.conf





More information about the Openembedded-commits mailing list