From: Yann E. MORIN Date: Mon, 24 Feb 2014 20:07:43 +0000 (+0100) Subject: manual: fix missing DL_DIR rename to BR2_DL_DIR X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4d1216901fa676512c8f09e506b0db42af643745;p=buildroot.git manual: fix missing DL_DIR rename to BR2_DL_DIR There was one instance of DL_DIR that was left out. Fix that. Signed-off-by: "Yann E. MORIN" Cc: Samuel Martin Signed-off-by: Peter Korsgaard --- diff --git a/docs/manual/adding-packages-generic.txt b/docs/manual/adding-packages-generic.txt index 14971b502b..04e589f9af 100644 --- a/docs/manual/adding-packages-generic.txt +++ b/docs/manual/adding-packages-generic.txt @@ -253,7 +253,7 @@ information is (assuming the package name is +libfoo+) : Buildroot should download from +LIBFOO_SITE+ in addition to the main +LIBFOO_SOURCE+ (which usually is a tarball). Buildroot will not do anything with those additional files, except download files: it will - be up to the package recipe to use them from +$(DL_DIR)+. + be up to the package recipe to use them from +$(BR2_DL_DIR)+. * +LIBFOO_SITE_METHOD+ determines the method used to fetch or copy the package source code. In many cases, Buildroot guesses the method