diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2017-08-22 15:42:19 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-24 09:50:50 +0100 |
commit | 41744c418009dccc5f79c1a4a28419807d67837c (patch) | |
tree | 232ab97bed770fb90fb5a2f581652f69e8949be6 | |
parent | 156cf9e25f875a50f907e570d9b62cbc2c051133 (diff) | |
download | openembedded-core-41744c418009dccc5f79c1a4a28419807d67837c.tar.gz openembedded-core-41744c418009dccc5f79c1a4a28419807d67837c.tar.bz2 openembedded-core-41744c418009dccc5f79c1a4a28419807d67837c.zip |
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 <jackie.huang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/boost/boost.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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" |