pango: replace obsolete automake macros with working ones

Add obsolete_automake_macros.patch that replaces automake macros
no longer supported by automake-1.13 with modern constructs.

(From OE-Core rev: 16df16408719b93f595412a4c10df793d847dd19)

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Marko Lindqvist 2013-01-15 13:44:44 +02:00 committed by Richard Purdie
parent 2465f17c44
commit 4eccc6416f
2 changed files with 19 additions and 2 deletions

View File

@ -0,0 +1,15 @@
Upstream-Status: Accepted [https://bugzilla.gnome.org/show_bug.cgi?id=691263]
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
diff -Nurd pango-1.32.5/configure.ac pango-1.32.5/configure.ac
--- pango-1.32.5/configure.ac 2012-12-07 04:43:25.000000000 +0200
+++ pango-1.32.5/configure.ac 2013-01-07 03:25:42.734109587 +0200
@@ -54,7 +54,7 @@
dnl usage of GNU Make specific features.
AM_INIT_AUTOMAKE(1.9 gnits dist-xz no-dist-gzip -Wno-portability)
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
-AM_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
PANGO_VERSION_MAJOR=pango_version_major()

View File

@ -2,12 +2,14 @@ require pango.inc
LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
PR = "r0"
PR = "r1"
GNOME_COMPRESS_TYPE="xz"
SRC_URI += "file://no-tests.patch \
file://multilib-fix-clean.patch"
file://multilib-fix-clean.patch \
file://obsolete_automake_macros.patch \
"
SRC_URI[archive.md5sum] = "8e846804d6e219bc795a26a4a39b5bfd"
SRC_URI[archive.sha256sum] = "7d7bc99c3d9b580cb4fe787fe47824e56e39534b9040e1c8a2a159248d8e5821"