From f2acbd9945c4c15e1ae07e35ca3dec00bd186662 Mon Sep 17 00:00:00 2001 From: Dexuan Cui Date: Mon, 13 Jun 2011 21:04:08 +0800 Subject: glproto: upgrade from 1.4.12 to the latest version 1.4.13 (From OE-Core rev: f45ac5d80e758a5f5f83c11f75ff12592c91a66a) Signed-off-by: Dexuan Cui Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-proto/glproto_1.4.12.bb | 19 ------------------- meta/recipes-graphics/xorg-proto/glproto_1.4.13.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-proto/glproto_1.4.12.bb create mode 100644 meta/recipes-graphics/xorg-proto/glproto_1.4.13.bb (limited to 'meta/recipes-graphics/xorg-proto') diff --git a/meta/recipes-graphics/xorg-proto/glproto_1.4.12.bb b/meta/recipes-graphics/xorg-proto/glproto_1.4.12.bb deleted file mode 100644 index 7b32e70dae..0000000000 --- a/meta/recipes-graphics/xorg-proto/glproto_1.4.12.bb +++ /dev/null @@ -1,19 +0,0 @@ -require xorg-proto-common.inc - -SUMMARY = "OpenGL: X OpenGL extension headers" - -DESCRIPTION = "This package provides the wire protocol for the \ -OpenGL-related extensions, used to enable the rendering of applications \ -using OpenGL." - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=d44ed0146997856304dfbb512a59a8de \ - file://glxproto.h;beginline=4;endline=32;md5=6b79c570f644363b356456e7d44471d9" - -PR = "r0" -PE = "1" - -BBCLASSEXTEND = "nativesdk" - -SRC_URI[md5sum] = "55edc5ff2efb734215c868f72f7cf27e" -SRC_URI[sha256sum] = "48be7a9d190b600210e5ad08b4e8862a6b08e72dc52dbdf324716a888eb457de" diff --git a/meta/recipes-graphics/xorg-proto/glproto_1.4.13.bb b/meta/recipes-graphics/xorg-proto/glproto_1.4.13.bb new file mode 100644 index 0000000000..38b17b6ad3 --- /dev/null +++ b/meta/recipes-graphics/xorg-proto/glproto_1.4.13.bb @@ -0,0 +1,19 @@ +require xorg-proto-common.inc + +SUMMARY = "OpenGL: X OpenGL extension headers" + +DESCRIPTION = "This package provides the wire protocol for the \ +OpenGL-related extensions, used to enable the rendering of applications \ +using OpenGL." + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=d44ed0146997856304dfbb512a59a8de \ + file://glxproto.h;beginline=4;endline=32;md5=6b79c570f644363b356456e7d44471d9" + +PR = "r0" +PE = "1" + +BBCLASSEXTEND = "nativesdk" + +SRC_URI[md5sum] = "9542f2d36751a8ad7eae9d8e176f70d4" +SRC_URI[sha256sum] = "fc0a94d4df003cb6b6953173e6498d9c4c3268ee24bcc46a1172a1e1dbd3d742" -- cgit v1.2.3-54-g00ecf