diff options
author | Shrikant Bobade <Shrikant_Bobade@mentor.com> | 2014-08-11 15:07:59 +0530 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-11 11:27:33 +0100 |
commit | f18ff5fad5bfa18d635475c6828038ccc78a98d6 (patch) | |
tree | bd3c0871947877b2dd725cc15df6b03e509c4433 /meta/recipes-support | |
parent | ae10362c607bbe934d5c16507e543fb113c8edcb (diff) | |
download | poky-f18ff5fad5bfa18d635475c6828038ccc78a98d6.tar.gz |
gnupg: Added PACKAGECONFIG[curl]
gnupg can be built with or without curl. This should be explicitly defined
to avoid race between curl and gnupg.
(From OE-Core rev: 4e5f6f95e8e791c9cfc9e3bd91f1018d83ab252f)
Signed-off-by: Mikhail Durnev <mikhail_durnev@mentor.com>
Signed-off-by: Shrikant Bobade <Shrikant_Bobade@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/gnupg/gnupg_1.4.7.bb | 3 |
1 files changed, 3 insertions, 0 deletions
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" | |||
95 | # Exclude debug files from the main packages | 95 | # Exclude debug files from the main packages |
96 | FILES_${PN} = "${bindir}/* ${datadir}/${BPN} ${libexecdir}/${BPN}/*" | 96 | FILES_${PN} = "${bindir}/* ${datadir}/${BPN} ${libexecdir}/${BPN}/*" |
97 | FILES_${PN}-dbg += "${libexecdir}/${BPN}/.debug" | 97 | FILES_${PN}-dbg += "${libexecdir}/${BPN}/.debug" |
98 | |||
99 | PACKAGECONFIG ??= "" | ||
100 | PACKAGECONFIG[curl] = "--with-libcurl=${STAGING_LIBDIR},--without-libcurl,curl" | ||