From a88271e776f5499ea0ae6e854f79534c50abd207 Mon Sep 17 00:00:00 2001 From: Laurentiu Palcu Date: Mon, 25 Nov 2013 15:51:02 +0200 Subject: xproto: upgrade to 7.0.25 (From OE-Core rev: 2509a9b8f1486fc3b7a16672d0c8618a168f7c6d) Signed-off-by: Laurentiu Palcu Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-proto/xproto_7.0.24.bb | 20 -------------------- meta/recipes-graphics/xorg-proto/xproto_7.0.25.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-proto/xproto_7.0.24.bb create mode 100644 meta/recipes-graphics/xorg-proto/xproto_7.0.25.bb (limited to 'meta/recipes-graphics/xorg-proto') diff --git a/meta/recipes-graphics/xorg-proto/xproto_7.0.24.bb b/meta/recipes-graphics/xorg-proto/xproto_7.0.24.bb deleted file mode 100644 index 2c6cbc0ebb..0000000000 --- a/meta/recipes-graphics/xorg-proto/xproto_7.0.24.bb +++ /dev/null @@ -1,20 +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=b9e051107d5628966739a0b2e9b32676" - -PE = "1" - -SRC_URI += "file://xproto_fix_for_x32.patch" - -EXTRA_OECONF_append = " --enable-specs=no" -BBCLASSEXTEND = "native nativesdk" - -SRC_URI[md5sum] = "9c0203c3bee4bac432ec504dc45712ed" -SRC_URI[sha256sum] = "3698a1c7e3b734bc1139a7eb694ed8c66188658d6b4dea3d567066fe4e88b2fc" - diff --git a/meta/recipes-graphics/xorg-proto/xproto_7.0.25.bb b/meta/recipes-graphics/xorg-proto/xproto_7.0.25.bb new file mode 100644 index 0000000000..cf24125491 --- /dev/null +++ b/meta/recipes-graphics/xorg-proto/xproto_7.0.25.bb @@ -0,0 +1,20 @@ +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" + +PE = "1" + +SRC_URI += "file://xproto_fix_for_x32.patch" + +EXTRA_OECONF_append = " --enable-specs=no" +BBCLASSEXTEND = "native nativesdk" + +SRC_URI[md5sum] = "28311ef4edbbbf89f617a7f8a2e5648f" +SRC_URI[sha256sum] = "92247485dc4ffc3611384ba84136591923da857212a7dc29f4ad7797e13909fe" + -- cgit v1.2.3-54-g00ecf