diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2010-07-08 14:32:32 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-13 15:21:43 +0100 |
commit | 40421c1024497cb8729fbfb494c5852ee0dc6992 (patch) | |
tree | a302e057400b9c6d496301f3c0334510282fa288 /meta/conf/distro/include/poky-fixed-revisions.inc | |
parent | cd890ce6b47f6565230d51a43613d366ea2c8d26 (diff) | |
download | poky-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/distro/include/poky-fixed-revisions.inc')
-rw-r--r-- | meta/conf/distro/include/poky-fixed-revisions.inc | 2 |
1 files changed, 2 insertions, 0 deletions
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" | |||
16 | PREFERRED_VERSION_pango ?= "1.28.0" | 16 | PREFERRED_VERSION_pango ?= "1.28.0" |
17 | PREFERRED_VERSION_gtk+ ?= "2.14.2" | 17 | PREFERRED_VERSION_gtk+ ?= "2.14.2" |
18 | 18 | ||
19 | PREFERRED_VERSION_librsvg ?= "2.26.3" | ||
20 | |||
19 | PREFERRED_VERSION_dbus ?= "1.2.4" | 21 | PREFERRED_VERSION_dbus ?= "1.2.4" |
20 | PREFERRED_VERSION_dbus-native ?= "1.2.4" | 22 | PREFERRED_VERSION_dbus-native ?= "1.2.4" |
21 | PREFERRED_VERSION_dbus-glib ?= "0.82" | 23 | PREFERRED_VERSION_dbus-glib ?= "0.82" |