diff options
author | Sean Nyekjaer <sean@geanix.com> | 2019-03-07 10:06:04 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-03-07 09:33:45 -0800 |
commit | 923d7082df3c70a597b05b5543e06cd8c00e3e7e (patch) | |
tree | 090de7b5ab729298c9fbc58705e9d225dd8e1601 | |
parent | 335bb5297def5804fee657eaa3c386eba984be91 (diff) | |
download | meta-openembedded-923d7082df3c70a597b05b5543e06cd8c00e3e7e.tar.gz |
asio: add PACKAGECONFIG boost
Signed-off-by: Sean Nyekjaer <sean@geanix.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/asio/asio_1.12.2.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/asio/asio_1.12.2.bb b/meta-oe/recipes-support/asio/asio_1.12.2.bb index ee548fd3aa..35f875fdc3 100644 --- a/meta-oe/recipes-support/asio/asio_1.12.2.bb +++ b/meta-oe/recipes-support/asio/asio_1.12.2.bb | |||
@@ -6,7 +6,7 @@ HOMEPAGE = "http://think-async.com/Asio" | |||
6 | SECTION = "libs" | 6 | SECTION = "libs" |
7 | LICENSE = "BSL-1.0" | 7 | LICENSE = "BSL-1.0" |
8 | 8 | ||
9 | DEPENDS = "boost openssl" | 9 | DEPENDS = "openssl" |
10 | 10 | ||
11 | SRC_URI = "${SOURCEFORGE_MIRROR}/asio/${BP}.tar.bz2" | 11 | SRC_URI = "${SOURCEFORGE_MIRROR}/asio/${BP}.tar.bz2" |
12 | 12 | ||
@@ -20,3 +20,7 @@ SRC_URI[md5sum] = "312e53385e2daad10f08d57f91ad3431" | |||
20 | SRC_URI[sha256sum] = "4e27dcb37456ba707570334b91f4798721111ed67b69915685eac141895779aa" | 20 | SRC_URI[sha256sum] = "4e27dcb37456ba707570334b91f4798721111ed67b69915685eac141895779aa" |
21 | 21 | ||
22 | SRC_URI = "${SOURCEFORGE_MIRROR}/asio/${BP}.tar.bz2" | 22 | SRC_URI = "${SOURCEFORGE_MIRROR}/asio/${BP}.tar.bz2" |
23 | |||
24 | PACKAGECONFIG ??= "boost" | ||
25 | |||
26 | PACKAGECONFIG[boost] = "--with-boost,--without-boost,boost" | ||