docs/manual: fix FOO_PKGDIR name and definition
authorDanomi Manchego <danomimanchego123@gmail.com>
Fri, 2 Dec 2016 02:41:52 +0000 (21:41 -0500)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 2 Dec 2016 20:40:36 +0000 (21:40 +0100)
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>
docs/manual/adding-packages-generic.txt

index 51408e86948a25babc563d3cb57e077cfba3985a..0e111e1199decc41caf8ea7e17337cfcd444b657 100644 (file)
@@ -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...