From c672f27f8f121df9083db28d3fc1d3f3071a1b37 Mon Sep 17 00:00:00 2001 From: Constantin Musca Date: Fri, 21 Dec 2012 13:41:38 +0200 Subject: 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 Signed-off-by: Constantin Musca Signed-off-by: Saul Wold --- meta/recipes-support/libcroco/files/croco.patch | 15 --------------- .../files/libcroco_fix_for_automake-1.12.patch | 22 ---------------------- meta/recipes-support/libcroco/libcroco_0.6.3.bb | 20 -------------------- meta/recipes-support/libcroco/libcroco_0.6.8.bb | 19 +++++++++++++++++++ 4 files changed, 19 insertions(+), 57 deletions(-) delete mode 100644 meta/recipes-support/libcroco/files/croco.patch delete mode 100644 meta/recipes-support/libcroco/files/libcroco_fix_for_automake-1.12.patch delete mode 100644 meta/recipes-support/libcroco/libcroco_0.6.3.bb create mode 100644 meta/recipes-support/libcroco/libcroco_0.6.8.bb (limited to 'meta') 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 @@ -Upstream-Status: Inappropriate [configuration] - ---- opie/configure.in.old 2006-05-19 20:57:30.000000000 +0100 -+++ opie/configure.in 2006-05-19 20:57:56.000000000 +0100 -@@ -131,8 +131,8 @@ - dnl Define the CROCO_LIBS and CROCO_CFLAGS variables. These will be used - dnl by client application to know where to find croco include files and libs. - dnl --CROCO_LIBS="-L${libdir} -lcroco-$LIBCROCO_MAJOR_VERSION.$LIBCROCO_MINOR_VERSION" --CROCO_CFLAGS="-I${includedir}/libcroco-$LIBCROCO_MAJOR_VERSION.$LIBCROCO_MINOR_VERSION" -+CROCO_LIBS='-L${libdir}'" -lcroco-$LIBCROCO_MAJOR_VERSION.$LIBCROCO_MINOR_VERSION" -+CROCO_CFLAGS='-I${includedir}'"/libcroco-$LIBCROCO_MAJOR_VERSION.$LIBCROCO_MINOR_VERSION" - - AC_SUBST(LIBXML2_LIBS) - 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 @@ -Upstream-Status: Pending - -This patch fixes following kind of issues with automake 1.12 - -| configure.in:51: error: automatic de-ANSI-fication support has been removed - -Signed-Off-By: Nitin A Kamble -2012/05/03 - -Index: libcroco-0.6.3/configure.in -=================================================================== ---- libcroco-0.6.3.orig/configure.in -+++ libcroco-0.6.3/configure.in -@@ -47,8 +47,6 @@ AC_PROG_CC - AC_PROG_INSTALL - AC_PROG_CPP - --dnl Make sure we have an ANSI compiler --AM_C_PROTOTYPES - test "x$U" != "x" && AC_MSG_ERROR(Compiler not ANSI compliant) - - 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 deleted file mode 100644 index d9ff8de7e4..0000000000 --- a/meta/recipes-support/libcroco/libcroco_0.6.3.bb +++ /dev/null @@ -1,20 +0,0 @@ -DESCRIPTION = "The Libcroco project is an effort to build a generic Cascading Style Sheet (CSS) parsing and manipulation toolkit" -HOMEPAGE = "http://www.gnome.org/" -BUGTRACKER = "https://bugzilla.gnome.org/" - -LICENSE = "LGPLv2 & LGPLv2.1" -LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605 \ - file://src/cr-rgb.c;endline=25;md5=1df8189094ba7bbed953225785032826 \ - file://tests/cr-test-utils.c;endline=21;md5=2382c27934cae1d3792fcb17a6142c4e" - -SECTION = "x11/utils" -DEPENDS = "glib-2.0 libxml2 zlib" -PR = "r3" - -inherit autotools pkgconfig gnome - -SRC_URI_append = " file://croco.patch;apply=yes \ - file://libcroco_fix_for_automake-1.12.patch " - -SRC_URI[archive.md5sum] = "e1e93eeff4367c896f3959af34ba20eb" -SRC_URI[archive.sha256sum] = "746192d979263c74094d41e5ff0e19900b3d81eb2bd42c27c1c320dd94008034" diff --git a/meta/recipes-support/libcroco/libcroco_0.6.8.bb b/meta/recipes-support/libcroco/libcroco_0.6.8.bb new file mode 100644 index 0000000000..6f5995f51d --- /dev/null +++ b/meta/recipes-support/libcroco/libcroco_0.6.8.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "The Libcroco project is an effort to build a generic Cascading Style Sheet (CSS) parsing and manipulation toolkit" +HOMEPAGE = "http://www.gnome.org/" +BUGTRACKER = "https://bugzilla.gnome.org/" + +LICENSE = "LGPLv2 & LGPLv2.1" +LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605 \ + file://src/cr-rgb.c;endline=25;md5=cbb4f64cc46ee9fcf602d3b0836cee56 \ + file://tests/cr-test-utils.c;endline=21;md5=2382c27934cae1d3792fcb17a6142c4e" + +SECTION = "x11/utils" +DEPENDS = "glib-2.0 libxml2 zlib" +PR = "r0" + +inherit autotools pkgconfig gnome + +GNOME_COMPRESS_TYPE = "xz" + +SRC_URI[archive.md5sum] = "767e73c4174f75b99695d4530fd9bb80" +SRC_URI[archive.sha256sum] = "ea6e1b858c55219cefd7109756bff5bc1a774ba7a55f7d3ccd734d6b871b8570" -- cgit 1.2.3-korg