From: Danomi Manchego Date: Fri, 2 Dec 2016 02:41:52 +0000 (-0500) Subject: docs/manual: fix FOO_PKGDIR name and definition X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c3dd221c6f829af4194c2b38d192bc82699c0d7d;p=buildroot.git 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 Signed-off-by: Thomas Petazzoni --- diff --git a/docs/manual/adding-packages-generic.txt b/docs/manual/adding-packages-generic.txt index 51408e8694..0e111e1199 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...