From: Koen Kooi Date: Sun, 2 Sep 2007 16:30:14 +0000 (+0000) Subject: angstrom: make ANGSTROM_URI overridable X-Git-Tag: Release-2010-05/1~8730^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=218d94b201c33a417c093d338ca15585def8fa37;p=openembedded.git angstrom: make ANGSTROM_URI overridable --- diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index 708159f4cb..865f0bc5a6 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -14,7 +14,7 @@ DEPLOY_DIR = "${TMPDIR}/deploy/${ANGSTROM_MODE}" require conf/distro/include/angstrom-${ANGSTROM_MODE}.inc #Use this variable in feeds and other parts that need a URI -ANGSTROM_URI = "http://www.angstrom-distribution.org" +ANGSTROM_URI ?= "http://www.angstrom-distribution.org" #Set the default maintainer to angstrom-dev MAINTAINER = "Angstrom Developers "