[Buildroot] [PATCH 1/1] manual: fix copy/paste error in python package example

Danomi Manchego danomimanchego123 at gmail.com
Wed Aug 6 02:41:52 UTC 2014


The SOURCE references "LIBFOO_VERSION", should be "PYTHON_FOO_VERSION".

Signed-off-by: Danomi Manchego <danomimanchego123 at gmail.com>
---
 docs/manual/adding-packages-python.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/manual/adding-packages-python.txt b/docs/manual/adding-packages-python.txt
index c4a13e0..46d140d 100644
--- a/docs/manual/adding-packages-python.txt
+++ b/docs/manual/adding-packages-python.txt
@@ -22,7 +22,7 @@ with an example :
 05: ################################################################################
 06:
 07: PYTHON_FOO_VERSION = 1.0
-08: PYTHON_FOO_SOURCE = python-foo-$(LIBFOO_VERSION).tar.xz
+08: PYTHON_FOO_SOURCE = python-foo-$(PYTHON_FOO_VERSION).tar.xz
 09: PYTHON_FOO_SITE = http://www.foosoftware.org/download
 10: PYTHON_FOO_LICENSE = BSD-3c
 11: PYTHON_FOO_LICENSE_FILES = LICENSE
-- 
1.7.9.5



More information about the buildroot mailing list