All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] boost: add python to default PACKAGECONFIG options
@ 2017-08-22  7:42 jackie.huang
  2017-08-22 19:51 ` Andre McCurdy
  0 siblings, 1 reply; 11+ messages in thread
From: jackie.huang @ 2017-08-22  7:42 UTC (permalink / raw)
  To: openembedded-core

From: Jackie Huang <jackie.huang@windriver.com>

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>
---
 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"
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [PATCH] boost: add python to default PACKAGECONFIG options
@ 2016-09-30  6:31 jackie.huang
  0 siblings, 0 replies; 11+ messages in thread
From: jackie.huang @ 2016-09-30  6:31 UTC (permalink / raw)
  To: openembedded-core

From: Jackie Huang <jackie.huang@windriver.com>

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>
---
 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 7637a4e..f854033 100644
--- a/meta/recipes-support/boost/boost.inc
+++ b/meta/recipes-support/boost/boost.inc
@@ -34,7 +34,7 @@ BOOST_LIBS_append_x86-64 = " context coroutine"
 BOOST_LIBS_append_powerpc = " context coroutine"
 
 # optional libraries
-PACKAGECONFIG ??= "locale"
+PACKAGECONFIG ??= "locale python"
 PACKAGECONFIG[locale] = ",,icu"
 PACKAGECONFIG[graph_parallel] = ",,,boost-mpi mpich"
 PACKAGECONFIG[mpi] = ",,mpich"
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2017-09-05  9:03 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-22  7:42 [PATCH] boost: add python to default PACKAGECONFIG options jackie.huang
2017-08-22 19:51 ` Andre McCurdy
2017-08-22 19:55   ` Richard Purdie
2017-08-23  1:26     ` Randy MacLeod
2017-08-23  8:01       ` Huang, Jie (Jackie)
2017-08-24  6:31         ` Huang, Jie (Jackie)
2017-08-23 21:04       ` Philip Balister
2017-09-05  8:44         ` Andreas Müller
2017-09-05  9:02           ` Andreas Müller
2017-09-05  9:03             ` Andreas Müller
  -- strict thread matches above, loose matches on Subject: below --
2016-09-30  6:31 jackie.huang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.