[OE-core] [PATCH] boost: add python to default PACKAGECONFIG options
Andre McCurdy
armccurdy at gmail.com
Tue Aug 22 19:51:07 UTC 2017
On Tue, Aug 22, 2017 at 12:42 AM, <jackie.huang at windriver.com> wrote:
> From: Jackie Huang <jackie.huang at windriver.com>
>
> We want to provide python libs by default, and some other
> popular Linux distributions like redhat/fedora does the same.
Has something changed? Is there anything in oe-core or meta-oe which
now needs boost python support enabled?
> Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
> ---
> meta/recipes-support/boost/boost.inc | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc
> index 4ff70e3..f4ecc10 100644
> --- a/meta/recipes-support/boost/boost.inc
> +++ b/meta/recipes-support/boost/boost.inc
> @@ -38,7 +38,7 @@ BOOST_LIBS_remove_class-native = " context coroutine"
> BOOST_LIBS_remove_mips16e = "wave"
>
> # optional libraries
> -PACKAGECONFIG ??= "locale"
> +PACKAGECONFIG ??= "locale python"
> PACKAGECONFIG[locale] = ",,icu"
> PACKAGECONFIG[graph_parallel] = ",,,boost-mpi mpich"
> PACKAGECONFIG[mpi] = ",,mpich"
> --
> 1.9.1
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
More information about the Openembedded-core
mailing list