All of lore.kernel.org
 help / color / mirror / Atom feed
* [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

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.