diff options
| author | Bjarne Michelsen <bjarne_michelsen@hotmail.com> | 2020-08-25 22:00:39 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-08-25 13:31:24 -0700 |
| commit | 34007cfda908dcd02fcec912180ccb7da4bb5449 (patch) | |
| tree | eee7cbdb40f603017c396d3c561a1d91d9392eb7 /meta-oe/recipes-support/asio | |
| parent | ed2944037d826a7aab14b0968c6b8d8889208029 (diff) | |
| download | meta-openembedded-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.bb | 4 |
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" | |||
| 24 | 24 | ||
| 25 | PACKAGECONFIG ??= "boost" | 25 | PACKAGECONFIG ??= "boost" |
| 26 | 26 | ||
| 27 | PACKAGECONFIG[boost] = "--with-boost,--without-boost,boost" | 27 | PACKAGECONFIG[boost] = "--with-boost=${STAGING_LIBDIR},--without-boost,boost" |
| 28 | |||
| 29 | BBCLASSEXTEND = "native nativesdk" | ||
