]> Git Repo - buildroot-mgba.git/commitdiff
manual: fix missing DL_DIR rename to BR2_DL_DIR
authorYann E. MORIN <[email protected]>
Mon, 24 Feb 2014 20:07:43 +0000 (21:07 +0100)
committerPeter Korsgaard <[email protected]>
Mon, 24 Feb 2014 21:15:36 +0000 (22:15 +0100)
There was one instance of DL_DIR that was left out. Fix that.

Signed-off-by: "Yann E. MORIN" <[email protected]>
Cc: Samuel Martin <[email protected]>
Signed-off-by: Peter Korsgaard <[email protected]>
docs/manual/adding-packages-generic.txt

index 14971b502ba9ae153ef387201fbb24684a11a0f3..04e589f9afb950e52ee43b4c4f5f4d24a358ab11 100644 (file)
@@ -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
This page took 0.034053 seconds and 4 git commands to generate.