From dce8dc3d12051b7e6be2555ea3c6ff60b795c119 Mon Sep 17 00:00:00 2001 From: Dexuan Cui Date: Tue, 12 Apr 2011 01:03:33 +0800 Subject: xproto: upgrade from 7.0.20 to the latest version 7.0.21 Update LIC_FILES_CHKSUM as the new COPYING added "Copyright years" and added a new section of MIT-style license. (From OE-Core rev: 72a68e7b5a015b0d8083c722367f674ed98315a2) Signed-off-by: Dexuan Cui Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-proto/xproto_7.0.20.bb | 19 ------------------- meta/recipes-graphics/xorg-proto/xproto_7.0.21.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-proto/xproto_7.0.20.bb create mode 100644 meta/recipes-graphics/xorg-proto/xproto_7.0.21.bb (limited to 'meta/recipes-graphics/xorg-proto') diff --git a/meta/recipes-graphics/xorg-proto/xproto_7.0.20.bb b/meta/recipes-graphics/xorg-proto/xproto_7.0.20.bb deleted file mode 100644 index dea1667fb4..0000000000 --- a/meta/recipes-graphics/xorg-proto/xproto_7.0.20.bb +++ /dev/null @@ -1,19 +0,0 @@ -require xorg-proto-common.inc - -SUMMARY = "Xlib: C Language X interface headers" - -DESCRIPTION = "This package provides the basic headers for the X Window \ -System." - -LICENSE = "MIT & MIT-style" -LIC_FILES_CHKSUM = "file://COPYING;md5=93ae8952e7d02d855516fbf2efb9a0d2" - -PR = "r0" -PE = "1" - -EXTRA_OECONF_append = " --enable-specs=no" -BBCLASSEXTEND = "native nativesdk" - -SRC_URI[md5sum] = "65633168e5315c19defb4652cd3d83c1" -SRC_URI[sha256sum] = "3fe87fe47d9b795e60ba3715d71f90f9929d57e9048f1d2a6ebb558e5aee9e2a" - diff --git a/meta/recipes-graphics/xorg-proto/xproto_7.0.21.bb b/meta/recipes-graphics/xorg-proto/xproto_7.0.21.bb new file mode 100644 index 0000000000..17b3793db9 --- /dev/null +++ b/meta/recipes-graphics/xorg-proto/xproto_7.0.21.bb @@ -0,0 +1,19 @@ +require xorg-proto-common.inc + +SUMMARY = "Xlib: C Language X interface headers" + +DESCRIPTION = "This package provides the basic headers for the X Window \ +System." + +LICENSE = "MIT & MIT-style" +LIC_FILES_CHKSUM = "file://COPYING;md5=b9e051107d5628966739a0b2e9b32676" + +PR = "r0" +PE = "1" + +EXTRA_OECONF_append = " --enable-specs=no" +BBCLASSEXTEND = "native nativesdk" + +SRC_URI[md5sum] = "c5a93a69b701cf81925fab02b35b0d0e" +SRC_URI[sha256sum] = "38ee2f032c3a9e30504593f8b5e6c1161a6629daba93748a71c6f70c16f65548" + -- cgit v1.2.3-54-g00ecf