diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2012-05-03 13:39:38 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-25 11:18:00 +0100 |
commit | 2c90a0a75b0eee684896c7cd1bdbb7cf7dc60314 (patch) | |
tree | ec814f24d1eb9e512ae8e2b8240697bb695d8bab /meta/recipes-support/libcroco | |
parent | 204e2d64dec6be5ca62b2ce376e3cb6bb793cd3c (diff) | |
download | poky-2c90a0a75b0eee684896c7cd1bdbb7cf7dc60314.tar.gz |
libcroco: fix build with automake 1.12
(From OE-Core rev: dda947447aee5bcf496d7bae2bf0fb6897e2e0f9)
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libcroco')
-rw-r--r-- | meta/recipes-support/libcroco/files/libcroco_fix_for_automake-1.12.patch | 22 | ||||
-rw-r--r-- | meta/recipes-support/libcroco/libcroco_0.6.3.bb | 5 |
2 files changed, 25 insertions, 2 deletions
diff --git a/meta/recipes-support/libcroco/files/libcroco_fix_for_automake-1.12.patch b/meta/recipes-support/libcroco/files/libcroco_fix_for_automake-1.12.patch new file mode 100644 index 0000000000..9dcf7b039d --- /dev/null +++ b/meta/recipes-support/libcroco/files/libcroco_fix_for_automake-1.12.patch | |||
@@ -0,0 +1,22 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
3 | This patch fixes following kind of issues with automake 1.12 | ||
4 | |||
5 | | configure.in:51: error: automatic de-ANSI-fication support has been removed | ||
6 | |||
7 | Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com> | ||
8 | 2012/05/03 | ||
9 | |||
10 | Index: libcroco-0.6.3/configure.in | ||
11 | =================================================================== | ||
12 | --- libcroco-0.6.3.orig/configure.in | ||
13 | +++ libcroco-0.6.3/configure.in | ||
14 | @@ -47,8 +47,6 @@ AC_PROG_CC | ||
15 | AC_PROG_INSTALL | ||
16 | AC_PROG_CPP | ||
17 | |||
18 | -dnl Make sure we have an ANSI compiler | ||
19 | -AM_C_PROTOTYPES | ||
20 | test "x$U" != "x" && AC_MSG_ERROR(Compiler not ANSI compliant) | ||
21 | |||
22 | dnl Checks for libraries. | ||
diff --git a/meta/recipes-support/libcroco/libcroco_0.6.3.bb b/meta/recipes-support/libcroco/libcroco_0.6.3.bb index 74c2cbba75..d9ff8de7e4 100644 --- a/meta/recipes-support/libcroco/libcroco_0.6.3.bb +++ b/meta/recipes-support/libcroco/libcroco_0.6.3.bb | |||
@@ -9,11 +9,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605 \ | |||
9 | 9 | ||
10 | SECTION = "x11/utils" | 10 | SECTION = "x11/utils" |
11 | DEPENDS = "glib-2.0 libxml2 zlib" | 11 | DEPENDS = "glib-2.0 libxml2 zlib" |
12 | PR = "r2" | 12 | PR = "r3" |
13 | 13 | ||
14 | inherit autotools pkgconfig gnome | 14 | inherit autotools pkgconfig gnome |
15 | 15 | ||
16 | SRC_URI_append = " file://croco.patch;apply=yes " | 16 | SRC_URI_append = " file://croco.patch;apply=yes \ |
17 | file://libcroco_fix_for_automake-1.12.patch " | ||
17 | 18 | ||
18 | SRC_URI[archive.md5sum] = "e1e93eeff4367c896f3959af34ba20eb" | 19 | SRC_URI[archive.md5sum] = "e1e93eeff4367c896f3959af34ba20eb" |
19 | SRC_URI[archive.sha256sum] = "746192d979263c74094d41e5ff0e19900b3d81eb2bd42c27c1c320dd94008034" | 20 | SRC_URI[archive.sha256sum] = "746192d979263c74094d41e5ff0e19900b3d81eb2bd42c27c1c320dd94008034" |