From: Tom Rini Date: Fri, 28 Jan 2011 22:28:30 +0000 (-0700) Subject: slugos.inc: Use ?= on SOURCE_MIRROR_URL X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=308bb353757330637f713c0cc4ce804f43663b12;p=openembedded.git slugos.inc: Use ?= on SOURCE_MIRROR_URL Signed-off-by: Tom Rini --- diff --git a/conf/distro/include/slugos.inc b/conf/distro/include/slugos.inc index 13158e1321..d342737f9d 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