mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 06:49:33 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
ae10362c60
commit
f18ff5fad5
@@ -95,3 +95,6 @@ FILES_gpgv = "${bindir}/gpgv"
|
|||||||
# Exclude debug files from the main packages
|
# Exclude debug files from the main packages
|
||||||
FILES_${PN} = "${bindir}/* ${datadir}/${BPN} ${libexecdir}/${BPN}/*"
|
FILES_${PN} = "${bindir}/* ${datadir}/${BPN} ${libexecdir}/${BPN}/*"
|
||||||
FILES_${PN}-dbg += "${libexecdir}/${BPN}/.debug"
|
FILES_${PN}-dbg += "${libexecdir}/${BPN}/.debug"
|
||||||
|
|
||||||
|
PACKAGECONFIG ??= ""
|
||||||
|
PACKAGECONFIG[curl] = "--with-libcurl=${STAGING_LIBDIR},--without-libcurl,curl"
|
||||||
|
|||||||
Reference in New Issue
Block a user