From e1d6b2f4c8bbdd3d30b5be66a321b41b6c62b063 Mon Sep 17 00:00:00 2001 From: Yu Ke Date: Thu, 7 Apr 2011 17:15:46 +0800 Subject: evieext: upgrade from 1.1.0 to 1.1.1 - also change license checksum, the license is still MIT-X, but corp name is changed from SUN to Oracle [sgw: merged perferred-xorg-versions.inc] Signed-off-by: Yu Ke Signed-off-by: Saul Wold --- meta/conf/distro/include/preferred-xorg-versions.inc | 2 +- meta/recipes-graphics/xorg-proto/evieext_1.1.0.bb | 15 --------------- meta/recipes-graphics/xorg-proto/evieext_1.1.1.bb | 15 +++++++++++++++ 3 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-proto/evieext_1.1.0.bb create mode 100644 meta/recipes-graphics/xorg-proto/evieext_1.1.1.bb diff --git a/meta/conf/distro/include/preferred-xorg-versions.inc b/meta/conf/distro/include/preferred-xorg-versions.inc index 8e7b9b4dba..07eb35dfca 100644 --- a/meta/conf/distro/include/preferred-xorg-versions.inc +++ b/meta/conf/distro/include/preferred-xorg-versions.inc @@ -9,7 +9,7 @@ PREFERRED_VERSION_bigreqsproto-nativesdk ?= "1.1.1" PREFERRED_VERSION_compositeproto ?= "0.4.2" PREFERRED_VERSION_damageproto ?= "1.2.1" PREFERRED_VERSION_dmxproto ?= "2.3.1" -PREFERRED_VERSION_evieext ?= "1.1.0" +PREFERRED_VERSION_evieext ?= "1.1.1" PREFERRED_VERSION_fixesproto ?= "5.0" PREFERRED_VERSION_fontcacheproto ?= "0.1.3" PREFERRED_VERSION_fontcacheproto-native ?= "0.1.3" diff --git a/meta/recipes-graphics/xorg-proto/evieext_1.1.0.bb b/meta/recipes-graphics/xorg-proto/evieext_1.1.0.bb deleted file mode 100644 index 5800af10d7..0000000000 --- a/meta/recipes-graphics/xorg-proto/evieext_1.1.0.bb +++ /dev/null @@ -1,15 +0,0 @@ -require xorg-proto-common.inc - -SUMMARY = "EvIE: X Event Interception Extension headers" - -DESCRIPTION = "This package provides the wire protocol for the X Event \ -Interception Extension. This extension allows the interception of \ -keyboard and mouse events." - -PR = "r1" -PE = "1" - -LIC_FILES_CHKSUM = "file://COPYING;md5=6cf85dc8217152304ac976db1e240ebe" - -SRC_URI[md5sum] = "5c74f61d6f77b2e6a083b2b31000be42" -SRC_URI[sha256sum] = "47881a52a8d9da1e41e4f028ed32a8b44f738afbead819c0a07253fdc1641885" diff --git a/meta/recipes-graphics/xorg-proto/evieext_1.1.1.bb b/meta/recipes-graphics/xorg-proto/evieext_1.1.1.bb new file mode 100644 index 0000000000..271398d0a8 --- /dev/null +++ b/meta/recipes-graphics/xorg-proto/evieext_1.1.1.bb @@ -0,0 +1,15 @@ +require xorg-proto-common.inc + +SUMMARY = "EvIE: X Event Interception Extension headers" + +DESCRIPTION = "This package provides the wire protocol for the X Event \ +Interception Extension. This extension allows the interception of \ +keyboard and mouse events." + +PR = "r0" +PE = "1" + +LIC_FILES_CHKSUM = "file://COPYING;md5=4db9fc6a58e873c6392eec53082d89b5" + +SRC_URI[md5sum] = "98bd86a13686f65f0873070fdee6efc7" +SRC_URI[sha256sum] = "1cf74114436d99f56577a90b6438a32ba31b8128c9e63842bb179aba592733fe" -- cgit 1.2.3-korg