diff options
author | Constantin Musca <constantinx.musca@intel.com> | 2012-12-21 13:41:38 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-31 09:42:47 +0000 |
commit | c672f27f8f121df9083db28d3fc1d3f3071a1b37 (patch) | |
tree | 2c20880fdf1c7a99cc36bd731c5bf58cde0b29b1 /meta/recipes-support/libcroco | |
parent | 64ae2d819c036ef5faebbbee14c41cd548f70ec7 (diff) | |
download | openembedded-core-c672f27f8f121df9083db28d3fc1d3f3071a1b37.tar.gz openembedded-core-c672f27f8f121df9083db28d3fc1d3f3071a1b37.tar.bz2 openembedded-core-c672f27f8f121df9083db28d3fc1d3f3071a1b37.zip |
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 <constantinx.musca@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-support/libcroco')
-rw-r--r-- | meta/recipes-support/libcroco/files/croco.patch | 15 | ||||
-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.8.bb (renamed from meta/recipes-support/libcroco/libcroco_0.6.3.bb) | 11 |
3 files changed, 5 insertions, 43 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 @@ -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 <nitin.a.kamble@intel.com> -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.8.bb index d9ff8de7e4..6f5995f51d 100644 --- a/meta/recipes-support/libcroco/libcroco_0.6.3.bb +++ b/meta/recipes-support/libcroco/libcroco_0.6.8.bb @@ -4,17 +4,16 @@ 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://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 = "r3" +PR = "r0" inherit autotools pkgconfig gnome -SRC_URI_append = " file://croco.patch;apply=yes \ - file://libcroco_fix_for_automake-1.12.patch " +GNOME_COMPRESS_TYPE = "xz" -SRC_URI[archive.md5sum] = "e1e93eeff4367c896f3959af34ba20eb" -SRC_URI[archive.sha256sum] = "746192d979263c74094d41e5ff0e19900b3d81eb2bd42c27c1c320dd94008034" +SRC_URI[archive.md5sum] = "767e73c4174f75b99695d4530fd9bb80" +SRC_URI[archive.sha256sum] = "ea6e1b858c55219cefd7109756bff5bc1a774ba7a55f7d3ccd734d6b871b8570" |