summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorDexuan Cui <dexuan.cui@intel.com>2010-07-08 14:32:32 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-07-13 15:21:43 +0100
commit40421c1024497cb8729fbfb494c5852ee0dc6992 (patch)
treea302e057400b9c6d496301f3c0334510282fa288 /meta/conf
parentcd890ce6b47f6565230d51a43613d366ea2c8d26 (diff)
downloadpoky-40421c1024497cb8729fbfb494c5852ee0dc6992.tar.gz
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>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/distro/include/poky-default-revisions.inc1
-rw-r--r--meta/conf/distro/include/poky-fixed-revisions.inc2
2 files changed, 2 insertions, 1 deletions
diff --git a/meta/conf/distro/include/poky-default-revisions.inc b/meta/conf/distro/include/poky-default-revisions.inc
index 16c8cdb937..d719b39db9 100644
--- a/meta/conf/distro/include/poky-default-revisions.inc
+++ b/meta/conf/distro/include/poky-default-revisions.inc
@@ -54,7 +54,6 @@ SRCREV_pn-libgsmd ??= "4335"
54SRCREV_pn-libmatchbox ??= "1531" 54SRCREV_pn-libmatchbox ??= "1531"
55SRCREV_pn-libowl ??= "408" 55SRCREV_pn-libowl ??= "408"
56SRCREV_pn-libowl-av ??= "398" 56SRCREV_pn-libowl-av ??= "398"
57SRCREV_pn-librsvg ??= "1193"
58SRCREV_pn-libx11 ??= "d23aad31338e7d869d878d5aa1b6b91d20287005" 57SRCREV_pn-libx11 ??= "d23aad31338e7d869d878d5aa1b6b91d20287005"
59SRCREV_pn-libx11-diet ??= "d23aad31338e7d869d878d5aa1b6b91d20287005" 58SRCREV_pn-libx11-diet ??= "d23aad31338e7d869d878d5aa1b6b91d20287005"
60SRCREV_pn-libx11-native ??= "d23aad31338e7d869d878d5aa1b6b91d20287005" 59SRCREV_pn-libx11-native ??= "d23aad31338e7d869d878d5aa1b6b91d20287005"
diff --git a/meta/conf/distro/include/poky-fixed-revisions.inc b/meta/conf/distro/include/poky-fixed-revisions.inc
index 42f54ce299..669946916d 100644
--- a/meta/conf/distro/include/poky-fixed-revisions.inc
+++ b/meta/conf/distro/include/poky-fixed-revisions.inc
@@ -16,6 +16,8 @@ PREFERRED_VERSION_cairo ?= "1.8.10"
16PREFERRED_VERSION_pango ?= "1.28.0" 16PREFERRED_VERSION_pango ?= "1.28.0"
17PREFERRED_VERSION_gtk+ ?= "2.14.2" 17PREFERRED_VERSION_gtk+ ?= "2.14.2"
18 18
19PREFERRED_VERSION_librsvg ?= "2.26.3"
20
19PREFERRED_VERSION_dbus ?= "1.2.4" 21PREFERRED_VERSION_dbus ?= "1.2.4"
20PREFERRED_VERSION_dbus-native ?= "1.2.4" 22PREFERRED_VERSION_dbus-native ?= "1.2.4"
21PREFERRED_VERSION_dbus-glib ?= "0.82" 23PREFERRED_VERSION_dbus-glib ?= "0.82"