summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libcroco/files
diff options
context:
space:
mode:
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.