summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTrevor Woerner2011-11-22 18:55:16 +0100
committerPeter Korsgaard2011-11-22 20:59:37 +0100
commit7a63f1a08c4e7d9df4bf3d0eed48b4d5447e6c26 (patch)
tree57d9f934f59e37431a9d0f22678800335742b26b /docs
parentlinux: update stable kernel to 3.1.2 (diff)
downloadbuildroot-7a63f1a08c4e7d9df4bf3d0eed48b4d5447e6c26.tar.gz
buildroot-7a63f1a08c4e7d9df4bf3d0eed48b4d5447e6c26.tar.xz
buildroot-7a63f1a08c4e7d9df4bf3d0eed48b4d5447e6c26.zip
docs: Fix assumed copy+paste error.
Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'docs')
-rw-r--r--docs/buildroot.html2
-rw-r--r--docs/manual/adding-packages-gentargets.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/buildroot.html b/docs/buildroot.html
index d5be1276c..e13e8f752 100644
--- a/docs/buildroot.html
+++ b/docs/buildroot.html
@@ -1031,7 +1031,7 @@ $(eval $(call GENTARGETS,package,libfoo,host))
<li><code>LIBFOO_SOURCE</code> may contain the name of the tarball of
the package. If <code>HOST_LIBFOO_SOURCE</code> is not specified, it
- defaults to <code>LIBFOO_VERSION</code>. If none are specified, then
+ defaults to <code>LIBFOO_SOURCE</code>. If none are specified, then
the value is assumed to be
<code>packagename-$(LIBFOO_VERSION).tar.gz</code>.<br/>Example:
<code>LIBFOO_SOURCE = foobar-$(LIBFOO_VERSION).tar.bz2</code></li>
diff --git a/docs/manual/adding-packages-gentargets.txt b/docs/manual/adding-packages-gentargets.txt
index 29fc64028..b34449464 100644
--- a/docs/manual/adding-packages-gentargets.txt
+++ b/docs/manual/adding-packages-gentargets.txt
@@ -131,7 +131,7 @@ information is (assuming the package name is +libfoo+) :
* +LIBFOO_SOURCE+ may contain the name of the tarball of
the package. If +HOST_LIBFOO_SOURCE+ is not specified, it
- defaults to +LIBFOO_VERSION+. If none are specified, then
+ defaults to +LIBFOO_SOURCE+. If none are specified, then
the value is assumed to be
+packagename-$(LIBFOO_VERSION).tar.gz+. +
Example: +LIBFOO_SOURCE = foobar-$(LIBFOO_VERSION).tar.bz2+