docs: Fix assumed copy+paste error.
authorTrevor Woerner <twoerner@gmail.com>
Tue, 22 Nov 2011 17:55:16 +0000 (12:55 -0500)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 22 Nov 2011 19:59:37 +0000 (20:59 +0100)
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
docs/buildroot.html
docs/manual/adding-packages-gentargets.txt

index d5be1276c3eafdd054a055be5e4634df72d3cdab..e13e8f752833954d35750faaddb34f9e5aa64ab4 100644 (file)
@@ -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>
index 29fc64028c3a7b6c31c4230a1599396319380f55..b34449464855d1ff79307058c8ed8ffcf9416ab6 100644 (file)
@@ -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+