summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libcroco/files
diff options
context:
space:
mode:
authorConstantin Musca <constantinx.musca@intel.com>2012-12-21 13:41:38 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-12-31 09:43:21 +0000
commit283c7b8553d57caca0eb320bbb1e0d301aa32553 (patch)
treef8704fa6bdce77f5393d5ce5ed399f469cec6c53 /meta/recipes-support/libcroco/files
parentce2414a557d403939476657cf6c2967749d5c2a5 (diff)
downloadpoky-283c7b8553d57caca0eb320bbb1e0d301aa32553.tar.gz
libcroco: upgrade to 0.6.8
License checksum modification due to: src/cr-rgb.c: code (not license) change croco.patch: removed - it doesn't apply anymore - not needed anymore libcroco_fix_for_automake-1.12.patch: removed - problem not reprodicible anymore (From OE-Core rev: c672f27f8f121df9083db28d3fc1d3f3071a1b37) Signed-off-by: Constantin Musca <constantinx.musca@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libcroco/files')
-rw-r--r--meta/recipes-support/libcroco/files/croco.patch15
-rw-r--r--meta/recipes-support/libcroco/files/libcroco_fix_for_automake-1.12.patch22
2 files changed, 0 insertions, 37 deletions
diff --git a/meta/recipes-support/libcroco/files/croco.patch b/meta/recipes-support/libcroco/files/croco.patch
deleted file mode 100644
index 88bdb09f97..0000000000
--- a/meta/recipes-support/libcroco/files/croco.patch
+++ /dev/null
@@ -1,15 +0,0 @@
1Upstream-Status: Inappropriate [configuration]
2
3--- opie/configure.in.old 2006-05-19 20:57:30.000000000 +0100
4+++ opie/configure.in 2006-05-19 20:57:56.000000000 +0100
5@@ -131,8 +131,8 @@
6 dnl Define the CROCO_LIBS and CROCO_CFLAGS variables. These will be used
7 dnl by client application to know where to find croco include files and libs.
8 dnl
9-CROCO_LIBS="-L${libdir} -lcroco-$LIBCROCO_MAJOR_VERSION.$LIBCROCO_MINOR_VERSION"
10-CROCO_CFLAGS="-I${includedir}/libcroco-$LIBCROCO_MAJOR_VERSION.$LIBCROCO_MINOR_VERSION"
11+CROCO_LIBS='-L${libdir}'" -lcroco-$LIBCROCO_MAJOR_VERSION.$LIBCROCO_MINOR_VERSION"
12+CROCO_CFLAGS='-I${includedir}'"/libcroco-$LIBCROCO_MAJOR_VERSION.$LIBCROCO_MINOR_VERSION"
13
14 AC_SUBST(LIBXML2_LIBS)
15 AC_SUBST(LIBXML2_CFLAGS)
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
deleted file mode 100644
index 9dcf7b039d..0000000000
--- a/meta/recipes-support/libcroco/files/libcroco_fix_for_automake-1.12.patch
+++ /dev/null
@@ -1,22 +0,0 @@
1Upstream-Status: Pending
2
3This 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
7Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com>
82012/05/03
9
10Index: 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.