aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/asio
diff options
context:
space:
mode:
authorBjarne Michelsen <bjarne_michelsen@hotmail.com>2020-08-25 22:00:39 +0200
committerKhem Raj <raj.khem@gmail.com>2020-08-25 13:31:24 -0700
commit34007cfda908dcd02fcec912180ccb7da4bb5449 (patch)
treeeee7cbdb40f603017c396d3c561a1d91d9392eb7 /meta-oe/recipes-support/asio
parented2944037d826a7aab14b0968c6b8d8889208029 (diff)
downloadmeta-openembedded-contrib-34007cfda908dcd02fcec912180ccb7da4bb5449.tar.gz
asio: extend recipe to add native support
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 <bjarne_michelsen@hotmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/asio')
-rw-r--r--meta-oe/recipes-support/asio/asio_1.16.1.bb4
1 files changed, 3 insertions, 1 deletions
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 f381d12fbe..0f79c07872 100644
--- a/meta-oe/recipes-support/asio/asio_1.16.1.bb
+++ b/meta-oe/recipes-support/asio/asio_1.16.1.bb
@@ -24,4 +24,6 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/asio/${BP}.tar.bz2"
PACKAGECONFIG ??= "boost"
-PACKAGECONFIG[boost] = "--with-boost,--without-boost,boost"
+PACKAGECONFIG[boost] = "--with-boost=${STAGING_LIBDIR},--without-boost,boost"
+
+BBCLASSEXTEND = "native nativesdk"