summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/pinentry
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2014-11-01 12:35:16 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-11-09 10:21:23 +0000
commit59283bd5631de3b0595bd1e6b39672b4e7f30470 (patch)
treef9b4129cb6b4f9a02e6069c8d5c4e2ec59238c23 /meta/recipes-support/pinentry
parentda6a4f6c2b2f108e52fcb546d68c8e16ec546b6c (diff)
downloadpoky-59283bd5631de3b0595bd1e6b39672b4e7f30470.tar.gz
pinentry: update 0.9
removed some EXTRA_OECONF to fix: WARNING: QA Issue: pinentry: configure was passed unrecognised options: --disable-glibtest --disable-pinentry-gtk --disable-pinentry-qt [unknown-configure-option] (From OE-Core rev: 72ee39589588d8d2b4b61b4cbdf6827cf00f26b8) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/pinentry')
-rw-r--r--meta/recipes-support/pinentry/pinentry_0.9.0.bb (renamed from meta/recipes-support/pinentry/pinentry_0.8.4.bb)12
1 files changed, 4 insertions, 8 deletions
diff --git a/meta/recipes-support/pinentry/pinentry_0.8.4.bb b/meta/recipes-support/pinentry/pinentry_0.9.0.bb
index acc69923ba..68d2478a8d 100644
--- a/meta/recipes-support/pinentry/pinentry_0.8.4.bb
+++ b/meta/recipes-support/pinentry/pinentry_0.9.0.bb
@@ -10,17 +10,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=cbbd794e2a0a289b9dfcc9f513d1996e"
10 10
11inherit autotools-brokensep 11inherit autotools-brokensep
12 12
13SRC_URI = "ftp://ftp.gnupg.org/gcrypt/${BPN}/${BPN}-${PV}.tar.bz2 \ 13SRC_URI = "ftp://ftp.gnupg.org/gcrypt/${BPN}/${BPN}-${PV}.tar.bz2"
14 "
15 14
16SRC_URI[md5sum] = "e2b6f94471ba1e978f6e5bf6b275189b" 15SRC_URI[md5sum] = "40a05856cb3accf6679987b7899b0f5a"
17SRC_URI[sha256sum] = "359db3bf46cb743ba0b3aeef259f6107271ca888ba3e22c1cba525c9aca35612" 16SRC_URI[sha256sum] = "90045a07ab8e1a8e1ecf5d19b51691f195525e579fa5d71d7e92c120b05490ab"
18 17
19EXTRA_OECONF = "--disable-rpath \ 18EXTRA_OECONF = "--disable-rpath \
20 --disable-dependency-tracking \ 19 --disable-dependency-tracking \
21 --disable-glibtest \
22 --disable-pinentry-gtk \
23 --disable-pinentry-qt \
24 " 20 "
25 21
26PACKAGECONFIG ??= "ncurses libcap" 22PACKAGECONFIG ??= "ncurses libcap"