From: Shrikant Bobade Date: Mon, 11 Aug 2014 09:37:59 +0000 (+0530) Subject: gnupg: Added PACKAGECONFIG[curl] X-Git-Tag: 2015-4~1987 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=4e5f6f95e8e791c9cfc9e3bd91f1018d83ab252f;p=openembedded-core.git gnupg: Added PACKAGECONFIG[curl] gnupg can be built with or without curl. This should be explicitly defined to avoid race between curl and gnupg. Signed-off-by: Mikhail Durnev Signed-off-by: Shrikant Bobade Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/gnupg/gnupg_1.4.7.bb b/meta/recipes-support/gnupg/gnupg_1.4.7.bb index 031eaf3cab..ddcc2c24fe 100644 --- a/meta/recipes-support/gnupg/gnupg_1.4.7.bb +++ b/meta/recipes-support/gnupg/gnupg_1.4.7.bb @@ -95,3 +95,6 @@ FILES_gpgv = "${bindir}/gpgv" # Exclude debug files from the main packages FILES_${PN} = "${bindir}/* ${datadir}/${BPN} ${libexecdir}/${BPN}/*" FILES_${PN}-dbg += "${libexecdir}/${BPN}/.debug" + +PACKAGECONFIG ??= "" +PACKAGECONFIG[curl] = "--with-libcurl=${STAGING_LIBDIR},--without-libcurl,curl"