From 3311471be0a4dfd4a949473eb296771e191f3153 Mon Sep 17 00:00:00 2001 From: Dexuan Cui Date: Tue, 16 Nov 2010 23:18:18 +0800 Subject: xextproto: upgrade from 7.1.1 to the latest version 7.1.2 Signed-off-by: Dexuan Cui --- meta/conf/distro/include/preferred-xorg-versions.inc | 6 +++--- meta/recipes-graphics/xorg-proto/xextproto_7.1.1.bb | 11 ----------- meta/recipes-graphics/xorg-proto/xextproto_7.1.2.bb | 11 +++++++++++ 3 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-proto/xextproto_7.1.1.bb create mode 100644 meta/recipes-graphics/xorg-proto/xextproto_7.1.2.bb (limited to 'meta') diff --git a/meta/conf/distro/include/preferred-xorg-versions.inc b/meta/conf/distro/include/preferred-xorg-versions.inc index e74a849e86..56ae237096 100644 --- a/meta/conf/distro/include/preferred-xorg-versions.inc +++ b/meta/conf/distro/include/preferred-xorg-versions.inc @@ -104,9 +104,9 @@ PREFERRED_VERSION_xcmiscproto-native ?= "1.2.1" PREFERRED_VERSION_xcmiscproto-nativesdk ?= "1.2.1" PREFERRED_VERSION_xdpyinfo ?= "1.1.0" PREFERRED_VERSION_xev ?= "1.0.3" -PREFERRED_VERSION_xextproto ?= "7.1.1" -PREFERRED_VERSION_xextproto-native ?= "7.1.1" -PREFERRED_VERSION_xextproto-nativesdk ?= "7.1.1" +PREFERRED_VERSION_xextproto ?= "7.1.2" +PREFERRED_VERSION_xextproto-native ?= "7.1.2" +PREFERRED_VERSION_xextproto-nativesdk ?= "7.1.2" PREFERRED_VERSION_xf86bigfontproto ?= "1.2.0" PREFERRED_VERSION_xf86bigfontproto-native ?= "1.2.0" PREFERRED_VERSION_xf86bigfontproto-nativesdk ?= "1.2.0" diff --git a/meta/recipes-graphics/xorg-proto/xextproto_7.1.1.bb b/meta/recipes-graphics/xorg-proto/xextproto_7.1.1.bb deleted file mode 100644 index 157f070309..0000000000 --- a/meta/recipes-graphics/xorg-proto/xextproto_7.1.1.bb +++ /dev/null @@ -1,11 +0,0 @@ -require xorg-proto-common.inc - -LICENSE = "MIT & MIT-style" -LIC_FILES_CHKSUM = "file://COPYING;md5=86f273291759d0ba2a22585cd1c06c53" - -PR = "r0" -PE = "1" - -inherit gettext - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-graphics/xorg-proto/xextproto_7.1.2.bb b/meta/recipes-graphics/xorg-proto/xextproto_7.1.2.bb new file mode 100644 index 0000000000..157f070309 --- /dev/null +++ b/meta/recipes-graphics/xorg-proto/xextproto_7.1.2.bb @@ -0,0 +1,11 @@ +require xorg-proto-common.inc + +LICENSE = "MIT & MIT-style" +LIC_FILES_CHKSUM = "file://COPYING;md5=86f273291759d0ba2a22585cd1c06c53" + +PR = "r0" +PE = "1" + +inherit gettext + +BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg