summaryrefslogtreecommitdiffstats
path: root/external/poky/meta/recipes-support/pinentry/pinentry_1.1.0.bb
diff options
context:
space:
mode:
authortakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
committertakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
commit1c7d6584a7811b7785ae5c1e378f14b5ba0971cf (patch)
treecd70a267a5ef105ba32f200aa088e281fbd85747 /external/poky/meta/recipes-support/pinentry/pinentry_1.1.0.bb
parent4204309872da5cb401cbb2729d9e2d4869a87f42 (diff)
recipes
Diffstat (limited to 'external/poky/meta/recipes-support/pinentry/pinentry_1.1.0.bb')
-rw-r--r--external/poky/meta/recipes-support/pinentry/pinentry_1.1.0.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/external/poky/meta/recipes-support/pinentry/pinentry_1.1.0.bb b/external/poky/meta/recipes-support/pinentry/pinentry_1.1.0.bb
index 4116efc7..8c500dca 100644
--- a/external/poky/meta/recipes-support/pinentry/pinentry_1.1.0.bb
+++ b/external/poky/meta/recipes-support/pinentry/pinentry_1.1.0.bb
@@ -25,7 +25,7 @@ PACKAGECONFIG ??= "ncurses libcap"
PACKAGECONFIG[ncurses] = "--enable-ncurses --with-ncurses-include-dir=${STAGING_INCDIR}, --disable-ncurses, ncurses"
PACKAGECONFIG[libcap] = "--with-libcap, --without-libcap, libcap"
-PACKAGECONFIG[qt] = "--enable-pinentry-qt, --disable-pinentry-qt, qt4-x11"
+PACKAGECONFIG[qt] = "--enable-pinentry-qt, --disable-pinentry-qt, qtbase-native qtbase"
PACKAGECONFIG[gtk2] = "--enable-pinentry-gtk2, --disable-pinentry-gtk2, gtk+ glib-2.0"
#To use libsecret, add meta-gnome
@@ -33,7 +33,6 @@ PACKAGECONFIG[secret] = "--enable-libsecret, --disable-libsecret, libsecret"
EXTRA_OECONF = " \
--disable-rpath \
- --disable-pinentry-qt5 \
"
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"