[oe-commits] Tom Rini : slugos.inc: Use ?= on SOURCE_MIRROR_URL

git version control git at git.openembedded.org
Fri Jan 28 22:29:00 UTC 2011


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

Author: Tom Rini <tom_rini at mentor.com>
Date:   Fri Jan 28 15:28:30 2011 -0700

slugos.inc: Use ?= on SOURCE_MIRROR_URL

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 conf/distro/include/slugos.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/distro/include/slugos.inc b/conf/distro/include/slugos.inc
index 13158e1..d342737 100644
--- a/conf/distro/include/slugos.inc
+++ b/conf/distro/include/slugos.inc
@@ -114,7 +114,7 @@ DISTRO_EXTRA_DEPENDS ?= ""
 DISTRO_EXTRA_RDEPENDS ?= ""
 DISTRO_EXTRA_RRECOMMENDS ?= ""
 
-SOURCE_MIRROR_URL = "http://sources.nslu2-linux.org/sources/"
+SOURCE_MIRROR_URL ?= "http://sources.nslu2-linux.org/sources/"
 INHERIT += "own-mirrors"
 
 #FIXME: HACK: REMOVE THIS





More information about the Openembedded-commits mailing list