summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gnupg/gnupg-1.4.7/configure.patch
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-02-24 10:59:20 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-26 11:45:23 +0000
commitc02bea652b615569e2204f8db864d73c5bb10cbc (patch)
tree45c7d2ad7f587e7855211a25cfa4041ee707c1ca /meta/recipes-support/gnupg/gnupg-1.4.7/configure.patch
parent43d9193f691428a3d94247c4f54384b698fcc892 (diff)
downloadpoky-c02bea652b615569e2204f8db864d73c5bb10cbc.tar.gz
gnupg: Update checksum, fix configure and compliation issues
This recipe was added, but did not have the correct checksum information for the LIC_FILES_CHKSUM or the SRC_URI. Also disable Documetnation for now due to older autotools issue. [YOCTO #1966] (From OE-Core rev: e8c02ead5ce130492eb11457f58cc4d28a330132) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gnupg/gnupg-1.4.7/configure.patch')
-rw-r--r--meta/recipes-support/gnupg/gnupg-1.4.7/configure.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-support/gnupg/gnupg-1.4.7/configure.patch b/meta/recipes-support/gnupg/gnupg-1.4.7/configure.patch
new file mode 100644
index 0000000000..e005ac658f
--- /dev/null
+++ b/meta/recipes-support/gnupg/gnupg-1.4.7/configure.patch
@@ -0,0 +1,17 @@
1
2Upstream-Status: Inappropriate [configuration]
3
4Signed-off-by: Saul Wold <sgw@linux.intel.com>
5
6Index: gnupg-1.4.7/configure.ac
7===================================================================
8--- gnupg-1.4.7.orig/configure.ac
9+++ gnupg-1.4.7/configure.ac
10@@ -827,7 +827,6 @@ else
11 AC_SUBST(USE_NLS)
12 AC_SUBST(USE_INCLUDED_LIBINTL)
13 AC_SUBST(BUILD_INCLUDED_LIBINTL)
14- AM_PO_SUBDIRS
15 fi
16
17 if test "$try_extensions" = yes || test x"$card_support" = xyes ; then