From 94454047be5ee7e027de56c583c55f183140c75f Mon Sep 17 00:00:00 2001 From: Dexuan Cui Date: Tue, 16 Nov 2010 23:16:18 +0800 Subject: [PATCH] scrnsaverproto: upgrade from 1.2.0 to the latest version 1.2.1 Signed-off-by: Dexuan Cui --- meta/conf/distro/include/preferred-xorg-versions.inc | 2 +- .../xorg-lib/{libxscrnsaver_1.2.0.bb => libxscrnsaver_1.2.1.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxscrnsaver_1.2.0.bb => libxscrnsaver_1.2.1.bb} (95%) 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" PREFERRED_VERSION_renderproto ?= "0.11" PREFERRED_VERSION_renderproto-nativesdk ?= "0.11" PREFERRED_VERSION_resourceproto ?= "1.1.0" -PREFERRED_VERSION_scrnsaverproto ?= "1.2.0" +PREFERRED_VERSION_scrnsaverproto ?= "1.2.1" PREFERRED_VERSION_trapproto ?= "3.4.3" PREFERRED_VERSION_util-macros ?= "1.10.0" PREFERRED_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 similarity index 95% rename from meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.0.bb rename to 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" DEPENDS += "libxext scrnsaverproto" PROVIDES = "libxss" RREPLACES = "libxss" -PR = "r1" +PR = "r0" PE = "1" XORG_PN = "libXScrnSaver" -- 2.40.1