aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnupg/gnupg_1.4.2.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gnupg/gnupg_1.4.2.2.bb')
-rw-r--r--recipes/gnupg/gnupg_1.4.2.2.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/gnupg/gnupg_1.4.2.2.bb b/recipes/gnupg/gnupg_1.4.2.2.bb
new file mode 100644
index 0000000000..8492617683
--- /dev/null
+++ b/recipes/gnupg/gnupg_1.4.2.2.bb
@@ -0,0 +1,15 @@
+require 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 \
+ file://30_nm_always_check.patch;patch=1 \
+ file://long-long-thumb.patch;patch=1"
+
+S = "${WORKDIR}/gnupg-${PV}"
+
+PR = "r2"