aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnupg/gnupg_1.4.10.bb
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-03-16 17:28:58 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-03-16 17:35:28 +0800
commit9656d6728d6e316f22be06f42019891e28353305 (patch)
tree6b2cac6b185ed78a73ef1b75683ed0667cb24dc6 /recipes/gnupg/gnupg_1.4.10.bb
parentd492d3c95a63c2074e8309839c9b6bedc2287750 (diff)
downloadopenembedded-9656d6728d6e316f22be06f42019891e28353305.tar.gz
gnupg-1.4.10: Upgrade to the latest gnupg release
* Drop all prior patches... debian has none applied so it should work on mips and such as well.
Diffstat (limited to 'recipes/gnupg/gnupg_1.4.10.bb')
-rw-r--r--recipes/gnupg/gnupg_1.4.10.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/gnupg/gnupg_1.4.10.bb b/recipes/gnupg/gnupg_1.4.10.bb
new file mode 100644
index 0000000000..a5fae96342
--- /dev/null
+++ b/recipes/gnupg/gnupg_1.4.10.bb
@@ -0,0 +1,12 @@
+require gnupg.inc
+
+DEPENDS += "readline"
+EXTRA_OECONF += "--with-readline=${STAGING_LIBDIR}/.. ac_cv_sys_symbol_underscore=yes"
+# --without-readline do not support fancy command line editing
+
+SRC_URI[src.md5sum] = "dcf7ed712997888d616e029637bfc303"
+SRC_URI[src.sha256sum] = "a2907f4432d67894e425e48ae85785dd60ecb01658c9682bcd96f5e91043bb38"
+
+S = "${WORKDIR}/gnupg-${PV}"
+
+PR = "r1"