diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/gnupg/gnupg_2.2.4.bb | 2 | ||||
-rw-r--r-- | meta/recipes-support/libksba/libksba_1.3.5.bb | 2 | ||||
-rw-r--r-- | meta/recipes-support/npth/npth_1.5.bb | 2 | ||||
-rw-r--r-- | meta/recipes-support/pinentry/pinentry_1.1.0.bb | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/meta/recipes-support/gnupg/gnupg_2.2.4.bb b/meta/recipes-support/gnupg/gnupg_2.2.4.bb index e9f19ca814..e15bcf298a 100644 --- a/meta/recipes-support/gnupg/gnupg_2.2.4.bb +++ b/meta/recipes-support/gnupg/gnupg_2.2.4.bb | |||
@@ -44,3 +44,5 @@ do_install_append() { | |||
44 | PACKAGECONFIG ??= "gnutls" | 44 | PACKAGECONFIG ??= "gnutls" |
45 | PACKAGECONFIG[gnutls] = "--enable-gnutls, --disable-gnutls, gnutls" | 45 | PACKAGECONFIG[gnutls] = "--enable-gnutls, --disable-gnutls, gnutls" |
46 | PACKAGECONFIG[sqlite3] = "--enable-sqlite, --disable-sqlite, sqlite3" | 46 | PACKAGECONFIG[sqlite3] = "--enable-sqlite, --disable-sqlite, sqlite3" |
47 | |||
48 | BBCLASSEXTEND = "native" | ||
diff --git a/meta/recipes-support/libksba/libksba_1.3.5.bb b/meta/recipes-support/libksba/libksba_1.3.5.bb index 36b6670563..a7ea53fed0 100644 --- a/meta/recipes-support/libksba/libksba_1.3.5.bb +++ b/meta/recipes-support/libksba/libksba_1.3.5.bb | |||
@@ -24,3 +24,5 @@ do_configure_prepend () { | |||
24 | # Else these could be used in preference to those in aclocal-copy | 24 | # Else these could be used in preference to those in aclocal-copy |
25 | rm -f ${S}/m4/gpg-error.m4 | 25 | rm -f ${S}/m4/gpg-error.m4 |
26 | } | 26 | } |
27 | |||
28 | BBCLASSEXTEND = "native" | ||
diff --git a/meta/recipes-support/npth/npth_1.5.bb b/meta/recipes-support/npth/npth_1.5.bb index 54de70c5c0..e7db6ae1b4 100644 --- a/meta/recipes-support/npth/npth_1.5.bb +++ b/meta/recipes-support/npth/npth_1.5.bb | |||
@@ -19,3 +19,5 @@ inherit autotools binconfig-disabled | |||
19 | 19 | ||
20 | FILES_${PN} = "${libdir}/libnpth.so.*" | 20 | FILES_${PN} = "${libdir}/libnpth.so.*" |
21 | FILES_${PN}-dev += "${bindir}/npth-config" | 21 | FILES_${PN}-dev += "${bindir}/npth-config" |
22 | |||
23 | BBCLASSEXTEND = "native" | ||
diff --git a/meta/recipes-support/pinentry/pinentry_1.1.0.bb b/meta/recipes-support/pinentry/pinentry_1.1.0.bb index 3b77709ffb..1eaa261f75 100644 --- a/meta/recipes-support/pinentry/pinentry_1.1.0.bb +++ b/meta/recipes-support/pinentry/pinentry_1.1.0.bb | |||
@@ -34,3 +34,5 @@ PACKAGECONFIG[gtk2] = "--enable-pinentry-gtk2, --disable-pinentry-gtk2, gtk+ gli | |||
34 | 34 | ||
35 | #To use libsecret, add meta-gnome | 35 | #To use libsecret, add meta-gnome |
36 | PACKAGECONFIG[secret] = "--enable-libsecret, --disable-libsecret, libsecret" | 36 | PACKAGECONFIG[secret] = "--enable-libsecret, --disable-libsecret, libsecret" |
37 | |||
38 | BBCLASSEXTEND = "native" | ||