diff options
Diffstat (limited to 'docs/manual/adding-packages-gentargets.txt')
-rw-r--r-- | docs/manual/adding-packages-gentargets.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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+ |