From ca4e362e204939bcc6d2247620f538f2294a5f03 Mon Sep 17 00:00:00 2001 From: Dexuan Cui Date: Tue, 16 Nov 2010 23:14:19 +0800 Subject: kbproto: upgrade from 1.0.4 to the latest version 1.0.5 Signed-off-by: Dexuan Cui --- meta/conf/distro/include/preferred-xorg-versions.inc | 6 +++--- meta/recipes-graphics/xorg-proto/kbproto_1.0.4.bb | 12 ------------ meta/recipes-graphics/xorg-proto/kbproto_1.0.5.bb | 12 ++++++++++++ 3 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-proto/kbproto_1.0.4.bb create mode 100644 meta/recipes-graphics/xorg-proto/kbproto_1.0.5.bb diff --git a/meta/conf/distro/include/preferred-xorg-versions.inc b/meta/conf/distro/include/preferred-xorg-versions.inc index ef95e6bfc..baec854d2 100644 --- a/meta/conf/distro/include/preferred-xorg-versions.inc +++ b/meta/conf/distro/include/preferred-xorg-versions.inc @@ -21,9 +21,9 @@ PREFERRED_VERSION_imake ?= "1.0.2" #PREFERRED_VERSION_inputproto ?= "2.0" #PREFERRED_VERSION_inputproto-native ?= "2.0" #PREFERRED_VERSION_inputproto-nativesdk ?= "2.0" -PREFERRED_VERSION_kbproto ?= "1.0.4" -PREFERRED_VERSION_kbproto-native ?= "1.0.4" -PREFERRED_VERSION_kbproto-nativesdk ?= "1.0.4" +PREFERRED_VERSION_kbproto ?= "1.0.5" +PREFERRED_VERSION_kbproto-native ?= "1.0.5" +PREFERRED_VERSION_kbproto-nativesdk ?= "1.0.5" PREFERRED_VERSION_libapplewm ?= "1.0.0" PREFERRED_VERSION_libdmx ?= "1.1.0" PREFERRED_VERSION_libfontenc ?= "1.0.5" diff --git a/meta/recipes-graphics/xorg-proto/kbproto_1.0.4.bb b/meta/recipes-graphics/xorg-proto/kbproto_1.0.4.bb deleted file mode 100644 index b49d5a692..000000000 --- a/meta/recipes-graphics/xorg-proto/kbproto_1.0.4.bb +++ /dev/null @@ -1,12 +0,0 @@ -require xorg-proto-common.inc - -LICENSE = "MIT-style" -LIC_FILES_CHKSUM = "file://COPYING;md5=7dd6ea99e2a83a552c02c80963623c38 \ - file://XKBproto.h;beginline=2;endline=26;md5=5744eeff407aeb6e7a1346eebab486a2" - -PR = "r2" -PE = "1" - -DEPENDS += "gettext" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-graphics/xorg-proto/kbproto_1.0.5.bb b/meta/recipes-graphics/xorg-proto/kbproto_1.0.5.bb new file mode 100644 index 000000000..e98d3d6f7 --- /dev/null +++ b/meta/recipes-graphics/xorg-proto/kbproto_1.0.5.bb @@ -0,0 +1,12 @@ +require xorg-proto-common.inc + +LICENSE = "MIT-style" +LIC_FILES_CHKSUM = "file://COPYING;md5=7dd6ea99e2a83a552c02c80963623c38 \ + file://XKBproto.h;beginline=2;endline=26;md5=5744eeff407aeb6e7a1346eebab486a2" + +PR = "r0" +PE = "1" + +DEPENDS += "gettext" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3