From: Dexuan Cui Date: Tue, 16 Nov 2010 15:16:18 +0000 (+0800) Subject: scrnsaverproto: upgrade from 1.2.0 to the latest version 1.2.1 X-Git-Tag: 2011-1~3956 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=94454047be5ee7e027de56c583c55f183140c75f;p=openembedded-core.git scrnsaverproto: upgrade from 1.2.0 to the latest version 1.2.1 Signed-off-by: Dexuan Cui --- 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"