blob: 75228162c55ee42916bd9aaaf2712c33c11fa507 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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://18_ca_po_update.patch;patch=1 \
file://21_strgutil_update.patch;patch=1"
S = "${WORKDIR}/gnupg-${PV}"
|