]> code.ossystems Code Review - openembedded-core.git/commitdiff
boost: add python to default PACKAGECONFIG options
authorJackie Huang <jackie.huang@windriver.com>
Tue, 22 Aug 2017 07:42:19 +0000 (15:42 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 24 Aug 2017 08:50:50 +0000 (09:50 +0100)
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>
meta/recipes-support/boost/boost.inc

index 4ff70e399b03ebe5ef812df201804b310eb7a11e..f4ecc10a554b10ed44a26f0ebe2ffbcc80506664 100644 (file)
@@ -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"