[Buildroot] [PATCH 1/8] docs: fix typo in cmake-package documentation

Samuel Martin s.martin49 at gmail.com
Wed Dec 3 21:49:33 UTC 2014


On Wed, Dec 3, 2014 at 10:41 PM, Thomas Petazzoni
<thomas.petazzoni at free-electrons.com> wrote:
> The cmake-package documentation was referring to
> BR2_PREFER_STATIC_LIBS, while the option is actually named
> BR2_PREFER_STATIC_LIB. This commit fixes this mistake.
>
> Cc: Samuel Martin <s.martin49 at gmail.com>
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>

Acked-by: Samuel Martin <s.martin49 at gmail.com>

> ---
>  docs/manual/adding-packages-cmake.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/docs/manual/adding-packages-cmake.txt b/docs/manual/adding-packages-cmake.txt
> index 02f1dbb..097cf63 100644
> --- a/docs/manual/adding-packages-cmake.txt
> +++ b/docs/manual/adding-packages-cmake.txt
> @@ -102,7 +102,7 @@ typical packages will therefore only use a few of them.
>
>  ** +CMAKE_BUILD_TYPE+ is driven by +BR2_ENABLE_DEBUG+;
>  ** +CMAKE_INSTALL_PREFIX+;
> -** +BUILD_SHARED_LIBS+ is driven by +BR2_PREFER_STATIC_LIBS+;
> +** +BUILD_SHARED_LIBS+ is driven by +BR2_PREFER_STATIC_LIB+;
>  ** +BUILD_DOC+, +BUILD_DOCS+ are disabled;
>  ** +BUILD_EXAMPLE+, +BUILD_EXAMPLES+ are disabled;
>  ** +BUILD_TEST+, +BUILD_TESTS+, +BUILD_TESTING+ are disabled.
> --
> 2.1.0
>



-- 
Samuel



More information about the buildroot mailing list