[oe-commits] [openembedded-core] branch master-next updated: boost: add python to default PACKAGECONFIG options

git at git.openembedded.org git at git.openembedded.org
Thu Aug 24 08:51:17 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

The following commit(s) were added to refs/heads/master-next by this push:
     new 41744c4  boost: add python to default PACKAGECONFIG options
41744c4 is described below

commit 41744c418009dccc5f79c1a4a28419807d67837c
Author: Jackie Huang <jackie.huang at windriver.com>
AuthorDate: Tue Aug 22 15:42:19 2017 +0800

    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 at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-support/boost/boost.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc
index 4ff70e3..f4ecc10 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list