librsvg: upgrade to the latest version 2.26.3

The latest stable releases of the package moved
from http://svn.gnome.org/svn/librsvg/ to
http://ftp.gnome.org/pub/GNOME/sources/librsvg/, so I removed the overrided
SRC_URI and use gnome.bbclass's, and I also changed the recipe file's name,
removed the explicit PV and removed the unnecessary S.

Reset PR to "r0".

Add LIC_FILES_CHKSUM info.

Remove SRCREV_pn-librsvg in poky-default-revisions.inc and add
PREFERRED_VERSION_librsvg in  poky-fixed-revisions.inc.

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
This commit is contained in:
Dexuan Cui
2010-07-08 14:32:32 +08:00
committed by Richard Purdie
parent cd890ce6b4
commit 40421c1024
3 changed files with 7 additions and 8 deletions

View File

@@ -54,7 +54,6 @@ SRCREV_pn-libgsmd ??= "4335"
SRCREV_pn-libmatchbox ??= "1531"
SRCREV_pn-libowl ??= "408"
SRCREV_pn-libowl-av ??= "398"
SRCREV_pn-librsvg ??= "1193"
SRCREV_pn-libx11 ??= "d23aad31338e7d869d878d5aa1b6b91d20287005"
SRCREV_pn-libx11-diet ??= "d23aad31338e7d869d878d5aa1b6b91d20287005"
SRCREV_pn-libx11-native ??= "d23aad31338e7d869d878d5aa1b6b91d20287005"

View File

@@ -16,6 +16,8 @@ PREFERRED_VERSION_cairo ?= "1.8.10"
PREFERRED_VERSION_pango ?= "1.28.0"
PREFERRED_VERSION_gtk+ ?= "2.14.2"
PREFERRED_VERSION_librsvg ?= "2.26.3"
PREFERRED_VERSION_dbus ?= "1.2.4"
PREFERRED_VERSION_dbus-native ?= "1.2.4"
PREFERRED_VERSION_dbus-glib ?= "0.82"