[hbbtv/youtubetv] Fixed hanup bug and segmentation fault on 3rd-party images.
[vuplus_openembedded] / recipes / gnupg / gnupg_1.4.2.2.bb
1 require gnupg.inc
2
3 DEPENDS += "readline"
4 EXTRA_OECONF += "--with-readline=${STAGING_LIBDIR}/.."
5 #   --without-readline      do not support fancy command line editing
6
7 SRC_URI += "file://15_free_caps.patch;patch=1 \
8             file://16_min_privileges.patch;patch=1 \
9             file://22_zero_length_mpi_fix.patch;patch=1 \
10             file://30_nm_always_check.patch;patch=1 \
11             file://long-long-thumb.patch;patch=1 \
12             file://dont_use_mips_h_constraint.patch;patch=1 \
13            "
14
15 S = "${WORKDIR}/gnupg-${PV}"
16
17 PR = "r4"