diff options
-rw-r--r-- | recipes-security/pinentry/pinentry_0.8.3.bb | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/recipes-security/pinentry/pinentry_0.8.3.bb b/recipes-security/pinentry/pinentry_0.8.3.bb deleted file mode 100644 index 0bd3021..0000000 --- a/recipes-security/pinentry/pinentry_0.8.3.bb +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
1 | DESCRIPTION = "This is a collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol as described by the aegypten project" | ||
2 | HOMEPAGE = "ftp://ftp.gnupg.org/gcrypt/" | ||
3 | LICENSE = "GPL-2.0" | ||
4 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" | ||
5 | DEPENDS = "glib-2.0 " | ||
6 | |||
7 | SRC_URI = "ftp://ftp.gnupg.org/gcrypt/pinentry/${PN}-${PV}.tar.bz2" | ||
8 | |||
9 | SRC_URI[md5sum] = "2ae681cbca0d9fb774b2c90b11ebf56c" | ||
10 | SRC_URI[sha256sum] = "568b0b09b50b2388a4f94d704d5bcb28718ecd4654ed1acc43ab1f97d921a0ad" | ||
11 | |||
12 | inherit autotools pkgconfig | ||
13 | |||
14 | EXTRA_OECONF +="--disable-pinentry-gtk2 --disable-pinentry-qt \ | ||
15 | --disable-pinentry-qt4 --without-x " | ||
16 | |||
17 | PACKAGECONFIG ??= "ncurses" | ||
18 | |||
19 | PACKAGECONFIG[ncurses] = "--enable-ncurses --with-ncurses-include-dir=${STAGING_INCDIR}, '--disable-ncurses', ncurses" | ||
20 | PACKAGECONFIG[libcap] = "--with-libcap, --without-libcap, libcap" | ||