From patchwork Fri May 25 06:41:59 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Consolidated,Pull,20/45] texinfo: fix build with automake 1.12 Date: Fri, 25 May 2012 06:41:59 -0000 From: Saul Wold X-Patchwork-Id: 28759 Message-Id: <94ff53cc85f2ef94ff296fd84f82cd3aff8cffd9.1337927956.git.sgw@linux.intel.com> To: openembedded-core@lists.openembedded.org From: Nitin A Kamble Signed-off-by: Nitin A Kamble --- .../texinfo_fix_for_automake-1.12.patch | 24 ++++++++++++++++++++ meta/recipes-extended/texinfo/texinfo_4.13a.bb | 3 +- 2 files changed, 26 insertions(+), 1 deletions(-) create mode 100644 meta/recipes-extended/texinfo/texinfo-4.13a/texinfo_fix_for_automake-1.12.patch diff --git a/meta/recipes-extended/texinfo/texinfo-4.13a/texinfo_fix_for_automake-1.12.patch b/meta/recipes-extended/texinfo/texinfo-4.13a/texinfo_fix_for_automake-1.12.patch new file mode 100644 index 0000000..11d34b1 --- /dev/null +++ b/meta/recipes-extended/texinfo/texinfo-4.13a/texinfo_fix_for_automake-1.12.patch @@ -0,0 +1,24 @@ +Upstream-Status: pending + +automake 1.12 has deprecated support for lzma-compressed distribution archives +this patch fixes following issue with automake 1.12 + +| configure.ac:16: error: support for lzma-compressed distribution archives has been removed + +Signed-Off-By: Nitin A Kamble +2012/05/03 + + +Index: texinfo-4.13/configure.ac +=================================================================== +--- texinfo-4.13.orig/configure.ac ++++ texinfo-4.13/configure.ac +@@ -13,7 +13,7 @@ AC_INIT([GNU Texinfo], [4.13], [bug-texi + + dnl Must come before AM_INIT_AUTOMAKE. + AC_CONFIG_AUX_DIR([build-aux]) +-AM_INIT_AUTOMAKE([1.10.1 readme-alpha dist-lzma]) ++AM_INIT_AUTOMAKE([1.10.1 readme-alpha]) + + # Minimum Autoconf version required. + AC_PREREQ(2.59) diff --git a/meta/recipes-extended/texinfo/texinfo_4.13a.bb b/meta/recipes-extended/texinfo/texinfo_4.13a.bb index f9e566b..50892ce 100644 --- a/meta/recipes-extended/texinfo/texinfo_4.13a.bb +++ b/meta/recipes-extended/texinfo/texinfo_4.13a.bb @@ -6,7 +6,7 @@ HOMEPAGE = "http://www.gnu.org/software/texinfo/" SECTION = "console/utils" LICENSE = "GPLv3+" LIC_FILES_CHKSUM = "file://COPYING;md5=adefda309052235aa5d1e99ce7557010" -PR = "r4" +PR = "r5" DEPENDS = "zlib ncurses texinfo-native" DEPENDS_virtclass-native = "zlib-native ncurses-native" @@ -23,6 +23,7 @@ SRC_URI = "${GNU_MIRROR}/texinfo/texinfo-${PV}.tar.gz \ file://disable-native-tools.patch \ file://link-zip.patch \ file://gettext-macros.patch \ + file://texinfo_fix_for_automake-1.12.patch \ ${TARGET_PATCH}" SRC_URI[md5sum] = "71ba711519209b5fb583fed2b3d86fcb"