slugos.inc: Use ?= on SOURCE_MIRROR_URL
authorTom Rini <tom_rini@mentor.com>
Fri, 28 Jan 2011 22:28:30 +0000 (15:28 -0700)
committerTom Rini <tom_rini@mentor.com>
Fri, 28 Jan 2011 22:28:30 +0000 (15:28 -0700)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
conf/distro/include/slugos.inc

index 13158e1..d342737 100644 (file)
@@ -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