aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnupg/gnupg_1.4.10.bb
diff options
context:
space:
mode:
authorGraham Gower <graham.gower@gmail.com>2010-07-01 14:23:33 +0000
committerKhem Raj <raj.khem@gmail.com>2010-07-02 21:21:27 -0700
commitb5ba4364bf8fdcd15456e2c711333abdb288c8cb (patch)
treea74a85ea46105c2eef931f743a45435987512f32 /recipes/gnupg/gnupg_1.4.10.bb
parentae74452a585e6295b016d5ea74d394589f4d49eb (diff)
downloadopenembedded-b5ba4364bf8fdcd15456e2c711333abdb288c8cb.tar.gz
gnupg_1.4.10.bb: fix build on mips(el) with recent gcc.
Patch "borrowed" from openwrt. https://dev.openwrt.org/browser/packages/utils/gnupg/patches/001-mips_gcc4.4.patch Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/gnupg/gnupg_1.4.10.bb')
-rw-r--r--recipes/gnupg/gnupg_1.4.10.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/gnupg/gnupg_1.4.10.bb b/recipes/gnupg/gnupg_1.4.10.bb
index 93bc465584..a71ba9fe41 100644
--- a/recipes/gnupg/gnupg_1.4.10.bb
+++ b/recipes/gnupg/gnupg_1.4.10.bb
@@ -5,9 +5,10 @@ EXTRA_OECONF += "--with-readline=${STAGING_LIBDIR}/.. ac_cv_sys_symbol_underscor
# --without-readline do not support fancy command line editing
SRC_URI += "file://long-long-thumb.patch"
+SRC_URI += "file://mips_gcc4.4.patch"
SRC_URI[src.md5sum] = "dcf7ed712997888d616e029637bfc303"
SRC_URI[src.sha256sum] = "a2907f4432d67894e425e48ae85785dd60ecb01658c9682bcd96f5e91043bb38"
S = "${WORKDIR}/gnupg-${PV}"
-PR = "r2"
+PR = "r3"