From: Richard Purdie Date: Thu, 16 Sep 2010 14:14:58 +0000 (+0100) Subject: local.conf.sample: Fix commented value to match the default download directory X-Git-Tag: 2011-1~4509 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5b02bbcc3266def7cdf392a5f645dad501e9afbd;p=openembedded-core.git local.conf.sample: Fix commented value to match the default download directory Signed-off-by: Richard Purdie --- diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample index a06c7555c9..f9a1431efe 100644 --- a/meta/conf/local.conf.sample +++ b/meta/conf/local.conf.sample @@ -2,8 +2,8 @@ CONF_VERSION = "1" # Uncomment and change to cache the files Poky downloads in an alternative -# location, default it ${TOPDIR}/sources -#DL_DIR ?= "${TOPDIR}/sources" +# location, default it ${TOPDIR}/downloads +#DL_DIR ?= "${TOPDIR}/downloads" # Uncomment and change to cache Poky's built staging output in an alternative # location, default ${TOPDIR}/pstage #PSTAGE_DIR ?= "${TOPDIR}/pstage"