[Buildroot] [PATCH 5/6] manual/adding-packages-generic.txt: change the default value of <PKG>_SOURCE variable

Jerzy Grzegorek jerzy.grzegorek at trzebnica.net
Thu Mar 20 22:07:29 UTC 2014


Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek at trzebnica.net>
---
 docs/manual/adding-packages-generic.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/manual/adding-packages-generic.txt b/docs/manual/adding-packages-generic.txt
index 366b896..e125498 100644
--- a/docs/manual/adding-packages-generic.txt
+++ b/docs/manual/adding-packages-generic.txt
@@ -211,7 +211,7 @@ information is (assuming the package name is +libfoo+) :
   the package. If +HOST_LIBFOO_SOURCE+ is not specified, it
   defaults to +LIBFOO_SOURCE+. If none are specified, then
   the value is assumed to be
-  +packagename-$(LIBFOO_VERSION).tar.gz+. +
+  +libfoo-$(LIBFOO_VERSION).tar.gz+. +
   Example: +LIBFOO_SOURCE = foobar-$(LIBFOO_VERSION).tar.bz2+
 
 * +LIBFOO_PATCH+ may contain a space-separated list of patch file
-- 
1.7.9.5



More information about the buildroot mailing list