Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] boost & libxslt: nativesdk is missed in bb file and break <make universe>
@ 2015-04-30  9:34 Li Zhou
  2015-07-01  3:00 ` wenzong fan
  0 siblings, 1 reply; 2+ messages in thread
From: Li Zhou @ 2015-04-30  9:34 UTC (permalink / raw)
  To: openembedded-core

When run <make universe.fetchall>, the make will be broken because
nativesdk-boost and nativesdk-libxslt don't exist.
nativesdk-boost is depended by nativesdk-curlpp.
nativesdk-libxslt is depended by nativesdk-python-lxml.
In condition that meta-openembedded is compiled in.

Add nativesdk building for boost and libxslt.

Signed-off-by: Li Zhou <li.zhou@windriver.com>
---
 meta/recipes-support/boost/boost.inc           |    2 +-
 meta/recipes-support/libxslt/libxslt_1.1.28.bb |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc
index 6b42133..7628e37 100644
--- a/meta/recipes-support/boost/boost.inc
+++ b/meta/recipes-support/boost/boost.inc
@@ -181,4 +181,4 @@ do_install() {
 
 }
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"
diff --git a/meta/recipes-support/libxslt/libxslt_1.1.28.bb b/meta/recipes-support/libxslt/libxslt_1.1.28.bb
index ded883e..166bcd8 100644
--- a/meta/recipes-support/libxslt/libxslt_1.1.28.bb
+++ b/meta/recipes-support/libxslt/libxslt_1.1.28.bb
@@ -43,4 +43,4 @@ do_install_append_class-native () {
 FILES_${PN} += "${libdir}/libxslt-plugins"
 FILES_${PN}-dev += "${libdir}/xsltConf.sh"
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"
-- 
1.7.9.5



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

* Re: [PATCH] boost & libxslt: nativesdk is missed in bb file and break <make universe>
  2015-04-30  9:34 [PATCH] boost & libxslt: nativesdk is missed in bb file and break <make universe> Li Zhou
@ 2015-07-01  3:00 ` wenzong fan
  0 siblings, 0 replies; 2+ messages in thread
From: wenzong fan @ 2015-07-01  3:00 UTC (permalink / raw)
  To: Li Zhou, openembedded-core

Ping ...

On 04/30/2015 05:34 PM, Li Zhou wrote:
> When run <make universe.fetchall>, the make will be broken because
> nativesdk-boost and nativesdk-libxslt don't exist.
> nativesdk-boost is depended by nativesdk-curlpp.
> nativesdk-libxslt is depended by nativesdk-python-lxml.
> In condition that meta-openembedded is compiled in.
>
> Add nativesdk building for boost and libxslt.
>
> Signed-off-by: Li Zhou <li.zhou@windriver.com>
> ---
>   meta/recipes-support/boost/boost.inc           |    2 +-
>   meta/recipes-support/libxslt/libxslt_1.1.28.bb |    2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc
> index 6b42133..7628e37 100644
> --- a/meta/recipes-support/boost/boost.inc
> +++ b/meta/recipes-support/boost/boost.inc
> @@ -181,4 +181,4 @@ do_install() {
>
>   }
>
> -BBCLASSEXTEND = "native"
> +BBCLASSEXTEND = "native nativesdk"
> diff --git a/meta/recipes-support/libxslt/libxslt_1.1.28.bb b/meta/recipes-support/libxslt/libxslt_1.1.28.bb
> index ded883e..166bcd8 100644
> --- a/meta/recipes-support/libxslt/libxslt_1.1.28.bb
> +++ b/meta/recipes-support/libxslt/libxslt_1.1.28.bb
> @@ -43,4 +43,4 @@ do_install_append_class-native () {
>   FILES_${PN} += "${libdir}/libxslt-plugins"
>   FILES_${PN}-dev += "${libdir}/xsltConf.sh"
>
> -BBCLASSEXTEND = "native"
> +BBCLASSEXTEND = "native nativesdk"
>


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

end of thread, other threads:[~2015-07-01  3:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-30  9:34 [PATCH] boost & libxslt: nativesdk is missed in bb file and break <make universe> Li Zhou
2015-07-01  3:00 ` wenzong fan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox