mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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:
committed by
Khem Raj
parent
ed2944037d
commit
34007cfda9
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user