[oe-commits] Robert Yang : curlpp: inherit autotools-brokensep

git at git.openembedded.org git at git.openembedded.org
Mon Jun 16 14:17:11 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 9f920bcf0eca25e58452f87489292f2a7f12d839
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=9f920bcf0eca25e58452f87489292f2a7f12d839

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Fri Jun 13 08:46:20 2014 +0800

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 at windriver.com>
Signed-off-by: Joe MacDonald <joe_macdonald at mentor.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} \



More information about the Openembedded-commits mailing list