summaryrefslogtreecommitdiff
path: root/packages/gnupg/gnupg_1.4.2.2.bb
blob: e14f39f22fd78253beb3099eebd7149c23041807 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
include gnupg.inc

DEPENDS += "readline"
EXTRA_OECONF += "--with-readline=${STAGING_LIBDIR}/.."
#   --without-readline      do not support fancy command line editing

SRC_URI += "file://15_free_caps.patch;patch=1 \
	    file://16_min_privileges.patch;patch=1 \
	    file://22_zero_length_mpi_fix.patch;patch=1 "

S = "${WORKDIR}/gnupg-${PV}"

PR = "r1"