summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDanomi Manchego <danomimanchego123@gmail.com>2016-12-01 21:41:52 -0500
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-12-02 21:40:36 +0100
commitc3dd221c6f829af4194c2b38d192bc82699c0d7d (patch)
treee1f99cc1f0291d99c44ba0c1789ed6081c0bd432 /docs
parent19eaddc935eacb31e48938caad9eb227dcb6eec9 (diff)
docs/manual: fix FOO_PKGDIR name and definition
Change "foo" references to "libfoo" in section that defines variables explicitly stated to relate to a "libfoo" package. Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/adding-packages-generic.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/adding-packages-generic.txt b/docs/manual/adding-packages-generic.txt
index 51408e869..0e111e119 100644
--- a/docs/manual/adding-packages-generic.txt
+++ b/docs/manual/adding-packages-generic.txt
@@ -528,8 +528,8 @@ endef
In the action definitions, you can use the following variables:
-* +$(FOO_PKGDIR)+ contains the path to the directory containing the
- +foo.mk+ and +Config.in+ files. This variable is useful when it is
+* +$(LIBFOO_PKGDIR)+ contains the path to the directory containing the
+ +libfoo.mk+ and +Config.in+ files. This variable is useful when it is
necessary to install a file bundled in Buildroot, like a runtime
configuration file, a splashscreen image...