summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorDexuan Cui <dexuan.cui@intel.com>2010-11-16 23:16:18 +0800
committerSaul Wold <Saul.Wold@intel.com>2010-11-18 13:30:27 -0800
commit94454047be5ee7e027de56c583c55f183140c75f (patch)
tree6c4d3b439db7d133cebf914ab13061bf6739df7c /meta
parent4438620b41343952a40865c9b5f0f888511554ed (diff)
downloadpoky-94454047be5ee7e027de56c583c55f183140c75f.tar.gz
scrnsaverproto: upgrade from 1.2.0 to the latest version 1.2.1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/conf/distro/include/preferred-xorg-versions.inc2
-rw-r--r--meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.1.bb (renamed from meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.0.bb)2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/distro/include/preferred-xorg-versions.inc b/meta/conf/distro/include/preferred-xorg-versions.inc
index 98b04a845d..b00dbc053f 100644
--- a/meta/conf/distro/include/preferred-xorg-versions.inc
+++ b/meta/conf/distro/include/preferred-xorg-versions.inc
@@ -91,7 +91,7 @@ PREFERRED_VERSION_recordproto ?= "1.14.1"
91PREFERRED_VERSION_renderproto ?= "0.11" 91PREFERRED_VERSION_renderproto ?= "0.11"
92PREFERRED_VERSION_renderproto-nativesdk ?= "0.11" 92PREFERRED_VERSION_renderproto-nativesdk ?= "0.11"
93PREFERRED_VERSION_resourceproto ?= "1.1.0" 93PREFERRED_VERSION_resourceproto ?= "1.1.0"
94PREFERRED_VERSION_scrnsaverproto ?= "1.2.0" 94PREFERRED_VERSION_scrnsaverproto ?= "1.2.1"
95PREFERRED_VERSION_trapproto ?= "3.4.3" 95PREFERRED_VERSION_trapproto ?= "3.4.3"
96PREFERRED_VERSION_util-macros ?= "1.10.0" 96PREFERRED_VERSION_util-macros ?= "1.10.0"
97PREFERRED_VERSION_util-macros-native ?= "1.10.0" 97PREFERRED_VERSION_util-macros-native ?= "1.10.0"
diff --git a/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.0.bb b/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.1.bb
index ff22c337a0..fd3641d9dd 100644
--- a/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.0.bb
+++ b/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.1.bb
@@ -5,7 +5,7 @@ LICENSE = "GPL"
5DEPENDS += "libxext scrnsaverproto" 5DEPENDS += "libxext scrnsaverproto"
6PROVIDES = "libxss" 6PROVIDES = "libxss"
7RREPLACES = "libxss" 7RREPLACES = "libxss"
8PR = "r1" 8PR = "r0"
9PE = "1" 9PE = "1"
10 10
11XORG_PN = "libXScrnSaver" 11XORG_PN = "libXScrnSaver"