* [PATCH] asio: extend recipe to add native support
@ 2020-08-20 15:51 Bjarne Michelsen
2020-08-20 16:02 ` ✗ patchtest: failure for " Patchwork
2020-08-20 16:33 ` [OE-core] [PATCH] " Andre McCurdy
0 siblings, 2 replies; 3+ messages in thread
From: Bjarne Michelsen @ 2020-08-20 15:51 UTC (permalink / raw)
To: openembedded-core; +Cc: Bjarne Michelsen
Allows usage of asio for native packages
Signed-off-by: Bjarne Michelsen <bjarne_michelsen@hotmail.com>
---
meta-oe/recipes-support/asio/asio_1.16.1.bb | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/meta-oe/recipes-support/asio/asio_1.16.1.bb b/meta-oe/recipes-support/asio/asio_1.16.1.bb
index f381d12fb..dfc3b798d 100644
--- a/meta-oe/recipes-support/asio/asio_1.16.1.bb
+++ b/meta-oe/recipes-support/asio/asio_1.16.1.bb
@@ -25,3 +25,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/asio/${BP}.tar.bz2"
PACKAGECONFIG ??= "boost"
PACKAGECONFIG[boost] = "--with-boost,--without-boost,boost"
+
+BBCLASSEXTEND += "native nativesdk"
+
+EXTRA_OECONF_class-native += "--with-boost=${STAGING_LIBDIR_NATIVE}"
--
2.25.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* ✗ patchtest: failure for asio: extend recipe to add native support
2020-08-20 15:51 [PATCH] asio: extend recipe to add native support Bjarne Michelsen
@ 2020-08-20 16:02 ` Patchwork
2020-08-20 16:33 ` [OE-core] [PATCH] " Andre McCurdy
1 sibling, 0 replies; 3+ messages in thread
From: Patchwork @ 2020-08-20 16:02 UTC (permalink / raw)
To: Bjarne Michelsen via lists.openembedded.org; +Cc: openembedded-core
== Series Details ==
Series: asio: extend recipe to add native support
Revision: 1
URL : https://patchwork.openembedded.org/series/25701/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been executed on the proposed
series by patchtest resulting in the following failures:
* Issue Series sent to the wrong mailing list or some patches from the series correspond to different mailing lists [test_target_mailing_list]
Suggested fix Send the series again to the correct mailing list (ML)
Suggested ML openembedded-devel@lists.openembedded.org [http://git.openembedded.org/meta-openembedded/]
Patch's path: meta-oe/recipes-support/asio/asio_1.16.1.bb
* Issue Series does not apply on top of target branch [test_series_merge_on_head]
Suggested fix Rebase your series on top of targeted branch
Targeted branch master (currently at 1a2d05b504)
If you believe any of these test results are incorrect, please reply to the
mailing list (openembedded-core@lists.openembedded.org) raising your concerns.
Otherwise we would appreciate you correcting the issues and submitting a new
version of the patchset if applicable. Please ensure you add/increment the
version number when sending the new version (i.e. [PATCH] -> [PATCH v2] ->
[PATCH v3] -> ...).
---
Guidelines: https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest
Test suite: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [OE-core] [PATCH] asio: extend recipe to add native support
2020-08-20 15:51 [PATCH] asio: extend recipe to add native support Bjarne Michelsen
2020-08-20 16:02 ` ✗ patchtest: failure for " Patchwork
@ 2020-08-20 16:33 ` Andre McCurdy
1 sibling, 0 replies; 3+ messages in thread
From: Andre McCurdy @ 2020-08-20 16:33 UTC (permalink / raw)
To: bjarne_michelsen; +Cc: OE Core mailing list
On Thu, Aug 20, 2020 at 8:51 AM Bjarne Michelsen via
lists.openembedded.org
<bjarne_michelsen=hotmail.com@lists.openembedded.org> wrote:
>
> Allows usage of asio for native packages
Comment should explain why.
> Signed-off-by: Bjarne Michelsen <bjarne_michelsen@hotmail.com>
> ---
> meta-oe/recipes-support/asio/asio_1.16.1.bb | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/meta-oe/recipes-support/asio/asio_1.16.1.bb b/meta-oe/recipes-support/asio/asio_1.16.1.bb
> index f381d12fb..dfc3b798d 100644
> --- a/meta-oe/recipes-support/asio/asio_1.16.1.bb
> +++ b/meta-oe/recipes-support/asio/asio_1.16.1.bb
> @@ -25,3 +25,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/asio/${BP}.tar.bz2"
> PACKAGECONFIG ??= "boost"
>
> PACKAGECONFIG[boost] = "--with-boost,--without-boost,boost"
> +
> +BBCLASSEXTEND += "native nativesdk"
By convention BBCLASSEXTEND should go at the end of the recipe and
assignment should be = rather than +=.
> +
> +EXTRA_OECONF_class-native += "--with-boost=${STAGING_LIBDIR_NATIVE}"
Don't use += with an override. It doesn't do what you expect.
If you want to append to a variable under the control of an override
then use _append.
> --
> 2.25.1
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-08-20 16:34 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-20 15:51 [PATCH] asio: extend recipe to add native support Bjarne Michelsen
2020-08-20 16:02 ` ✗ patchtest: failure for " Patchwork
2020-08-20 16:33 ` [OE-core] [PATCH] " Andre McCurdy
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.