diff options
Diffstat (limited to 'recipes/gnupg/gnupg_1.4.10.bb')
-rw-r--r-- | recipes/gnupg/gnupg_1.4.10.bb | 3 |
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" |