From 70fe42942bad5584204a6a93ea1aaad0c4da23c8 Mon Sep 17 00:00:00 2001 From: Yu Ke Date: Fri, 14 Jan 2011 11:21:23 +0800 Subject: bigreqsproto: upgrade to 1.1.1 Signed-off-by: Yu Ke --- meta/conf/distro/include/preferred-xorg-versions.inc | 6 +++--- meta/recipes-graphics/xorg-proto/bigreqsproto_1.1.0.bb | 15 --------------- meta/recipes-graphics/xorg-proto/bigreqsproto_1.1.1.bb | 15 +++++++++++++++ 3 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-proto/bigreqsproto_1.1.0.bb create mode 100644 meta/recipes-graphics/xorg-proto/bigreqsproto_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 ce6f9cfb6d..a71628135a 100644 --- a/meta/conf/distro/include/preferred-xorg-versions.inc +++ b/meta/conf/distro/include/preferred-xorg-versions.inc @@ -3,9 +3,9 @@ # PREFERRED_VERSION_applewmproto ?= "1.4.1" -PREFERRED_VERSION_bigreqsproto ?= "1.1.0" -PREFERRED_VERSION_bigreqsproto-native ?= "1.1.0" -PREFERRED_VERSION_bigreqsproto-nativesdk ?= "1.1.0" +PREFERRED_VERSION_bigreqsproto ?= "1.1.1" +PREFERRED_VERSION_bigreqsproto-native ?= "1.1.1" +PREFERRED_VERSION_bigreqsproto-nativesdk ?= "1.1.1" PREFERRED_VERSION_compositeproto ?= "0.4.2" PREFERRED_VERSION_damageproto ?= "1.2.1" PREFERRED_VERSION_dmxproto ?= "2.3" diff --git a/meta/recipes-graphics/xorg-proto/bigreqsproto_1.1.0.bb b/meta/recipes-graphics/xorg-proto/bigreqsproto_1.1.0.bb deleted file mode 100644 index 894c141f1e..0000000000 --- a/meta/recipes-graphics/xorg-proto/bigreqsproto_1.1.0.bb +++ /dev/null @@ -1,15 +0,0 @@ -require xorg-proto-common.inc - -PR = "r2" -PE = "1" - -DEPENDS += "gettext" - -DESCRIPTION = "X.Org BigReqs extension headers" - -BBCLASSEXTEND = "native nativesdk" - -LIC_FILES_CHKSUM = "file://COPYING;md5=b12715630da6f268d0d3712ee1a504f4" - -SRC_URI[md5sum] = "d30c5dbf19ca6dffcd9788227ecff8c5" -SRC_URI[sha256sum] = "4864e12d3c5a99b0a9ee4704822455299345e6c65b23c688a4e4bf11481107bd" diff --git a/meta/recipes-graphics/xorg-proto/bigreqsproto_1.1.1.bb b/meta/recipes-graphics/xorg-proto/bigreqsproto_1.1.1.bb new file mode 100644 index 0000000000..57d74ae74a --- /dev/null +++ b/meta/recipes-graphics/xorg-proto/bigreqsproto_1.1.1.bb @@ -0,0 +1,15 @@ +require xorg-proto-common.inc + +PR = "r0" +PE = "1" + +DEPENDS += "gettext" + +DESCRIPTION = "X.Org BigReqs extension headers" + +BBCLASSEXTEND = "native nativesdk" + +LIC_FILES_CHKSUM = "file://COPYING;md5=b12715630da6f268d0d3712ee1a504f4" + +SRC_URI[md5sum] = "6f6c24436c2b3ab235eb14a85b9aaacf" +SRC_URI[sha256sum] = "1c3b85872b58d215e8fbfdc7c36bb397d10053324a5df8722227d35254fff09a" -- cgit v1.2.3-54-g00ecf