From 34007cfda908dcd02fcec912180ccb7da4bb5449 Mon Sep 17 00:00:00 2001 From: Bjarne Michelsen Date: Tue, 25 Aug 2020 22:00:39 +0200 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- meta-oe/recipes-support/asio/asio_1.16.1.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"