mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
gnupg: enable native version
(From OE-Core rev: 3945ddd6eea9d84f7b0f82c66e6d4512bc239bb2) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c5de37687d
commit
0a732a9c66
@@ -44,3 +44,5 @@ do_install_append() {
|
||||
PACKAGECONFIG ??= "gnutls"
|
||||
PACKAGECONFIG[gnutls] = "--enable-gnutls, --disable-gnutls, gnutls"
|
||||
PACKAGECONFIG[sqlite3] = "--enable-sqlite, --disable-sqlite, sqlite3"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
@@ -24,3 +24,5 @@ do_configure_prepend () {
|
||||
# Else these could be used in preference to those in aclocal-copy
|
||||
rm -f ${S}/m4/gpg-error.m4
|
||||
}
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
@@ -19,3 +19,5 @@ inherit autotools binconfig-disabled
|
||||
|
||||
FILES_${PN} = "${libdir}/libnpth.so.*"
|
||||
FILES_${PN}-dev += "${bindir}/npth-config"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
@@ -34,3 +34,5 @@ PACKAGECONFIG[gtk2] = "--enable-pinentry-gtk2, --disable-pinentry-gtk2, gtk+ gli
|
||||
|
||||
#To use libsecret, add meta-gnome
|
||||
PACKAGECONFIG[secret] = "--enable-libsecret, --disable-libsecret, libsecret"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
Reference in New Issue
Block a user