On 8/21/20 9:56 AM, Bjarne Michelsen wrote:
Native support is not required by anything in oe-core, but may be useful
for some project specfic use cases.
Signed-off-by: Bjarne Michelsen <[email protected]>
---
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..11b9730c9 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"
+
+EXTRA_OECONF_append_class-native += "--with-boost=${STAGING_LIBDIR_NATIVE}"
This should be something like
EXTRA_OECONF_append_class-native = " --with-boost=${STAGING_LIBDIR_NATIVE}"
but I wonder if its needed if we had
PACKAGECONFIG[boost] =
"--with-boost=${STAGING_LIBDIR},--without-boost,boost"
can you check that out ?
+
+BBCLASSEXTEND = "native nativesdk"
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#86500):
https://lists.openembedded.org/g/openembedded-devel/message/86500
Mute This Topic: https://lists.openembedded.org/mt/76312033/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-