mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
texinfo: fix build with automake 1.12
(From OE-Core rev: 64789e3d444df7f2fb8206d73427b27bdc7bae25) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
12f465d35d
commit
8d63ffe927
@@ -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 <nitin.a.kamble@intel.com>
|
||||||
|
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)
|
||||||
@@ -6,7 +6,7 @@ HOMEPAGE = "http://www.gnu.org/software/texinfo/"
|
|||||||
SECTION = "console/utils"
|
SECTION = "console/utils"
|
||||||
LICENSE = "GPLv3+"
|
LICENSE = "GPLv3+"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=adefda309052235aa5d1e99ce7557010"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=adefda309052235aa5d1e99ce7557010"
|
||||||
PR = "r4"
|
PR = "r5"
|
||||||
|
|
||||||
DEPENDS = "zlib ncurses texinfo-native"
|
DEPENDS = "zlib ncurses texinfo-native"
|
||||||
DEPENDS_virtclass-native = "zlib-native ncurses-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://disable-native-tools.patch \
|
||||||
file://link-zip.patch \
|
file://link-zip.patch \
|
||||||
file://gettext-macros.patch \
|
file://gettext-macros.patch \
|
||||||
|
file://texinfo_fix_for_automake-1.12.patch \
|
||||||
${TARGET_PATCH}"
|
${TARGET_PATCH}"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "71ba711519209b5fb583fed2b3d86fcb"
|
SRC_URI[md5sum] = "71ba711519209b5fb583fed2b3d86fcb"
|
||||||
|
|||||||
Reference in New Issue
Block a user