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>
This commit is contained in:
Bjarne Michelsen 2020-08-25 22:00:39 +02:00 committed by Khem Raj
parent ed2944037d
commit 34007cfda9

View File

@ -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"