mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 18:32:13 +02:00
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. (From OE-Core rev: 41744c418009dccc5f79c1a4a28419807d67837c) Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
fa664b1bba
commit
c8616512b6
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user