]> code.ossystems Code Review - openembedded-core.git/commitdiff
cairo: upgrade cairo to 1.8.10
authorYu Ke <ke.yu@intel.com>
Sat, 3 Jul 2010 13:49:20 +0000 (21:49 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Mon, 5 Jul 2010 12:29:47 +0000 (13:29 +0100)
Signed-off-by: Yu Ke <ke.yu@intel.com>
meta/conf/distro/include/poky-fixed-revisions.inc
meta/packages/cairo/cairo-1.8.10/hardcoded_libtool.patch [moved from meta/packages/cairo/cairo-1.8.2/hardcoded_libtool.patch with 100% similarity]
meta/packages/cairo/cairo.inc
meta/packages/cairo/cairo_1.8.10.bb [new file with mode: 0644]
meta/packages/cairo/cairo_1.8.2.bb [deleted file]

index edadc1b4b0643064d2032a6f8c2c871c3da02880..df0b8f8f453d7f99cde50578f7f545dbcb076458 100644 (file)
@@ -12,7 +12,7 @@ PREFERRED_VERSION_matchbox-theme-sato ?= "0.1"
 PREFERRED_VERSION_glib-2.0 ?= "2.24.1"
 PREFERRED_VERSION_glib-2.0-native ?= "2.24.1"
 PREFERRED_VERSION_atk ?= "1.24.0"
-PREFERRED_VERSION_cairo ?= "1.8.2"
+PREFERRED_VERSION_cairo ?= "1.8.10"
 PREFERRED_VERSION_pango ?= "1.22.2"
 PREFERRED_VERSION_gtk+ ?= "2.14.2"
 
index 1847519c6702e841266d9dc19a8db4250919d963..e73a83967141a6ca1aa4ba18508bca6fd986f06f 100644 (file)
@@ -1,8 +1,10 @@
+DESCRIPTION = "Cairo graphics library"
+HOMEPAGE = "http://cairographics.org"
+BUGTRACKER = "http://bugs.freedesktop.org"
 SECTION = "libs"
 PRIORITY = "optional"
+LICENSE = "MPLv1.1 & LGPLv2.1"
 DEPENDS = "virtual/libx11 libsm libpng fontconfig libxrender pixman"
-DESCRIPTION = "Cairo graphics library"
-LICENSE = "MPL LGPL"
 
 #check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points 
 require cairo-fpu.inc
diff --git a/meta/packages/cairo/cairo_1.8.10.bb b/meta/packages/cairo/cairo_1.8.10.bb
new file mode 100644 (file)
index 0000000..9e7e7a3
--- /dev/null
@@ -0,0 +1,8 @@
+require cairo.inc
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=7d7cc3410ae869ed913ebd30d7f45941"
+
+PR = "r0"
+
+SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz \
+           file://hardcoded_libtool.patch"
diff --git a/meta/packages/cairo/cairo_1.8.2.bb b/meta/packages/cairo/cairo_1.8.2.bb
deleted file mode 100644 (file)
index fd8a99b..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-require cairo.inc
-
-PR = "r1"
-
-SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz \
-           file://hardcoded_libtool.patch;patch=1"