From: Trevor Woerner Date: Tue, 22 Nov 2011 17:55:16 +0000 (-0500) Subject: docs: Fix assumed copy+paste error. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7a63f1a08c4e7d9df4bf3d0eed48b4d5447e6c26;p=buildroot.git docs: Fix assumed copy+paste error. Signed-off-by: Trevor Woerner Signed-off-by: Peter Korsgaard --- diff --git a/docs/buildroot.html b/docs/buildroot.html index d5be1276c3..e13e8f7528 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -1031,7 +1031,7 @@ $(eval $(call GENTARGETS,package,libfoo,host))
  • 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
  • diff --git a/docs/manual/adding-packages-gentargets.txt b/docs/manual/adding-packages-gentargets.txt index 29fc64028c..b344494648 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+