The package curlpp does not exist, so we use libcurlpp as the provider. It avoids the do_rootfs failure while IMAGE_INSTALL += "curlpp"
Signed-off-by: Hongxu Jia <[email protected]> --- meta-networking/recipes-support/curlpp/curlpp_0.7.3.bb | 1 + 1 file changed, 1 insertion(+) 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 48f5178..3134335 100644 --- a/meta-networking/recipes-support/curlpp/curlpp_0.7.3.bb +++ b/meta-networking/recipes-support/curlpp/curlpp_0.7.3.bb @@ -74,6 +74,7 @@ pkg_postinst_${PN}() { } PACKAGES =+ "libcurlpp libcurlpp-dev libcurlpp-staticdev" +RPROVIDES_lib${BPN} = "${PN}" FILES_lib${BPN} = "${libdir}/lib*.so.* \ " -- 1.9.1 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
