[oe-commits] Shrikant Bobade : gnupg: Added PACKAGECONFIG[curl]

git at git.openembedded.org git at git.openembedded.org
Mon Aug 11 11:07:26 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 4e5f6f95e8e791c9cfc9e3bd91f1018d83ab252f
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=4e5f6f95e8e791c9cfc9e3bd91f1018d83ab252f

Author: Shrikant Bobade <Shrikant_Bobade at mentor.com>
Date:   Mon Aug 11 15:25:59 2014 +0530

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 <mikhail_durnev at mentor.com>
Signed-off-by: Shrikant Bobade <Shrikant_Bobade at mentor.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-support/gnupg/gnupg_1.4.7.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-support/gnupg/gnupg_1.4.7.bb b/meta/recipes-support/gnupg/gnupg_1.4.7.bb
index 031eaf3..ddcc2c2 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"



More information about the Openembedded-commits mailing list