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 13:48:10 +0100 |
commit | c8616512b67fe13a788f4458b4454f7d2d83718b (patch) | |
tree | bd6c5ee3d4ee3227d37fe1bca13ad96adfe0efc2 /meta/recipes-support/boost | |
parent | fa664b1bba3ef8256083f4e52cafd0985d924586 (diff) | |
download | poky-c8616512b67fe13a788f4458b4454f7d2d83718b.tar.gz |
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>
Diffstat (limited to 'meta/recipes-support/boost')
-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" | |||
38 | BOOST_LIBS_remove_mips16e = "wave" | 38 | BOOST_LIBS_remove_mips16e = "wave" |
39 | 39 | ||
40 | # optional libraries | 40 | # optional libraries |
41 | PACKAGECONFIG ??= "locale" | 41 | PACKAGECONFIG ??= "locale python" |
42 | PACKAGECONFIG[locale] = ",,icu" | 42 | PACKAGECONFIG[locale] = ",,icu" |
43 | PACKAGECONFIG[graph_parallel] = ",,,boost-mpi mpich" | 43 | PACKAGECONFIG[graph_parallel] = ",,,boost-mpi mpich" |
44 | PACKAGECONFIG[mpi] = ",,mpich" | 44 | PACKAGECONFIG[mpi] = ",,mpich" |