diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2014-06-13 08:46:20 +0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2014-06-15 23:21:56 -0400 |
commit | 9f920bcf0eca25e58452f87489292f2a7f12d839 (patch) | |
tree | de7c7c5f99b199e08fd8d5d61f3211b494ce7475 /meta-networking | |
parent | e3e7c6b8507fa1c0a6ea8b806ff55d67c7672cd5 (diff) | |
download | meta-openembedded-9f920bcf0eca25e58452f87489292f2a7f12d839.tar.gz |
curlpp: inherit autotools-brokensep
It needs autotools-brokensep, otherwise do_configure error:
LifetimeLibrary.cpp:1:49: fatal error: utilspp/singleton/SingletonHolder.hpp: No such file or directory
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-support/curlpp/curlpp_0.7.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/curlpp/curlpp_0.7.3.bb b/meta-networking/recipes-support/curlpp/curlpp_0.7.3.bb index c21734377..9ff209327 100644 --- a/meta-networking/recipes-support/curlpp/curlpp_0.7.3.bb +++ b/meta-networking/recipes-support/curlpp/curlpp_0.7.3.bb | |||
@@ -13,7 +13,7 @@ SRC_URI = "http://curlpp.googlecode.com/files/curlpp-${PV}.tar.gz \ | |||
13 | SRC_URI[md5sum] = "ccc3d30d4b3b5d2cdbed635898c29485" | 13 | SRC_URI[md5sum] = "ccc3d30d4b3b5d2cdbed635898c29485" |
14 | SRC_URI[sha256sum] = "e3f9427b27c5bddf898d383d45c0d3d5397e2056ff935d9a5cdaef6a9a653bd5" | 14 | SRC_URI[sha256sum] = "e3f9427b27c5bddf898d383d45c0d3d5397e2056ff935d9a5cdaef6a9a653bd5" |
15 | 15 | ||
16 | inherit autotools pkgconfig binconfig | 16 | inherit autotools-brokensep pkgconfig binconfig |
17 | 17 | ||
18 | EXTRA_OECONF = "--prefix=${STAGING_DIR} \ | 18 | EXTRA_OECONF = "--prefix=${STAGING_DIR} \ |
19 | --with-boost=${STAGING_DIR} \ | 19 | --with-boost=${STAGING_DIR} \ |