From: Jackie Huang Date: Tue, 22 Aug 2017 07:42:19 +0000 (+0800) Subject: boost: add python to default PACKAGECONFIG options X-Git-Tag: 2017-10~449 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=41744c418009dccc5f79c1a4a28419807d67837c;p=openembedded-core.git boost: add python to default PACKAGECONFIG options We want to provide python libs by default, and some other popular Linux distributions like redhat/fedora does the same. Signed-off-by: Jackie Huang Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc index 4ff70e399b..f4ecc10a55 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"