diff options
| -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" | ||
