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>
This commit is contained in:
Robert Yang 2014-06-13 08:46:20 +08:00 committed by Joe MacDonald
parent e3e7c6b850
commit 9f920bcf0e

View File

@ -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} \