[oe] [PATCH 02/14] curlpp: inherit autotools-brokensep

rongqing.li at windriver.com rongqing.li at windriver.com
Fri Jun 13 00:46:06 UTC 2014


From: Robert Yang <liezhi.yang at windriver.com>

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 at windriver.com>
---
 meta-networking/recipes-support/curlpp/curlpp_0.7.3.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 c217343..9ff2093 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 \
 SRC_URI[md5sum] = "ccc3d30d4b3b5d2cdbed635898c29485"
 SRC_URI[sha256sum] = "e3f9427b27c5bddf898d383d45c0d3d5397e2056ff935d9a5cdaef6a9a653bd5"
 
-inherit autotools pkgconfig binconfig
+inherit autotools-brokensep pkgconfig binconfig
 
 EXTRA_OECONF = "--prefix=${STAGING_DIR} \
 		--with-boost=${STAGING_DIR} \
-- 
1.7.10.4




More information about the Openembedded-devel mailing list