From 4a1e013d23708cc3e24f80b0e450908d4e5c4f35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20S=C3=B8rensen?= Date: Wed, 12 Feb 2014 09:05:02 +0100 Subject: [PATCH 01/49] libx11: Dont overwrite all install postfuncs --- recipes/xorg-lib/libx11_1.5.0.oe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/xorg-lib/libx11_1.5.0.oe b/recipes/xorg-lib/libx11_1.5.0.oe index 244d022..ac0bfc5 100644 --- a/recipes/xorg-lib/libx11_1.5.0.oe +++ b/recipes/xorg-lib/libx11_1.5.0.oe @@ -25,7 +25,7 @@ PACKAGES =+ "${PN}-makekeys" DO_INSTALL_NATIVE = "" DO_INSTALL_NATIVE:native = "do_install_native" -do_install[postfuncs] = "${DO_INSTALL_NATIVE}" +do_install[postfuncs] += "${DO_INSTALL_NATIVE}" do_install_native(){ mkdir -p ${D}${bindir} From c6d8f57ff0b42c6e896260cf88609044af77dbcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20S=C3=B8rensen?= Date: Wed, 12 Feb 2014 09:05:16 +0100 Subject: [PATCH 02/49] xserver-xorg: Fix nested extern dec --- .../xserver-xorg/fix_nested_extern_dec.patch | 10 ++++++++++ recipes/xorg-xserver/xserver-xorg_1.14.0.oe | 4 +++- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 recipes/xorg-xserver/xserver-xorg/fix_nested_extern_dec.patch diff --git a/recipes/xorg-xserver/xserver-xorg/fix_nested_extern_dec.patch b/recipes/xorg-xserver/xserver-xorg/fix_nested_extern_dec.patch new file mode 100644 index 0000000..ae9bca4 --- /dev/null +++ b/recipes/xorg-xserver/xserver-xorg/fix_nested_extern_dec.patch @@ -0,0 +1,10 @@ +--- xorg-server-1.14.0/dix/window.c.orig 2014-02-06 13:36:42.090942681 +0100 ++++ xorg-server-1.14.0/dix/window.c 2014-02-06 13:37:06.538942327 +0100 +@@ -126,6 +126,7 @@ + #ifdef COMPOSITE + #include "compint.h" + #endif ++#include "selection.h" + + #include "privates.h" + #include "xace.h" diff --git a/recipes/xorg-xserver/xserver-xorg_1.14.0.oe b/recipes/xorg-xserver/xserver-xorg_1.14.0.oe index 90ee280..b9fda5f 100644 --- a/recipes/xorg-xserver/xserver-xorg_1.14.0.oe +++ b/recipes/xorg-xserver/xserver-xorg_1.14.0.oe @@ -7,4 +7,6 @@ do_install[postfuncs] = "do_install_headers" do_install_headers() { cd ${S} install -m 775 hw/xfree86/common/dgaproc.h ${D}${includedir}/xorg/. -} \ No newline at end of file +} + +SRC_URI += "file://fix_nested_extern_dec.patch" From 5ad6f8aec876f39a2b18bb2702af8ad60e9a537b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20S=C3=B8rensen?= Date: Tue, 25 Feb 2014 14:34:40 +0100 Subject: [PATCH 03/49] xserver-xorg: Don't overwrite postfuncs! MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian Sørensen --- recipes/xorg-xserver/xserver-xorg_1.14.0.oe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/xorg-xserver/xserver-xorg_1.14.0.oe b/recipes/xorg-xserver/xserver-xorg_1.14.0.oe index b9fda5f..e7c0a8e 100644 --- a/recipes/xorg-xserver/xserver-xorg_1.14.0.oe +++ b/recipes/xorg-xserver/xserver-xorg_1.14.0.oe @@ -2,7 +2,7 @@ require xserver-xorg-common.inc require xserver-xorg.inc -do_install[postfuncs] = "do_install_headers" +do_install[postfuncs] += "do_install_headers" do_install_headers() { cd ${S} From 160ac5cfcff0a759d318e0a076130d3d111848bb Mon Sep 17 00:00:00 2001 From: Jacob Kjaergaard Date: Tue, 17 Jun 2014 11:10:25 +0200 Subject: [PATCH 04/49] xserver-xorg: add version 1.14.4 --- recipes/xorg-xserver/xserver-xorg-common.inc | 4 ++-- recipes/xorg-xserver/xserver-xorg.inc | 2 -- recipes/xorg-xserver/xserver-xorg/aarch64.patch | 2 +- recipes/xorg-xserver/xserver-xorg_1.14.0.oe | 5 ++++- recipes/xorg-xserver/xserver-xorg_1.14.4.oe | 11 +++++++++++ recipes/xorg-xserver/xserver-xorg_1.14.4.oe.sig | 1 + 6 files changed, 19 insertions(+), 6 deletions(-) create mode 100644 recipes/xorg-xserver/xserver-xorg_1.14.4.oe create mode 100644 recipes/xorg-xserver/xserver-xorg_1.14.4.oe.sig diff --git a/recipes/xorg-xserver/xserver-xorg-common.inc b/recipes/xorg-xserver/xserver-xorg-common.inc index bd77b56..8767814 100644 --- a/recipes/xorg-xserver/xserver-xorg-common.inc +++ b/recipes/xorg-xserver/xserver-xorg-common.inc @@ -74,9 +74,9 @@ XSERVER_CONF = "" DEPENDS:>USE_xserver_xf86vidmode = " xf86vidmodeproto" DEPENDS:>USE_xserver_screensaver = " scrnsaverproto" DEPENDS:>USE_xserver_record = " recordproto" -DEPENDS:>USE_xserver_dri = " glproto xf86driproto dri2proto libgl" +DEPENDS:>USE_xserver_dri = " glproto xf86driproto dri2proto mesa-dri-libgl" DEPENDS:>USE_xserver_dga = " xf86dgaproto" -DEPENDS_${PN}:>USE_xserver_dri = " glproto xf86driproto dri2proto" +DEPENDS_${PN}:>USE_xserver_dri = " glproto xf86driproto dri2proto mesa-dri-dev" RDEPENDS_${PN}:>USE_xserver_dri = " libgl ${PN}-extension-dri mesa-dri" RDEPENDS_${PN}:>USE_xserver_dri2 = " ${PN}-extension-dri2" RDEPENDS_${PN}:>USE_xserver_glx = " ${PN}-extension-glx" diff --git a/recipes/xorg-xserver/xserver-xorg.inc b/recipes/xorg-xserver/xserver-xorg.inc index f9e4ca9..ada14e7 100644 --- a/recipes/xorg-xserver/xserver-xorg.inc +++ b/recipes/xorg-xserver/xserver-xorg.inc @@ -3,6 +3,4 @@ SRC_URI += "file://crosscompile.patch \ file://fix_open_max_preprocessor_error.patch \ file://mips64-compiler.patch \ file://aarch64.patch \ - file://fix_compilation_when_not_using_xinerama.patch \ - file://0001-dixstruct.h-fix-segfaults-char-is-unsigned-for-ARM-a.patch \ " diff --git a/recipes/xorg-xserver/xserver-xorg/aarch64.patch b/recipes/xorg-xserver/xserver-xorg/aarch64.patch index 7882ebe..045e24a 100644 --- a/recipes/xorg-xserver/xserver-xorg/aarch64.patch +++ b/recipes/xorg-xserver/xserver-xorg/aarch64.patch @@ -7,7 +7,7 @@ Xserver was checked in AArch64 fastmodel (commercial one with graphics support). http://patchwork.freedesktop.org/patch/12785/ -Upstream-status: Pending +Upstream-Status: Pending --- include/servermd.h | 7 +++++++ diff --git a/recipes/xorg-xserver/xserver-xorg_1.14.0.oe b/recipes/xorg-xserver/xserver-xorg_1.14.0.oe index e7c0a8e..32c0f7f 100644 --- a/recipes/xorg-xserver/xserver-xorg_1.14.0.oe +++ b/recipes/xorg-xserver/xserver-xorg_1.14.0.oe @@ -9,4 +9,7 @@ do_install_headers() { install -m 775 hw/xfree86/common/dgaproc.h ${D}${includedir}/xorg/. } -SRC_URI += "file://fix_nested_extern_dec.patch" +SRC_URI += "file://fix_nested_extern_dec.patch \ + file://fix_compilation_when_not_using_xinerama.patch \ + file://0001-dixstruct.h-fix-segfaults-char-is-unsigned-for-ARM-a.patch \ +" diff --git a/recipes/xorg-xserver/xserver-xorg_1.14.4.oe b/recipes/xorg-xserver/xserver-xorg_1.14.4.oe new file mode 100644 index 0000000..d65094a --- /dev/null +++ b/recipes/xorg-xserver/xserver-xorg_1.14.4.oe @@ -0,0 +1,11 @@ +require xserver-xorg-common.inc + +require xserver-xorg.inc + +do_install[postfuncs] += "do_install_headers" + +do_install_headers() { + cd ${S} + install -m 775 hw/xfree86/common/dgaproc.h ${D}${includedir}/xorg/. +} + diff --git a/recipes/xorg-xserver/xserver-xorg_1.14.4.oe.sig b/recipes/xorg-xserver/xserver-xorg_1.14.4.oe.sig new file mode 100644 index 0000000..ad9b8cf --- /dev/null +++ b/recipes/xorg-xserver/xserver-xorg_1.14.4.oe.sig @@ -0,0 +1 @@ +5ee112b52f0cec043aa68bd909457b2ea2a11380 xorg-server-1.14.4.tar.bz2 From de09e328935ff4d9854361c0f5e6163c54b95de5 Mon Sep 17 00:00:00 2001 From: Jacob Kjaergaard Date: Tue, 17 Jun 2014 11:13:10 +0200 Subject: [PATCH 05/49] xserver-xorg: remove version 1.14.0 --- recipes/xorg-xserver/xserver-xorg_1.14.0.oe | 15 --------------- recipes/xorg-xserver/xserver-xorg_1.14.0.oe.sig | 1 - 2 files changed, 16 deletions(-) delete mode 100644 recipes/xorg-xserver/xserver-xorg_1.14.0.oe delete mode 100644 recipes/xorg-xserver/xserver-xorg_1.14.0.oe.sig diff --git a/recipes/xorg-xserver/xserver-xorg_1.14.0.oe b/recipes/xorg-xserver/xserver-xorg_1.14.0.oe deleted file mode 100644 index 32c0f7f..0000000 --- a/recipes/xorg-xserver/xserver-xorg_1.14.0.oe +++ /dev/null @@ -1,15 +0,0 @@ -require xserver-xorg-common.inc - -require xserver-xorg.inc - -do_install[postfuncs] += "do_install_headers" - -do_install_headers() { - cd ${S} - install -m 775 hw/xfree86/common/dgaproc.h ${D}${includedir}/xorg/. -} - -SRC_URI += "file://fix_nested_extern_dec.patch \ - file://fix_compilation_when_not_using_xinerama.patch \ - file://0001-dixstruct.h-fix-segfaults-char-is-unsigned-for-ARM-a.patch \ -" diff --git a/recipes/xorg-xserver/xserver-xorg_1.14.0.oe.sig b/recipes/xorg-xserver/xserver-xorg_1.14.0.oe.sig deleted file mode 100644 index 101f5ac..0000000 --- a/recipes/xorg-xserver/xserver-xorg_1.14.0.oe.sig +++ /dev/null @@ -1 +0,0 @@ -62b35456ece3e2bb9944b0c1f8b880ec02aab91e xorg-server-1.14.0.tar.bz2 From 0148b96dfb4077eea4c49253a6a06a35a85f8335 Mon Sep 17 00:00:00 2001 From: Jacob Kjaergaard Date: Tue, 17 Jun 2014 11:10:47 +0200 Subject: [PATCH 06/49] dri2proto: update to 2.8 --- recipes/xorg-proto/dri2proto_2.8.oe | 9 +++++++++ recipes/xorg-proto/dri2proto_2.8.oe.sig | 1 + 2 files changed, 10 insertions(+) create mode 100644 recipes/xorg-proto/dri2proto_2.8.oe create mode 100644 recipes/xorg-proto/dri2proto_2.8.oe.sig diff --git a/recipes/xorg-proto/dri2proto_2.8.oe b/recipes/xorg-proto/dri2proto_2.8.oe new file mode 100644 index 0000000..761f1c5 --- /dev/null +++ b/recipes/xorg-proto/dri2proto_2.8.oe @@ -0,0 +1,9 @@ +require xorg-proto-common.inc + +SUMMARY = "DRI2: Direct Rendering Infrastructure 2 headers" + +DESCRIPTION = "This package provides the wire protocol for the Direct \ +Rendering Ifnrastructure 2. DIR is required for may hardware \ +accelerated OpenGL drivers." + +LICENSE = "MIT" diff --git a/recipes/xorg-proto/dri2proto_2.8.oe.sig b/recipes/xorg-proto/dri2proto_2.8.oe.sig new file mode 100644 index 0000000..01f4572 --- /dev/null +++ b/recipes/xorg-proto/dri2proto_2.8.oe.sig @@ -0,0 +1 @@ +2bc4e8f00778b1f3fe58b4c4f93607ac2adafbbf dri2proto-2.8.tar.bz2 From ec9c124a9634cceaca6084ec84ca92bf37ffb91f Mon Sep 17 00:00:00 2001 From: Jacob Kjaergaard Date: Tue, 17 Jun 2014 11:12:43 +0200 Subject: [PATCH 07/49] dri2proto: remove version 2.6 --- recipes/xorg-proto/dri2proto_2.6.oe | 9 --------- recipes/xorg-proto/dri2proto_2.6.oe.sig | 1 - 2 files changed, 10 deletions(-) delete mode 100644 recipes/xorg-proto/dri2proto_2.6.oe delete mode 100644 recipes/xorg-proto/dri2proto_2.6.oe.sig diff --git a/recipes/xorg-proto/dri2proto_2.6.oe b/recipes/xorg-proto/dri2proto_2.6.oe deleted file mode 100644 index 761f1c5..0000000 --- a/recipes/xorg-proto/dri2proto_2.6.oe +++ /dev/null @@ -1,9 +0,0 @@ -require xorg-proto-common.inc - -SUMMARY = "DRI2: Direct Rendering Infrastructure 2 headers" - -DESCRIPTION = "This package provides the wire protocol for the Direct \ -Rendering Ifnrastructure 2. DIR is required for may hardware \ -accelerated OpenGL drivers." - -LICENSE = "MIT" diff --git a/recipes/xorg-proto/dri2proto_2.6.oe.sig b/recipes/xorg-proto/dri2proto_2.6.oe.sig deleted file mode 100644 index 34f6d24..0000000 --- a/recipes/xorg-proto/dri2proto_2.6.oe.sig +++ /dev/null @@ -1 +0,0 @@ -ba65fc53376fd6e6b41bf6ef1e2ea1ba4b12ca96 dri2proto-2.6.tar.bz2 From a46322af4a422c8e3736a4dc748e6dcf7fcb62a8 Mon Sep 17 00:00:00 2001 From: Jacob Kjaergaard Date: Tue, 17 Jun 2014 11:10:59 +0200 Subject: [PATCH 08/49] glproto: update to 1.4.16 --- recipes/xorg-proto/glproto_1.4.16.oe | 10 ++++++++++ recipes/xorg-proto/glproto_1.4.16.oe.sig | 1 + 2 files changed, 11 insertions(+) create mode 100644 recipes/xorg-proto/glproto_1.4.16.oe create mode 100644 recipes/xorg-proto/glproto_1.4.16.oe.sig diff --git a/recipes/xorg-proto/glproto_1.4.16.oe b/recipes/xorg-proto/glproto_1.4.16.oe new file mode 100644 index 0000000..8de9d88 --- /dev/null +++ b/recipes/xorg-proto/glproto_1.4.16.oe @@ -0,0 +1,10 @@ +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" + diff --git a/recipes/xorg-proto/glproto_1.4.16.oe.sig b/recipes/xorg-proto/glproto_1.4.16.oe.sig new file mode 100644 index 0000000..de030cb --- /dev/null +++ b/recipes/xorg-proto/glproto_1.4.16.oe.sig @@ -0,0 +1 @@ +6f1a971c6c6da3daf860ff2888fa0eae347479b0 glproto-1.4.16.tar.bz2 From 70f247203c628f463be3da141c3c06b608e64c52 Mon Sep 17 00:00:00 2001 From: Jacob Kjaergaard Date: Tue, 17 Jun 2014 11:12:25 +0200 Subject: [PATCH 09/49] glproto: remove version 1.4.15 --- recipes/xorg-proto/glproto_1.4.15.oe | 10 ---------- recipes/xorg-proto/glproto_1.4.15.oe.sig | 1 - 2 files changed, 11 deletions(-) delete mode 100644 recipes/xorg-proto/glproto_1.4.15.oe delete mode 100644 recipes/xorg-proto/glproto_1.4.15.oe.sig diff --git a/recipes/xorg-proto/glproto_1.4.15.oe b/recipes/xorg-proto/glproto_1.4.15.oe deleted file mode 100644 index 8de9d88..0000000 --- a/recipes/xorg-proto/glproto_1.4.15.oe +++ /dev/null @@ -1,10 +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" - diff --git a/recipes/xorg-proto/glproto_1.4.15.oe.sig b/recipes/xorg-proto/glproto_1.4.15.oe.sig deleted file mode 100644 index 77e03ee..0000000 --- a/recipes/xorg-proto/glproto_1.4.15.oe.sig +++ /dev/null @@ -1 +0,0 @@ -4cee35232f1926312b29d59a94da1c526b01e5c3 glproto-1.4.15.tar.bz2 From b79e6e6ebbc5ee56dadc5911064e885a2ed6613e Mon Sep 17 00:00:00 2001 From: Jacob Kjaergaard Date: Tue, 17 Jun 2014 11:10:35 +0200 Subject: [PATCH 10/49] libdrm: add arm patch --- recipes/drm/libdrm/drm-update-arm.patch | 34 +++++++++++++++++++++++++ recipes/drm/libdrm_2.4.36.oe | 1 + 2 files changed, 35 insertions(+) create mode 100644 recipes/drm/libdrm/drm-update-arm.patch diff --git a/recipes/drm/libdrm/drm-update-arm.patch b/recipes/drm/libdrm/drm-update-arm.patch new file mode 100644 index 0000000..4389fe4 --- /dev/null +++ b/recipes/drm/libdrm/drm-update-arm.patch @@ -0,0 +1,34 @@ +Add ARM support into xf86arm.h. This provides support for Xorg interface. +Without this the vivante samples will hang during close requiring a reboot + +Upstream-Status: Pending + +Signed-off-by: Lauren Post +Signed-off-by: Evan Kotara + +diff --git a/xf86drm.h b/xf86drm.h +--- a/xf86drm.h ++++ b/xf86drm.h +@@ -455,6 +455,22 @@ do { register unsigned int __old __asm("o0"); \ + : "cr0", "memory"); \ + } while (0) + ++#elif defined(__arm__) ++ #undef DRM_DEV_MODE ++ #define DRM_DEV_MODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH) ++ ++ #define DRM_CAS(lock,old,new,__ret) \ ++ do { \ ++ __asm__ __volatile__ ( \ ++ "1: ldrex %0, [%1]\n" \ ++ " teq %0, %2\n" \ ++ " strexeq %0, %3, [%1]\n" \ ++ " movne %0, #1\n" \ ++ : "=&r" (__ret) \ ++ : "r" (lock), "r" (old), "r" (new) \ ++ : "cc","memory"); \ ++ } while (0) ++ + #endif /* architecture */ + #endif /* __GNUC__ >= 2 */ + diff --git a/recipes/drm/libdrm_2.4.36.oe b/recipes/drm/libdrm_2.4.36.oe index d074fb8..3ae5c22 100644 --- a/recipes/drm/libdrm_2.4.36.oe +++ b/recipes/drm/libdrm_2.4.36.oe @@ -3,5 +3,6 @@ LICENSE = "MIT" SRC_URI += "file://installtests.patch \ file://GNU_SOURCE_definition.patch \ + file://drm-update-arm.patch \ " From 3d3151a120bd4c70a2198d16106d9b9793dd06a3 Mon Sep 17 00:00:00 2001 From: Jacob Kjaergaard Date: Thu, 12 Jun 2014 07:40:17 +0200 Subject: [PATCH 11/49] mesa: fix SRC_URI after move --- recipes/mesa/mesa-7.11.inc | 2 +- recipes/mesa/mesa-dri-glsl_7.11.oe | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/mesa/mesa-7.11.inc b/recipes/mesa/mesa-7.11.inc index 2f4ded4..ef159f5 100644 --- a/recipes/mesa/mesa-7.11.inc +++ b/recipes/mesa/mesa-7.11.inc @@ -1,7 +1,7 @@ DEPENDS += "native:mesa-dri-glsl" -SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2 \ +SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/older-versions/7.x/${PV}/MesaLib-${PV}.tar.bz2 \ file://uclibc.patch \ file://crossfix.patch \ file://crossfix-mklib.patch \ diff --git a/recipes/mesa/mesa-dri-glsl_7.11.oe b/recipes/mesa/mesa-dri-glsl_7.11.oe index 1a0c38d..325173a 100644 --- a/recipes/mesa/mesa-dri-glsl_7.11.oe +++ b/recipes/mesa/mesa-dri-glsl_7.11.oe @@ -6,7 +6,7 @@ LICENSE = "GPLv3+" DEPENDS = "makedepend" RECIPE_TYPES = "native" -SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2" +SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/older-versions/7.x/${PV}/MesaLib-${PV}.tar.bz2" S = "${SRCDIR}/Mesa-${PV}/src/glsl/" inherit make c c++ From d0375b1c3325df914af6b8762d3b25aa810274be Mon Sep 17 00:00:00 2001 From: Jacob Kjaergaard Date: Tue, 17 Jun 2014 11:11:09 +0200 Subject: [PATCH 12/49] mesa: add missing dependencies --- recipes/mesa/mesa-common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/mesa/mesa-common.inc b/recipes/mesa/mesa-common.inc index a10ff6d..eeba66c 100644 --- a/recipes/mesa/mesa-common.inc +++ b/recipes/mesa/mesa-common.inc @@ -11,7 +11,7 @@ BUGTRACKER = "https://bugs.freedesktop.org" LICENSE = "MIT" PROTO_DEPS = "xf86driproto glproto" -LIB_DEPS = "libx11 libxext" +LIB_DEPS = "libx11 libxext libxmu libxi" DEPENDS = "native:makedepend native:python-runtime native:libxml2 ${PROTO_DEPS} ${LIB_DEPS} libxxf86vm libxdamage libxfixes" DEPENDS_${PN}-dev += "xf86driproto glproto" From 0d5c49ed395f739185c43715fb4f174a3d932e9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20S=C3=B8rensen?= Date: Tue, 13 Jan 2015 09:06:00 +0100 Subject: [PATCH 13/49] xcb-proto: Add version 1.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian Sørensen --- recipes/xcb/xcb-proto_1.7.1.oe | 4 ++++ recipes/xcb/xcb-proto_1.7.1.oe.sig | 1 + 2 files changed, 5 insertions(+) create mode 100644 recipes/xcb/xcb-proto_1.7.1.oe create mode 100644 recipes/xcb/xcb-proto_1.7.1.oe.sig diff --git a/recipes/xcb/xcb-proto_1.7.1.oe b/recipes/xcb/xcb-proto_1.7.1.oe new file mode 100644 index 0000000..14c38bc --- /dev/null +++ b/recipes/xcb/xcb-proto_1.7.1.oe @@ -0,0 +1,4 @@ +include xcb-proto.inc + +LICENSE = "MIT" + diff --git a/recipes/xcb/xcb-proto_1.7.1.oe.sig b/recipes/xcb/xcb-proto_1.7.1.oe.sig new file mode 100644 index 0000000..11f3c0d --- /dev/null +++ b/recipes/xcb/xcb-proto_1.7.1.oe.sig @@ -0,0 +1 @@ +82a568559235fc6e26d0a38911c5ea18f8e8455c xcb-proto-1.7.1.tar.bz2 From b6a8d5d5ab1dfb5637e29750d06140f1a8ba881f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20S=C3=B8rensen?= Date: Tue, 13 Jan 2015 09:06:11 +0100 Subject: [PATCH 14/49] xcb-proto: Remove version 1.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian Sørensen --- recipes/xcb/xcb-proto_1.7.oe | 4 ---- recipes/xcb/xcb-proto_1.7.oe.sig | 1 - 2 files changed, 5 deletions(-) delete mode 100644 recipes/xcb/xcb-proto_1.7.oe delete mode 100644 recipes/xcb/xcb-proto_1.7.oe.sig diff --git a/recipes/xcb/xcb-proto_1.7.oe b/recipes/xcb/xcb-proto_1.7.oe deleted file mode 100644 index 14c38bc..0000000 --- a/recipes/xcb/xcb-proto_1.7.oe +++ /dev/null @@ -1,4 +0,0 @@ -include xcb-proto.inc - -LICENSE = "MIT" - diff --git a/recipes/xcb/xcb-proto_1.7.oe.sig b/recipes/xcb/xcb-proto_1.7.oe.sig deleted file mode 100644 index 0898e48..0000000 --- a/recipes/xcb/xcb-proto_1.7.oe.sig +++ /dev/null @@ -1 +0,0 @@ -f47772de91394aa9ad8ee8a5b57a71072d438b2b xcb-proto-1.7.tar.bz2 From 09127741840e6f7c29f9e5f9581131e198b46d4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20S=C3=B8rensen?= Date: Tue, 13 Jan 2015 09:06:21 +0100 Subject: [PATCH 15/49] xkbcomp: Add version 1.2.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian Sørensen --- recipes/xorg-app/xkbcomp_1.2.4.oe | 16 ++++++++++++++++ recipes/xorg-app/xkbcomp_1.2.4.oe.sig | 1 + 2 files changed, 17 insertions(+) create mode 100644 recipes/xorg-app/xkbcomp_1.2.4.oe create mode 100644 recipes/xorg-app/xkbcomp_1.2.4.oe.sig diff --git a/recipes/xorg-app/xkbcomp_1.2.4.oe b/recipes/xorg-app/xkbcomp_1.2.4.oe new file mode 100644 index 0000000..731434b --- /dev/null +++ b/recipes/xorg-app/xkbcomp_1.2.4.oe @@ -0,0 +1,16 @@ +require xorg-app-common.inc + +SUMMARY = "A program to compile XKB keyboard description" + +DESCRIPTION = "The xkbcomp keymap compiler converts a description of an \ +XKB keymap into one of several output formats. The most common use for \ +xkbcomp is to create a compiled keymap file (.xkm extension) which can \ +be read directly by XKB-capable X servers or utilities." + +DEPENDS += "libxkbfile util-macros libx11 kbproto libxcb libxau libxdmcp libdl" +DEPENDS_${PN} += "libx11 libxkbfile" +RDEPENDS_${PN} += "libx11 libxkbfile" + + +RECIPE_TYPES = "native machine" + diff --git a/recipes/xorg-app/xkbcomp_1.2.4.oe.sig b/recipes/xorg-app/xkbcomp_1.2.4.oe.sig new file mode 100644 index 0000000..730bbee --- /dev/null +++ b/recipes/xorg-app/xkbcomp_1.2.4.oe.sig @@ -0,0 +1 @@ +695d2f2824884d9e54aa1419282ae167fdea163b xkbcomp-1.2.4.tar.bz2 From 25aa60d732dd4553b7d85255eb1600f328d8caa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20S=C3=B8rensen?= Date: Tue, 13 Jan 2015 09:06:32 +0100 Subject: [PATCH 16/49] xkbcomp: Remove version 1.2.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian Sørensen --- recipes/xorg-app/xkbcomp_1.2.3.oe | 16 ---------------- recipes/xorg-app/xkbcomp_1.2.3.oe.sig | 1 - 2 files changed, 17 deletions(-) delete mode 100644 recipes/xorg-app/xkbcomp_1.2.3.oe delete mode 100644 recipes/xorg-app/xkbcomp_1.2.3.oe.sig diff --git a/recipes/xorg-app/xkbcomp_1.2.3.oe b/recipes/xorg-app/xkbcomp_1.2.3.oe deleted file mode 100644 index 731434b..0000000 --- a/recipes/xorg-app/xkbcomp_1.2.3.oe +++ /dev/null @@ -1,16 +0,0 @@ -require xorg-app-common.inc - -SUMMARY = "A program to compile XKB keyboard description" - -DESCRIPTION = "The xkbcomp keymap compiler converts a description of an \ -XKB keymap into one of several output formats. The most common use for \ -xkbcomp is to create a compiled keymap file (.xkm extension) which can \ -be read directly by XKB-capable X servers or utilities." - -DEPENDS += "libxkbfile util-macros libx11 kbproto libxcb libxau libxdmcp libdl" -DEPENDS_${PN} += "libx11 libxkbfile" -RDEPENDS_${PN} += "libx11 libxkbfile" - - -RECIPE_TYPES = "native machine" - diff --git a/recipes/xorg-app/xkbcomp_1.2.3.oe.sig b/recipes/xorg-app/xkbcomp_1.2.3.oe.sig deleted file mode 100644 index fe6070a..0000000 --- a/recipes/xorg-app/xkbcomp_1.2.3.oe.sig +++ /dev/null @@ -1 +0,0 @@ -c20d1b5b8e25634cc9a79c5e4c3397a5ffbee1e0 xkbcomp-1.2.3.tar.bz2 From bf67f8ea7d7893e5de26fd0d4ed140df1bdc48ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20S=C3=B8rensen?= Date: Tue, 13 Jan 2015 09:06:41 +0100 Subject: [PATCH 17/49] libxft: Add version 2.3.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian Sørensen --- recipes/xorg-lib/libxft_2.3.1.oe | 21 +++++++++++++++++++++ recipes/xorg-lib/libxft_2.3.1.oe.sig | 1 + 2 files changed, 22 insertions(+) create mode 100644 recipes/xorg-lib/libxft_2.3.1.oe create mode 100644 recipes/xorg-lib/libxft_2.3.1.oe.sig diff --git a/recipes/xorg-lib/libxft_2.3.1.oe b/recipes/xorg-lib/libxft_2.3.1.oe new file mode 100644 index 0000000..e7b0da1 --- /dev/null +++ b/recipes/xorg-lib/libxft_2.3.1.oe @@ -0,0 +1,21 @@ +SUMMARY = "XFt: X FreeType libary" + +DESCRIPTION = "Xft was designed to provide good support for scalable \ +fonts, and to do so efficiently. Unlike the core fonts system, it \ +supports features such as anti-aliasing and sub-pixel rasterisation. \ +Perhaps more importantly, it gives applications full control over the \ +way glyphs are rendered, making fine typesetting and WYSIWIG display \ +possible. Finally, it allows applications to use fonts that are not \ +installed system-wide for displaying documents with embedded fonts. Xft \ +is not compatible with the core fonts system: usage of Xft requires \ +fairly extensive changes to toolkits (user-interface libraries)." + +require xorg-lib-common.inc + +DEPENDS += "libx11 libxrender fontconfig" +DEPENDS_${PN} += "libx11 libxrender fontconfig" +RDEPENDS_${PN} += "fontconfig-utils libx11 libxrender" + +XORG_PN = "libXft" + +RECIPE_TYPES = "machine native" diff --git a/recipes/xorg-lib/libxft_2.3.1.oe.sig b/recipes/xorg-lib/libxft_2.3.1.oe.sig new file mode 100644 index 0000000..86cb0e3 --- /dev/null +++ b/recipes/xorg-lib/libxft_2.3.1.oe.sig @@ -0,0 +1 @@ +c7ec1361e3d4f095910f8c58988ab42e32f314d9 libXft-2.3.1.tar.bz2 From 92e637bd49416d5ba1950fb274cf39f0f85a084b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20S=C3=B8rensen?= Date: Tue, 13 Jan 2015 09:06:49 +0100 Subject: [PATCH 18/49] libxft: Remove version 2.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian Sørensen --- recipes/xorg-lib/libxft_2.3.0.oe | 21 --------------------- recipes/xorg-lib/libxft_2.3.0.oe.sig | 1 - 2 files changed, 22 deletions(-) delete mode 100644 recipes/xorg-lib/libxft_2.3.0.oe delete mode 100644 recipes/xorg-lib/libxft_2.3.0.oe.sig diff --git a/recipes/xorg-lib/libxft_2.3.0.oe b/recipes/xorg-lib/libxft_2.3.0.oe deleted file mode 100644 index e7b0da1..0000000 --- a/recipes/xorg-lib/libxft_2.3.0.oe +++ /dev/null @@ -1,21 +0,0 @@ -SUMMARY = "XFt: X FreeType libary" - -DESCRIPTION = "Xft was designed to provide good support for scalable \ -fonts, and to do so efficiently. Unlike the core fonts system, it \ -supports features such as anti-aliasing and sub-pixel rasterisation. \ -Perhaps more importantly, it gives applications full control over the \ -way glyphs are rendered, making fine typesetting and WYSIWIG display \ -possible. Finally, it allows applications to use fonts that are not \ -installed system-wide for displaying documents with embedded fonts. Xft \ -is not compatible with the core fonts system: usage of Xft requires \ -fairly extensive changes to toolkits (user-interface libraries)." - -require xorg-lib-common.inc - -DEPENDS += "libx11 libxrender fontconfig" -DEPENDS_${PN} += "libx11 libxrender fontconfig" -RDEPENDS_${PN} += "fontconfig-utils libx11 libxrender" - -XORG_PN = "libXft" - -RECIPE_TYPES = "machine native" diff --git a/recipes/xorg-lib/libxft_2.3.0.oe.sig b/recipes/xorg-lib/libxft_2.3.0.oe.sig deleted file mode 100644 index 322a461..0000000 --- a/recipes/xorg-lib/libxft_2.3.0.oe.sig +++ /dev/null @@ -1 +0,0 @@ -687f38a810b9ae58e1169c295d9d438370235e23 libXft-2.3.0.tar.bz2 From 475320b97763a59cafcc178e7e4aed14530491e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20S=C3=B8rensen?= Date: Tue, 13 Jan 2015 09:07:01 +0100 Subject: [PATCH 19/49] xkeyboard-config: Add version 2.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian Sørensen --- recipes/xorg-lib/xkeyboard-config_2.6.oe | 29 ++++++++++++++++++++ recipes/xorg-lib/xkeyboard-config_2.6.oe.sig | 1 + 2 files changed, 30 insertions(+) create mode 100644 recipes/xorg-lib/xkeyboard-config_2.6.oe create mode 100644 recipes/xorg-lib/xkeyboard-config_2.6.oe.sig diff --git a/recipes/xorg-lib/xkeyboard-config_2.6.oe b/recipes/xorg-lib/xkeyboard-config_2.6.oe new file mode 100644 index 0000000..75a268b --- /dev/null +++ b/recipes/xorg-lib/xkeyboard-config_2.6.oe @@ -0,0 +1,29 @@ +SUMMARY = "Keyboard configuration database for X Window" + +DESCRIPTION = "The non-arch keyboard configuration database for X \ +Window. The goal is to provide the consistent, well-structured, \ +frequently released open source of X keyboard configuration data for X \ +Window System implementations. The project is targeted to XKB-based \ +systems." + +HOMEPAGE = "http://freedesktop.org/wiki/Software/XKeyboardConfig" + +LICENSE = "MIT & MIT-style" + +SRC_URI = "https://www.x.org/releases/individual/data/${PN}/${PN}-${PV}.tar.bz2" + +DEPENDS = " native:xkbcomp glib libxkbfile" + + +EXTRA_OECONF = "--with-xkb-rules-symlink=xorg" + +RDEPENDS_${PN} += "xkbcomp" +FILES_${PN} += "${datadir}/X11/xkb" + +inherit autotools pkgconfig + +do_install[postfuncs] += "do_install_xbk-config" +do_install_xkb-config () { + install -d ${D}/usr/share/X11/xkb/compiled + cd ${D}${datadir}/X11/xkb/rules && ln -sf base xorg +} diff --git a/recipes/xorg-lib/xkeyboard-config_2.6.oe.sig b/recipes/xorg-lib/xkeyboard-config_2.6.oe.sig new file mode 100644 index 0000000..61fca62 --- /dev/null +++ b/recipes/xorg-lib/xkeyboard-config_2.6.oe.sig @@ -0,0 +1 @@ +9a07cf04b1a7a13be7a86ce37c9f7efe1ec5fbc2 xkeyboard-config-2.6.tar.bz2 From 814345bbfe8205c1f6356319ba125738dfbe023c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20S=C3=B8rensen?= Date: Tue, 13 Jan 2015 09:07:10 +0100 Subject: [PATCH 20/49] xkeyboard-config: Remove version 2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian Sørensen --- recipes/xorg-lib/xkeyboard-config_2.1.oe | 29 -------------------- recipes/xorg-lib/xkeyboard-config_2.1.oe.sig | 1 - 2 files changed, 30 deletions(-) delete mode 100644 recipes/xorg-lib/xkeyboard-config_2.1.oe delete mode 100644 recipes/xorg-lib/xkeyboard-config_2.1.oe.sig diff --git a/recipes/xorg-lib/xkeyboard-config_2.1.oe b/recipes/xorg-lib/xkeyboard-config_2.1.oe deleted file mode 100644 index 75a268b..0000000 --- a/recipes/xorg-lib/xkeyboard-config_2.1.oe +++ /dev/null @@ -1,29 +0,0 @@ -SUMMARY = "Keyboard configuration database for X Window" - -DESCRIPTION = "The non-arch keyboard configuration database for X \ -Window. The goal is to provide the consistent, well-structured, \ -frequently released open source of X keyboard configuration data for X \ -Window System implementations. The project is targeted to XKB-based \ -systems." - -HOMEPAGE = "http://freedesktop.org/wiki/Software/XKeyboardConfig" - -LICENSE = "MIT & MIT-style" - -SRC_URI = "https://www.x.org/releases/individual/data/${PN}/${PN}-${PV}.tar.bz2" - -DEPENDS = " native:xkbcomp glib libxkbfile" - - -EXTRA_OECONF = "--with-xkb-rules-symlink=xorg" - -RDEPENDS_${PN} += "xkbcomp" -FILES_${PN} += "${datadir}/X11/xkb" - -inherit autotools pkgconfig - -do_install[postfuncs] += "do_install_xbk-config" -do_install_xkb-config () { - install -d ${D}/usr/share/X11/xkb/compiled - cd ${D}${datadir}/X11/xkb/rules && ln -sf base xorg -} diff --git a/recipes/xorg-lib/xkeyboard-config_2.1.oe.sig b/recipes/xorg-lib/xkeyboard-config_2.1.oe.sig deleted file mode 100644 index 9a05213..0000000 --- a/recipes/xorg-lib/xkeyboard-config_2.1.oe.sig +++ /dev/null @@ -1 +0,0 @@ -4e96e0704b2a17b291f98b2240611390e7a99f9e xkeyboard-config-2.1.tar.bz2 From cc182334e8fb1f876f28aca64622ae36feed571b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20S=C3=B8rensen?= Date: Tue, 13 Jan 2015 09:07:18 +0100 Subject: [PATCH 21/49] xtrans: Add version 1.2.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian Sørensen --- recipes/xorg-lib/xtrans_1.2.7.oe | 31 ++++++++++++++++++++++++++++ recipes/xorg-lib/xtrans_1.2.7.oe.sig | 1 + 2 files changed, 32 insertions(+) create mode 100644 recipes/xorg-lib/xtrans_1.2.7.oe create mode 100644 recipes/xorg-lib/xtrans_1.2.7.oe.sig diff --git a/recipes/xorg-lib/xtrans_1.2.7.oe b/recipes/xorg-lib/xtrans_1.2.7.oe new file mode 100644 index 0000000..d7a19c0 --- /dev/null +++ b/recipes/xorg-lib/xtrans_1.2.7.oe @@ -0,0 +1,31 @@ +SUMMARY = "XTrans: X Transport library" + +DESCRIPTION = "The X Transport Interface is intended to combine all \ +system and transport specific code into a single place. This API should \ +be used by all libraries, clients and servers of the X Window System. \ +Use of this API should allow the addition of new types of transports and \ +support for new platforms without making any changes to the source \ +except in the X Transport Interface code." + +LICENSE = "MIT & MIT-style" + +RECIPE_TYPES = "machine native sdk" + +require conf/fetch/xorg.conf + +inherit autotools pkgconfig gettext + +XORG_PN = "${PN}" +SRC_URI = "${XORG_MIRROR}/individual/lib/${XORG_PN}-${PV}.tar.bz2" + +#xtrans provides headers and c code. Thus no libs but lib-ish. +DEPENDS_${PN} = "${PN}-dev_${PV}" +DEPENDS_${PN}-dev = "" +RDEPENDS_${PN}-dev = "" + +S = "${SRCDIR}/${XORG_PN}-${PV}" + + + + + diff --git a/recipes/xorg-lib/xtrans_1.2.7.oe.sig b/recipes/xorg-lib/xtrans_1.2.7.oe.sig new file mode 100644 index 0000000..d969a85 --- /dev/null +++ b/recipes/xorg-lib/xtrans_1.2.7.oe.sig @@ -0,0 +1 @@ +b6ed421edf577816f6e641e1846dc0bff337676c xtrans-1.2.7.tar.bz2 From 8710328e3b95c76c3ea2cd8b729f6843bb3b89bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20S=C3=B8rensen?= Date: Tue, 13 Jan 2015 09:07:28 +0100 Subject: [PATCH 22/49] xtrans: Remove version 1.2.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian Sørensen --- recipes/xorg-lib/xtrans_1.2.6.oe | 31 ---------------------------- recipes/xorg-lib/xtrans_1.2.6.oe.sig | 1 - 2 files changed, 32 deletions(-) delete mode 100644 recipes/xorg-lib/xtrans_1.2.6.oe delete mode 100644 recipes/xorg-lib/xtrans_1.2.6.oe.sig diff --git a/recipes/xorg-lib/xtrans_1.2.6.oe b/recipes/xorg-lib/xtrans_1.2.6.oe deleted file mode 100644 index d7a19c0..0000000 --- a/recipes/xorg-lib/xtrans_1.2.6.oe +++ /dev/null @@ -1,31 +0,0 @@ -SUMMARY = "XTrans: X Transport library" - -DESCRIPTION = "The X Transport Interface is intended to combine all \ -system and transport specific code into a single place. This API should \ -be used by all libraries, clients and servers of the X Window System. \ -Use of this API should allow the addition of new types of transports and \ -support for new platforms without making any changes to the source \ -except in the X Transport Interface code." - -LICENSE = "MIT & MIT-style" - -RECIPE_TYPES = "machine native sdk" - -require conf/fetch/xorg.conf - -inherit autotools pkgconfig gettext - -XORG_PN = "${PN}" -SRC_URI = "${XORG_MIRROR}/individual/lib/${XORG_PN}-${PV}.tar.bz2" - -#xtrans provides headers and c code. Thus no libs but lib-ish. -DEPENDS_${PN} = "${PN}-dev_${PV}" -DEPENDS_${PN}-dev = "" -RDEPENDS_${PN}-dev = "" - -S = "${SRCDIR}/${XORG_PN}-${PV}" - - - - - diff --git a/recipes/xorg-lib/xtrans_1.2.6.oe.sig b/recipes/xorg-lib/xtrans_1.2.6.oe.sig deleted file mode 100644 index 5d3203b..0000000 --- a/recipes/xorg-lib/xtrans_1.2.6.oe.sig +++ /dev/null @@ -1 +0,0 @@ -99f019a6e6d4d2b8274c4a27f9c8482c7fc64e85 xtrans-1.2.6.tar.bz2 From 0d2421a4b940c3108a9382e8ede4ba3a75ce5c82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20S=C3=B8rensen?= Date: Tue, 13 Jan 2015 09:07:40 +0100 Subject: [PATCH 23/49] bigreqsproto: Add version 1.1.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian Sørensen --- recipes/xorg-proto/bigreqsproto_1.1.2.oe | 10 ++++++++++ recipes/xorg-proto/bigreqsproto_1.1.2.oe.sig | 1 + 2 files changed, 11 insertions(+) create mode 100644 recipes/xorg-proto/bigreqsproto_1.1.2.oe create mode 100644 recipes/xorg-proto/bigreqsproto_1.1.2.oe.sig diff --git a/recipes/xorg-proto/bigreqsproto_1.1.2.oe b/recipes/xorg-proto/bigreqsproto_1.1.2.oe new file mode 100644 index 0000000..44e701a --- /dev/null +++ b/recipes/xorg-proto/bigreqsproto_1.1.2.oe @@ -0,0 +1,10 @@ +require xorg-proto-common.inc + + +SUMMARY = "BigReqs: X Big Requests extension headers" +DESCRIPTION = "This package provides the wire protocol for the \ +BIG-REQUESTS extension, used to send larger requests that usual in order \ +to avoid fragmentation." + +RECIPE_TYPES = "native sdk machine" + diff --git a/recipes/xorg-proto/bigreqsproto_1.1.2.oe.sig b/recipes/xorg-proto/bigreqsproto_1.1.2.oe.sig new file mode 100644 index 0000000..5dd4fe2 --- /dev/null +++ b/recipes/xorg-proto/bigreqsproto_1.1.2.oe.sig @@ -0,0 +1 @@ +ef1765eeb5e9e38d080225fe6a64ed7cd2984b46 bigreqsproto-1.1.2.tar.bz2 From e2207664565ea4f3a97ca8a91e03e01863404d05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20S=C3=B8rensen?= Date: Tue, 13 Jan 2015 09:07:50 +0100 Subject: [PATCH 24/49] bigreqsproto: Remove version 1.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian Sørensen --- recipes/xorg-proto/bigreqsproto_1.1.1.oe | 10 ---------- recipes/xorg-proto/bigreqsproto_1.1.1.oe.sig | 1 - 2 files changed, 11 deletions(-) delete mode 100644 recipes/xorg-proto/bigreqsproto_1.1.1.oe delete mode 100644 recipes/xorg-proto/bigreqsproto_1.1.1.oe.sig diff --git a/recipes/xorg-proto/bigreqsproto_1.1.1.oe b/recipes/xorg-proto/bigreqsproto_1.1.1.oe deleted file mode 100644 index 44e701a..0000000 --- a/recipes/xorg-proto/bigreqsproto_1.1.1.oe +++ /dev/null @@ -1,10 +0,0 @@ -require xorg-proto-common.inc - - -SUMMARY = "BigReqs: X Big Requests extension headers" -DESCRIPTION = "This package provides the wire protocol for the \ -BIG-REQUESTS extension, used to send larger requests that usual in order \ -to avoid fragmentation." - -RECIPE_TYPES = "native sdk machine" - diff --git a/recipes/xorg-proto/bigreqsproto_1.1.1.oe.sig b/recipes/xorg-proto/bigreqsproto_1.1.1.oe.sig deleted file mode 100644 index d92208a..0000000 --- a/recipes/xorg-proto/bigreqsproto_1.1.1.oe.sig +++ /dev/null @@ -1 +0,0 @@ -2db1d1e98958eee4d6cae0f68dbd03b2ec1018ce bigreqsproto-1.1.1.tar.bz2 From e4ef053007f16382c4a0bdf2ac4ec5a1d097704d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20S=C3=B8rensen?= Date: Tue, 13 Jan 2015 09:07:59 +0100 Subject: [PATCH 25/49] fontsproto: Add version 2.1.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian Sørensen --- recipes/xorg-proto/fontsproto_2.1.2.oe | 12 ++++++++++++ recipes/xorg-proto/fontsproto_2.1.2.oe.sig | 1 + 2 files changed, 13 insertions(+) create mode 100644 recipes/xorg-proto/fontsproto_2.1.2.oe create mode 100644 recipes/xorg-proto/fontsproto_2.1.2.oe.sig diff --git a/recipes/xorg-proto/fontsproto_2.1.2.oe b/recipes/xorg-proto/fontsproto_2.1.2.oe new file mode 100644 index 0000000..c02bfbe --- /dev/null +++ b/recipes/xorg-proto/fontsproto_2.1.2.oe @@ -0,0 +1,12 @@ +require xorg-proto-common.inc + +SUMMARY = "XFont: X Font rasterisation headers" + +DESCRIPTION = "This package provides the wire protocol for the X Font \ +rasterisation extensions. These extensions are used to control \ +server-side font configurations." + +LICENSE = "MIT-style" + +RECIPE_TYPES = "native machine" + diff --git a/recipes/xorg-proto/fontsproto_2.1.2.oe.sig b/recipes/xorg-proto/fontsproto_2.1.2.oe.sig new file mode 100644 index 0000000..0b1b2b5 --- /dev/null +++ b/recipes/xorg-proto/fontsproto_2.1.2.oe.sig @@ -0,0 +1 @@ +538f0880faa6981cb1a348ced93dc715c42840f7 fontsproto-2.1.2.tar.bz2 From e0f0a9f940ee8f32774004a143df817a60f9c6c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20S=C3=B8rensen?= Date: Tue, 13 Jan 2015 09:08:08 +0100 Subject: [PATCH 26/49] fontsproto: Remove version 2.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian Sørensen --- recipes/xorg-proto/fontsproto_2.1.1.oe | 12 ------------ recipes/xorg-proto/fontsproto_2.1.1.oe.sig | 1 - 2 files changed, 13 deletions(-) delete mode 100644 recipes/xorg-proto/fontsproto_2.1.1.oe delete mode 100644 recipes/xorg-proto/fontsproto_2.1.1.oe.sig diff --git a/recipes/xorg-proto/fontsproto_2.1.1.oe b/recipes/xorg-proto/fontsproto_2.1.1.oe deleted file mode 100644 index c02bfbe..0000000 --- a/recipes/xorg-proto/fontsproto_2.1.1.oe +++ /dev/null @@ -1,12 +0,0 @@ -require xorg-proto-common.inc - -SUMMARY = "XFont: X Font rasterisation headers" - -DESCRIPTION = "This package provides the wire protocol for the X Font \ -rasterisation extensions. These extensions are used to control \ -server-side font configurations." - -LICENSE = "MIT-style" - -RECIPE_TYPES = "native machine" - diff --git a/recipes/xorg-proto/fontsproto_2.1.1.oe.sig b/recipes/xorg-proto/fontsproto_2.1.1.oe.sig deleted file mode 100644 index 051f792..0000000 --- a/recipes/xorg-proto/fontsproto_2.1.1.oe.sig +++ /dev/null @@ -1 +0,0 @@ -77ab428ad4ad7cf0294a72a2201d665c4edf5fb1 fontsproto-2.1.1.tar.bz2 From 0efb28a388773ec9cf294ae1a1a5d94469d5a45b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20S=C3=B8rensen?= Date: Tue, 13 Jan 2015 09:08:16 +0100 Subject: [PATCH 27/49] kbproto: Add version 1.0.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian Sørensen --- recipes/xorg-proto/kbproto_1.0.6.oe | 12 ++++++++++++ recipes/xorg-proto/kbproto_1.0.6.oe.sig | 1 + 2 files changed, 13 insertions(+) create mode 100644 recipes/xorg-proto/kbproto_1.0.6.oe create mode 100644 recipes/xorg-proto/kbproto_1.0.6.oe.sig diff --git a/recipes/xorg-proto/kbproto_1.0.6.oe b/recipes/xorg-proto/kbproto_1.0.6.oe new file mode 100644 index 0000000..8b1268a --- /dev/null +++ b/recipes/xorg-proto/kbproto_1.0.6.oe @@ -0,0 +1,12 @@ +require xorg-proto-common.inc + +SUMMARY = "XKB: X Keyboard extension headers" + +DESCRIPTION = "This package provides the wire protocol for the X \ +Keyboard extension. This extension is used to control options related \ +to keyboard handling and layout." + +LICENSE = "MIT-style" + +RECIPE_TYPES = "native sdk machine" + diff --git a/recipes/xorg-proto/kbproto_1.0.6.oe.sig b/recipes/xorg-proto/kbproto_1.0.6.oe.sig new file mode 100644 index 0000000..7a880e5 --- /dev/null +++ b/recipes/xorg-proto/kbproto_1.0.6.oe.sig @@ -0,0 +1 @@ +a2cc82357c22a1f4d6243017982c32703c95575c kbproto-1.0.6.tar.bz2 From 22b14307cef85fb5d50a70f4201115fe1876d260 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20S=C3=B8rensen?= Date: Tue, 13 Jan 2015 09:08:25 +0100 Subject: [PATCH 28/49] kbproto: Remove version 1.0.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian Sørensen --- recipes/xorg-proto/kbproto_1.0.5.oe | 12 ------------ recipes/xorg-proto/kbproto_1.0.5.oe.sig | 1 - 2 files changed, 13 deletions(-) delete mode 100644 recipes/xorg-proto/kbproto_1.0.5.oe delete mode 100644 recipes/xorg-proto/kbproto_1.0.5.oe.sig diff --git a/recipes/xorg-proto/kbproto_1.0.5.oe b/recipes/xorg-proto/kbproto_1.0.5.oe deleted file mode 100644 index 8b1268a..0000000 --- a/recipes/xorg-proto/kbproto_1.0.5.oe +++ /dev/null @@ -1,12 +0,0 @@ -require xorg-proto-common.inc - -SUMMARY = "XKB: X Keyboard extension headers" - -DESCRIPTION = "This package provides the wire protocol for the X \ -Keyboard extension. This extension is used to control options related \ -to keyboard handling and layout." - -LICENSE = "MIT-style" - -RECIPE_TYPES = "native sdk machine" - diff --git a/recipes/xorg-proto/kbproto_1.0.5.oe.sig b/recipes/xorg-proto/kbproto_1.0.5.oe.sig deleted file mode 100644 index 345b40c..0000000 --- a/recipes/xorg-proto/kbproto_1.0.5.oe.sig +++ /dev/null @@ -1 +0,0 @@ -d95fada09399568c434729b436e1a09503e15b7a kbproto-1.0.5.tar.bz2 From 82314ad43cdd17640bbc5a05a817e91cc55100dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20S=C3=B8rensen?= Date: Tue, 13 Jan 2015 09:08:34 +0100 Subject: [PATCH 29/49] recordproto: Add version 1.14.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian Sørensen --- recipes/xorg-proto/recordproto_1.14.2.oe | 10 ++++++++++ recipes/xorg-proto/recordproto_1.14.2.oe.sig | 1 + 2 files changed, 11 insertions(+) create mode 100644 recipes/xorg-proto/recordproto_1.14.2.oe create mode 100644 recipes/xorg-proto/recordproto_1.14.2.oe.sig diff --git a/recipes/xorg-proto/recordproto_1.14.2.oe b/recipes/xorg-proto/recordproto_1.14.2.oe new file mode 100644 index 0000000..a376566 --- /dev/null +++ b/recipes/xorg-proto/recordproto_1.14.2.oe @@ -0,0 +1,10 @@ +require xorg-proto-common.inc + +SUMMARY = "XRecord: X Record extension headers" + +DESCRIPTION = "This package provides the wire protocol for the X Record \ +extension. This extension is used to record and play back event \ +sequences." + +LICENSE = "MIT-style" + diff --git a/recipes/xorg-proto/recordproto_1.14.2.oe.sig b/recipes/xorg-proto/recordproto_1.14.2.oe.sig new file mode 100644 index 0000000..ca55e6a --- /dev/null +++ b/recipes/xorg-proto/recordproto_1.14.2.oe.sig @@ -0,0 +1 @@ +1f48c4b0004d8b133efd0498e8d88d68d3b9199c recordproto-1.14.2.tar.bz2 From abbb3bcf13e20867086d89fabfbc67af9a8e007d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20S=C3=B8rensen?= Date: Tue, 13 Jan 2015 09:08:44 +0100 Subject: [PATCH 30/49] recordproto: Remove version 1.14.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian Sørensen --- recipes/xorg-proto/recordproto_1.14.1.oe | 10 ---------- recipes/xorg-proto/recordproto_1.14.1.oe.sig | 1 - 2 files changed, 11 deletions(-) delete mode 100644 recipes/xorg-proto/recordproto_1.14.1.oe delete mode 100644 recipes/xorg-proto/recordproto_1.14.1.oe.sig diff --git a/recipes/xorg-proto/recordproto_1.14.1.oe b/recipes/xorg-proto/recordproto_1.14.1.oe deleted file mode 100644 index a376566..0000000 --- a/recipes/xorg-proto/recordproto_1.14.1.oe +++ /dev/null @@ -1,10 +0,0 @@ -require xorg-proto-common.inc - -SUMMARY = "XRecord: X Record extension headers" - -DESCRIPTION = "This package provides the wire protocol for the X Record \ -extension. This extension is used to record and play back event \ -sequences." - -LICENSE = "MIT-style" - diff --git a/recipes/xorg-proto/recordproto_1.14.1.oe.sig b/recipes/xorg-proto/recordproto_1.14.1.oe.sig deleted file mode 100644 index da8b8c4..0000000 --- a/recipes/xorg-proto/recordproto_1.14.1.oe.sig +++ /dev/null @@ -1 +0,0 @@ -14acb36540814bfe5d3caf47311b72a3bf1322bd recordproto-1.14.1.tar.bz2 From a4a9379bb6f503c983105e5d2603a2177c44a8e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20S=C3=B8rensen?= Date: Tue, 13 Jan 2015 09:08:55 +0100 Subject: [PATCH 31/49] xcmiscproto: Add version 1.2.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian Sørensen --- recipes/xorg-proto/xcmiscproto_1.2.2.oe | 11 +++++++++++ recipes/xorg-proto/xcmiscproto_1.2.2.oe.sig | 1 + 2 files changed, 12 insertions(+) create mode 100644 recipes/xorg-proto/xcmiscproto_1.2.2.oe create mode 100644 recipes/xorg-proto/xcmiscproto_1.2.2.oe.sig diff --git a/recipes/xorg-proto/xcmiscproto_1.2.2.oe b/recipes/xorg-proto/xcmiscproto_1.2.2.oe new file mode 100644 index 0000000..a46b205 --- /dev/null +++ b/recipes/xorg-proto/xcmiscproto_1.2.2.oe @@ -0,0 +1,11 @@ +require xorg-proto-common.inc + +SUMMARY = "XC-MISC: X XC-Miscellaneous extension headers" + +DESCRIPTION = "This package provides the wire protocol for the XC-MISC \ +extension, which is used to get details of XID allocations within the \ +server." + +LICENSE = "MIT-style" + +RECIPE_TYPES = "native sdk machine" diff --git a/recipes/xorg-proto/xcmiscproto_1.2.2.oe.sig b/recipes/xorg-proto/xcmiscproto_1.2.2.oe.sig new file mode 100644 index 0000000..b0e0cb8 --- /dev/null +++ b/recipes/xorg-proto/xcmiscproto_1.2.2.oe.sig @@ -0,0 +1 @@ +59ae9ec6414964440bf654b207618e5dd66a32fb xcmiscproto-1.2.2.tar.bz2 From c7a9286cdf67f6720f097265574a3bfdbea8235a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20S=C3=B8rensen?= Date: Tue, 13 Jan 2015 09:09:04 +0100 Subject: [PATCH 32/49] xcmiscproto: Remove version 1.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian Sørensen --- recipes/xorg-proto/xcmiscproto_1.2.1.oe | 11 ----------- recipes/xorg-proto/xcmiscproto_1.2.1.oe.sig | 1 - 2 files changed, 12 deletions(-) delete mode 100644 recipes/xorg-proto/xcmiscproto_1.2.1.oe delete mode 100644 recipes/xorg-proto/xcmiscproto_1.2.1.oe.sig diff --git a/recipes/xorg-proto/xcmiscproto_1.2.1.oe b/recipes/xorg-proto/xcmiscproto_1.2.1.oe deleted file mode 100644 index a46b205..0000000 --- a/recipes/xorg-proto/xcmiscproto_1.2.1.oe +++ /dev/null @@ -1,11 +0,0 @@ -require xorg-proto-common.inc - -SUMMARY = "XC-MISC: X XC-Miscellaneous extension headers" - -DESCRIPTION = "This package provides the wire protocol for the XC-MISC \ -extension, which is used to get details of XID allocations within the \ -server." - -LICENSE = "MIT-style" - -RECIPE_TYPES = "native sdk machine" diff --git a/recipes/xorg-proto/xcmiscproto_1.2.1.oe.sig b/recipes/xorg-proto/xcmiscproto_1.2.1.oe.sig deleted file mode 100644 index 6a74afe..0000000 --- a/recipes/xorg-proto/xcmiscproto_1.2.1.oe.sig +++ /dev/null @@ -1 +0,0 @@ -ff7ddb6e5698bf4461a524ca30f3b32e2a9dce8a xcmiscproto-1.2.1.tar.bz2 From f290487e674015f0f0f7bf533acb57dc42f16958 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20S=C3=B8rensen?= Date: Tue, 13 Jan 2015 09:09:13 +0100 Subject: [PATCH 33/49] xextproto: Add version 7.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian Sørensen --- recipes/xorg-proto/xextproto_7.2.1.oe | 19 +++++++++++++++++++ recipes/xorg-proto/xextproto_7.2.1.oe.sig | 1 + 2 files changed, 20 insertions(+) create mode 100644 recipes/xorg-proto/xextproto_7.2.1.oe create mode 100644 recipes/xorg-proto/xextproto_7.2.1.oe.sig diff --git a/recipes/xorg-proto/xextproto_7.2.1.oe b/recipes/xorg-proto/xextproto_7.2.1.oe new file mode 100644 index 0000000..51865b0 --- /dev/null +++ b/recipes/xorg-proto/xextproto_7.2.1.oe @@ -0,0 +1,19 @@ +require xorg-proto-common.inc + + +DESCRIPTION = "This package provides the wire protocol for several X \ +extensions. These protocol extensions include DOUBLE-BUFFER, DPMS, \ +Extended-Visual-Information, LBX, MIT_SHM, MIT_SUNDRY-NONSTANDARD, \ +Multi-Buffering, SECURITY, SHAPE, SYNC, TOG-CUP, XC-APPGROUP, XC-MISC, \ +XTEST. In addition a small set of utility functions are also \ +available." + +LICENSE = "MIT & MIT-style" + +RECIPE_TYPES = "native sdk machine" + +inherit gettext + +EXTRA_OECONF += " --enable-specs=no" + + diff --git a/recipes/xorg-proto/xextproto_7.2.1.oe.sig b/recipes/xorg-proto/xextproto_7.2.1.oe.sig new file mode 100644 index 0000000..5244316 --- /dev/null +++ b/recipes/xorg-proto/xextproto_7.2.1.oe.sig @@ -0,0 +1 @@ +f969e02009adf2d51fd1ba4583a859984728a461 xextproto-7.2.1.tar.bz2 From c99c345c8d47b19e68bfe6430205aa1057881156 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20S=C3=B8rensen?= Date: Tue, 13 Jan 2015 09:09:24 +0100 Subject: [PATCH 34/49] xextproto: Remove version 7.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian Sørensen --- recipes/xorg-proto/xextproto_7.2.0.oe | 19 ------------------- recipes/xorg-proto/xextproto_7.2.0.oe.sig | 1 - 2 files changed, 20 deletions(-) delete mode 100644 recipes/xorg-proto/xextproto_7.2.0.oe delete mode 100644 recipes/xorg-proto/xextproto_7.2.0.oe.sig diff --git a/recipes/xorg-proto/xextproto_7.2.0.oe b/recipes/xorg-proto/xextproto_7.2.0.oe deleted file mode 100644 index 51865b0..0000000 --- a/recipes/xorg-proto/xextproto_7.2.0.oe +++ /dev/null @@ -1,19 +0,0 @@ -require xorg-proto-common.inc - - -DESCRIPTION = "This package provides the wire protocol for several X \ -extensions. These protocol extensions include DOUBLE-BUFFER, DPMS, \ -Extended-Visual-Information, LBX, MIT_SHM, MIT_SUNDRY-NONSTANDARD, \ -Multi-Buffering, SECURITY, SHAPE, SYNC, TOG-CUP, XC-APPGROUP, XC-MISC, \ -XTEST. In addition a small set of utility functions are also \ -available." - -LICENSE = "MIT & MIT-style" - -RECIPE_TYPES = "native sdk machine" - -inherit gettext - -EXTRA_OECONF += " --enable-specs=no" - - diff --git a/recipes/xorg-proto/xextproto_7.2.0.oe.sig b/recipes/xorg-proto/xextproto_7.2.0.oe.sig deleted file mode 100644 index b1f9345..0000000 --- a/recipes/xorg-proto/xextproto_7.2.0.oe.sig +++ /dev/null @@ -1 +0,0 @@ -a117fb9d7fdebee7af3f9e79efe9812e39e650a5 xextproto-7.2.0.tar.bz2 From fc6a51bcafd4e642b04eddf1d34135be296401f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20S=C3=B8rensen?= Date: Tue, 13 Jan 2015 09:09:34 +0100 Subject: [PATCH 35/49] xproto: Add version 7.0.23 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian Sørensen --- recipes/xorg-proto/xproto_7.0.23.oe | 16 ++++++++++++++++ recipes/xorg-proto/xproto_7.0.23.oe.sig | 1 + 2 files changed, 17 insertions(+) create mode 100644 recipes/xorg-proto/xproto_7.0.23.oe create mode 100644 recipes/xorg-proto/xproto_7.0.23.oe.sig diff --git a/recipes/xorg-proto/xproto_7.0.23.oe b/recipes/xorg-proto/xproto_7.0.23.oe new file mode 100644 index 0000000..2429a8f --- /dev/null +++ b/recipes/xorg-proto/xproto_7.0.23.oe @@ -0,0 +1,16 @@ +require xorg-proto-common.inc + +SUMMARY = "Xlib: C Language X interface headers" + +DESCRIPTION = "This package provides the basic headers for the X Window \ +System." + +RECIPE_TYPES = "native machine" + +LICENSE = "MIT & MIT-style" + +SRC_URI += "file://xproto_fix_for_x32.patch" + +EXTRA_OECONF += " --enable-specs=no" + + diff --git a/recipes/xorg-proto/xproto_7.0.23.oe.sig b/recipes/xorg-proto/xproto_7.0.23.oe.sig new file mode 100644 index 0000000..f98d251 --- /dev/null +++ b/recipes/xorg-proto/xproto_7.0.23.oe.sig @@ -0,0 +1 @@ +5d7f00d1dbe6cf8e725841ef663f0ee2491ba5b2 xproto-7.0.23.tar.bz2 From 2ea4acd476ab34c6b88ee7f7e9bb33720f54293b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20S=C3=B8rensen?= Date: Tue, 13 Jan 2015 09:09:43 +0100 Subject: [PATCH 36/49] xproto: Remove version 7.0.22 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian Sørensen --- recipes/xorg-proto/xproto_7.0.22.oe | 16 ---------------- recipes/xorg-proto/xproto_7.0.22.oe.sig | 1 - 2 files changed, 17 deletions(-) delete mode 100644 recipes/xorg-proto/xproto_7.0.22.oe delete mode 100644 recipes/xorg-proto/xproto_7.0.22.oe.sig diff --git a/recipes/xorg-proto/xproto_7.0.22.oe b/recipes/xorg-proto/xproto_7.0.22.oe deleted file mode 100644 index 2429a8f..0000000 --- a/recipes/xorg-proto/xproto_7.0.22.oe +++ /dev/null @@ -1,16 +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." - -RECIPE_TYPES = "native machine" - -LICENSE = "MIT & MIT-style" - -SRC_URI += "file://xproto_fix_for_x32.patch" - -EXTRA_OECONF += " --enable-specs=no" - - diff --git a/recipes/xorg-proto/xproto_7.0.22.oe.sig b/recipes/xorg-proto/xproto_7.0.22.oe.sig deleted file mode 100644 index 574f125..0000000 --- a/recipes/xorg-proto/xproto_7.0.22.oe.sig +++ /dev/null @@ -1 +0,0 @@ -96d9b37d15591412a94dd0d3620008e20ef500ca xproto-7.0.22.tar.bz2 From 42ddd7f33eeac09e14de4bb11d561e7046de87e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20S=C3=B8rensen?= Date: Wed, 14 Jan 2015 11:51:10 +0100 Subject: [PATCH 37/49] mesa: Fix building with newer toolchain MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian Sørensen --- recipes/mesa/mesa-7.11.inc | 3 +-- recipes/mesa/mesa-dri/32bittest.patch | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 recipes/mesa/mesa-dri/32bittest.patch diff --git a/recipes/mesa/mesa-7.11.inc b/recipes/mesa/mesa-7.11.inc index ef159f5..3fb4ddd 100644 --- a/recipes/mesa/mesa-7.11.inc +++ b/recipes/mesa/mesa-7.11.inc @@ -5,8 +5,7 @@ SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/older-versions/7.x/${PV}/MesaLib-$ file://uclibc.patch \ file://crossfix.patch \ file://crossfix-mklib.patch \ - file://mesa_fix_for_x32.patch \ - " + file://32bittest.patch" S = "${SRCDIR}/Mesa-${PV}" do_autoreconf[prefuncs] += "do_autoreconf_fixup" diff --git a/recipes/mesa/mesa-dri/32bittest.patch b/recipes/mesa/mesa-dri/32bittest.patch new file mode 100644 index 0000000..3ef73f7 --- /dev/null +++ b/recipes/mesa/mesa-dri/32bittest.patch @@ -0,0 +1,23 @@ +--- Mesa-7.11/bin/mklib.orig 2014-07-24 09:49:10.919586204 +0200 ++++ Mesa-7.11/bin/mklib 2014-07-24 09:49:37.799586962 +0200 +@@ -334,9 +334,6 @@ + # environment. If so, pass -m32 flag to linker. + set ${OBJECTS} + ABI32=`file $1 | grep 32-bit` +- if [ "${ABI32}" -a `uname -m` = "x86_64" ] ; then +- OPTS="-m32 ${OPTS}" +- fi + + if [ "${ALTOPTS}" ] ; then + OPTS=${ALTOPTS} +@@ -391,9 +388,7 @@ + # environment. If so, pass -m32 flag to linker. + set ${OBJECTS} + ABI32=`file $1 | grep 32-bit` +- if [ "${ABI32}" -a `uname -m` = "x86_64" ] ; then +- OPTS="-m32 ${OPTS}" +- fi ++ + if [ "${ALTOPTS}" ] ; then + OPTS=${ALTOPTS} + fi From 51e4d600a3afb544e4ab404fc058901ec341c058 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kim=20H=C3=B8jgaard-Hansen?= Date: Sun, 29 May 2016 12:44:47 +0200 Subject: [PATCH 38/49] mesa: update to 8.04 fixes build errors with the current oe-lite xorg-xserver --- recipes/mesa/{mesa-7.11.inc => mesa-8.0.4.inc} | 6 ++---- recipes/mesa/mesa-common.inc | 3 ++- recipes/mesa/mesa-dri-glsl_7.11.oe.sig | 1 - ...esa-dri-glsl_7.11.oe => mesa-dri-glsl_8.0.4.oe} | 2 +- recipes/mesa/mesa-dri-glsl_8.0.4.oe.sig | 1 + recipes/mesa/mesa-dri.inc | 2 +- recipes/mesa/mesa-dri_7.11.oe | 3 --- recipes/mesa/mesa-dri_7.11.oe.sig | 1 - recipes/mesa/mesa-dri_8.0.4.oe | 14 ++++++++++++++ recipes/mesa/mesa-dri_8.0.4.oe.sig | 1 + 10 files changed, 22 insertions(+), 12 deletions(-) rename recipes/mesa/{mesa-7.11.inc => mesa-8.0.4.inc} (77%) delete mode 100644 recipes/mesa/mesa-dri-glsl_7.11.oe.sig rename recipes/mesa/{mesa-dri-glsl_7.11.oe => mesa-dri-glsl_8.0.4.oe} (90%) create mode 100644 recipes/mesa/mesa-dri-glsl_8.0.4.oe.sig delete mode 100644 recipes/mesa/mesa-dri_7.11.oe delete mode 100644 recipes/mesa/mesa-dri_7.11.oe.sig create mode 100644 recipes/mesa/mesa-dri_8.0.4.oe create mode 100644 recipes/mesa/mesa-dri_8.0.4.oe.sig diff --git a/recipes/mesa/mesa-7.11.inc b/recipes/mesa/mesa-8.0.4.inc similarity index 77% rename from recipes/mesa/mesa-7.11.inc rename to recipes/mesa/mesa-8.0.4.inc index 3fb4ddd..8363990 100644 --- a/recipes/mesa/mesa-7.11.inc +++ b/recipes/mesa/mesa-8.0.4.inc @@ -1,11 +1,9 @@ DEPENDS += "native:mesa-dri-glsl" -SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/older-versions/7.x/${PV}/MesaLib-${PV}.tar.bz2 \ - file://uclibc.patch \ +SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/older-versions/8.x/${PV}/MesaLib-${PV}.tar.bz2 \ file://crossfix.patch \ - file://crossfix-mklib.patch \ - file://32bittest.patch" + file://crossfix-mklib.patch" S = "${SRCDIR}/Mesa-${PV}" do_autoreconf[prefuncs] += "do_autoreconf_fixup" diff --git a/recipes/mesa/mesa-common.inc b/recipes/mesa/mesa-common.inc index eeba66c..16f3d87 100644 --- a/recipes/mesa/mesa-common.inc +++ b/recipes/mesa/mesa-common.inc @@ -13,7 +13,8 @@ LICENSE = "MIT" PROTO_DEPS = "xf86driproto glproto" LIB_DEPS = "libx11 libxext libxmu libxi" -DEPENDS = "native:makedepend native:python-runtime native:libxml2 ${PROTO_DEPS} ${LIB_DEPS} libxxf86vm libxdamage libxfixes" +DEPENDS = "native:makedepend native:python2 native:libxml2 ${PROTO_DEPS} ${LIB_DEPS}\ + libxxf86vm libxdamage libxfixes native:libxml2-python" DEPENDS_${PN}-dev += "xf86driproto glproto" inherit autotools-autoreconf pkgconfig auto-package-libs c make c++ diff --git a/recipes/mesa/mesa-dri-glsl_7.11.oe.sig b/recipes/mesa/mesa-dri-glsl_7.11.oe.sig deleted file mode 100644 index b7fcb75..0000000 --- a/recipes/mesa/mesa-dri-glsl_7.11.oe.sig +++ /dev/null @@ -1 +0,0 @@ -942358e42dcfaac966c643fe39375549c8638b68 MesaLib-7.11.tar.bz2 diff --git a/recipes/mesa/mesa-dri-glsl_7.11.oe b/recipes/mesa/mesa-dri-glsl_8.0.4.oe similarity index 90% rename from recipes/mesa/mesa-dri-glsl_7.11.oe rename to recipes/mesa/mesa-dri-glsl_8.0.4.oe index 325173a..1ee0b65 100644 --- a/recipes/mesa/mesa-dri-glsl_7.11.oe +++ b/recipes/mesa/mesa-dri-glsl_8.0.4.oe @@ -6,7 +6,7 @@ LICENSE = "GPLv3+" DEPENDS = "makedepend" RECIPE_TYPES = "native" -SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/older-versions/7.x/${PV}/MesaLib-${PV}.tar.bz2" +SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/older-versions/8.x/${PV}/MesaLib-${PV}.tar.bz2" S = "${SRCDIR}/Mesa-${PV}/src/glsl/" inherit make c c++ diff --git a/recipes/mesa/mesa-dri-glsl_8.0.4.oe.sig b/recipes/mesa/mesa-dri-glsl_8.0.4.oe.sig new file mode 100644 index 0000000..5f785ec --- /dev/null +++ b/recipes/mesa/mesa-dri-glsl_8.0.4.oe.sig @@ -0,0 +1 @@ +c64f8c03caf9ededd5f7011e246c42a649096c8c MesaLib-8.0.4.tar.bz2 diff --git a/recipes/mesa/mesa-dri.inc b/recipes/mesa/mesa-dri.inc index 0c0a0d8..a212b57 100644 --- a/recipes/mesa/mesa-dri.inc +++ b/recipes/mesa/mesa-dri.inc @@ -1,5 +1,5 @@ PROTO_DEPS += "dri2proto xproto xf86vidmodeproto" -LIB_DEPS += "libdrm libexpat libpthread libdl librt" +LIB_DEPS += "libxcb-glx libdrm libexpat libpthread libdl librt" COMMON_RDEPENDS = "libpthread libdl libstdc++ libm libgcc libc" # most of our targets do not have DRI so will use mesa-xlib diff --git a/recipes/mesa/mesa-dri_7.11.oe b/recipes/mesa/mesa-dri_7.11.oe deleted file mode 100644 index 6493407..0000000 --- a/recipes/mesa/mesa-dri_7.11.oe +++ /dev/null @@ -1,3 +0,0 @@ -include mesa-common.inc -include mesa-${PV}.inc -include mesa-dri.inc diff --git a/recipes/mesa/mesa-dri_7.11.oe.sig b/recipes/mesa/mesa-dri_7.11.oe.sig deleted file mode 100644 index b7fcb75..0000000 --- a/recipes/mesa/mesa-dri_7.11.oe.sig +++ /dev/null @@ -1 +0,0 @@ -942358e42dcfaac966c643fe39375549c8638b68 MesaLib-7.11.tar.bz2 diff --git a/recipes/mesa/mesa-dri_8.0.4.oe b/recipes/mesa/mesa-dri_8.0.4.oe new file mode 100644 index 0000000..8e15f11 --- /dev/null +++ b/recipes/mesa/mesa-dri_8.0.4.oe @@ -0,0 +1,14 @@ +include mesa-common.inc +include mesa-${PV}.inc +include mesa-dri.inc + +do_compile() { + export PYTHON_MAJOR=$(python2 -c 'import sys; print(sys.version_info.major)') + export PYTHON_MINOR=$(python2 -c 'import sys; print(sys.version_info.minor)') + LIBDYNLOAD=${BUILD_SYSROOT}/lib/python$PYTHON_MAJOR.$PYTHON_MINOR/lib-dynload + #TODO: fix libxml2 python packaging + PYDIR=${libdir}/python$PYTHON_MAJOR.$PYTHON_MINOR + export PYTHONPATH=${BUILD_SYSROOT}/$PYDIR:$LIBDYNLOAD:${BUILD_SYSROOT}/$PYDIR/site-packages + export PYTHONHOME=${TARGET_SYSROOT}${prefix} + do_compile_make +} \ No newline at end of file diff --git a/recipes/mesa/mesa-dri_8.0.4.oe.sig b/recipes/mesa/mesa-dri_8.0.4.oe.sig new file mode 100644 index 0000000..5f785ec --- /dev/null +++ b/recipes/mesa/mesa-dri_8.0.4.oe.sig @@ -0,0 +1 @@ +c64f8c03caf9ededd5f7011e246c42a649096c8c MesaLib-8.0.4.tar.bz2 From c0d9b5e1c43dc06156ce9dbb4db5ea8ff1d192c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kim=20H=C3=B8jgaard-Hansen?= Date: Sun, 29 May 2016 12:47:24 +0200 Subject: [PATCH 39/49] xorg-xserver: update to 1.14.7, fix build with >=gcc5 latest release on the 1.14 branch. Updates to more recent versions require a significant rework of most xorg recipes. --- recipes/xorg-xserver/xserver-xorg.inc | 1 + .../xserver-xorg/sdksyms_gcc5.patch | 46 +++++++++++++++++++ .../xorg-xserver/xserver-xorg_1.14.4.oe.sig | 1 - ...-xorg_1.14.4.oe => xserver-xorg_1.14.7.oe} | 0 .../xorg-xserver/xserver-xorg_1.14.7.oe.sig | 1 + 5 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 recipes/xorg-xserver/xserver-xorg/sdksyms_gcc5.patch delete mode 100644 recipes/xorg-xserver/xserver-xorg_1.14.4.oe.sig rename recipes/xorg-xserver/{xserver-xorg_1.14.4.oe => xserver-xorg_1.14.7.oe} (100%) create mode 100644 recipes/xorg-xserver/xserver-xorg_1.14.7.oe.sig diff --git a/recipes/xorg-xserver/xserver-xorg.inc b/recipes/xorg-xserver/xserver-xorg.inc index ada14e7..7226869 100644 --- a/recipes/xorg-xserver/xserver-xorg.inc +++ b/recipes/xorg-xserver/xserver-xorg.inc @@ -3,4 +3,5 @@ SRC_URI += "file://crosscompile.patch \ file://fix_open_max_preprocessor_error.patch \ file://mips64-compiler.patch \ file://aarch64.patch \ + file://sdksyms_gcc5.patch \ " diff --git a/recipes/xorg-xserver/xserver-xorg/sdksyms_gcc5.patch b/recipes/xorg-xserver/xserver-xorg/sdksyms_gcc5.patch new file mode 100644 index 0000000..15ef6ee --- /dev/null +++ b/recipes/xorg-xserver/xserver-xorg/sdksyms_gcc5.patch @@ -0,0 +1,46 @@ +From 21b896939c5bb242f3aacc37baf12379e43254b6 Mon Sep 17 00:00:00 2001 +From: Egbert Eich +Date: Tue, 3 Mar 2015 16:27:05 +0100 +Subject: symbols: Fix sdksyms.sh to cope with gcc5 + +Gcc5 adds additional lines stating line numbers before and +after __attribute__() which need to be skipped. + +Signed-off-by: Egbert Eich +Tested-by: Daniel Stone +Signed-off-by: Peter Hutterer + +diff --git a/hw/xfree86/sdksyms.sh b/hw/xfree86/sdksyms.sh +index 2305073..05ac410 100755 +--- a/hw/xfree86/sdksyms.sh ++++ b/hw/xfree86/sdksyms.sh +@@ -350,13 +350,25 @@ BEGIN { + if (sdk) { + n = 3; + ++ # skip line numbers GCC 5 adds before __attribute__ ++ while ($n == "" || $0 ~ /^# [0-9]+ "/) { ++ getline; ++ n = 1; ++ } ++ + # skip attribute, if any + while ($n ~ /^(__attribute__|__global)/ || + # skip modifiers, if any + $n ~ /^\*?(unsigned|const|volatile|struct|_X_EXPORT)$/ || + # skip pointer +- $n ~ /^[a-zA-Z0-9_]*\*$/) ++ $n ~ /^[a-zA-Z0-9_]*\*$/) { + n++; ++ # skip line numbers GCC 5 adds after __attribute__ ++ while ($n == "" || $0 ~ /^# [0-9]+ "/) { ++ getline; ++ n = 1; ++ } ++ } + + # type specifier may not be set, as in + # extern _X_EXPORT unsigned name(...) +-- +cgit v0.10.2 + diff --git a/recipes/xorg-xserver/xserver-xorg_1.14.4.oe.sig b/recipes/xorg-xserver/xserver-xorg_1.14.4.oe.sig deleted file mode 100644 index ad9b8cf..0000000 --- a/recipes/xorg-xserver/xserver-xorg_1.14.4.oe.sig +++ /dev/null @@ -1 +0,0 @@ -5ee112b52f0cec043aa68bd909457b2ea2a11380 xorg-server-1.14.4.tar.bz2 diff --git a/recipes/xorg-xserver/xserver-xorg_1.14.4.oe b/recipes/xorg-xserver/xserver-xorg_1.14.7.oe similarity index 100% rename from recipes/xorg-xserver/xserver-xorg_1.14.4.oe rename to recipes/xorg-xserver/xserver-xorg_1.14.7.oe diff --git a/recipes/xorg-xserver/xserver-xorg_1.14.7.oe.sig b/recipes/xorg-xserver/xserver-xorg_1.14.7.oe.sig new file mode 100644 index 0000000..0b82593 --- /dev/null +++ b/recipes/xorg-xserver/xserver-xorg_1.14.7.oe.sig @@ -0,0 +1 @@ +7a95765e56b124758fcd7b609589e65b8870880b xorg-server-1.14.7.tar.bz2 From 806d3291e2565b58dad6ad913a2e4774dd7cb47d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kim=20H=C3=B8jgaard-Hansen?= Date: Sun, 29 May 2016 12:49:54 +0200 Subject: [PATCH 40/49] xproto: update to 7.0.25 to fix build errors --- recipes/xorg-proto/xproto_7.0.23.oe.sig | 1 - recipes/xorg-proto/{xproto_7.0.23.oe => xproto_7.0.25.oe} | 0 recipes/xorg-proto/xproto_7.0.25.oe.sig | 1 + 3 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 recipes/xorg-proto/xproto_7.0.23.oe.sig rename recipes/xorg-proto/{xproto_7.0.23.oe => xproto_7.0.25.oe} (100%) create mode 100644 recipes/xorg-proto/xproto_7.0.25.oe.sig diff --git a/recipes/xorg-proto/xproto_7.0.23.oe.sig b/recipes/xorg-proto/xproto_7.0.23.oe.sig deleted file mode 100644 index f98d251..0000000 --- a/recipes/xorg-proto/xproto_7.0.23.oe.sig +++ /dev/null @@ -1 +0,0 @@ -5d7f00d1dbe6cf8e725841ef663f0ee2491ba5b2 xproto-7.0.23.tar.bz2 diff --git a/recipes/xorg-proto/xproto_7.0.23.oe b/recipes/xorg-proto/xproto_7.0.25.oe similarity index 100% rename from recipes/xorg-proto/xproto_7.0.23.oe rename to recipes/xorg-proto/xproto_7.0.25.oe diff --git a/recipes/xorg-proto/xproto_7.0.25.oe.sig b/recipes/xorg-proto/xproto_7.0.25.oe.sig new file mode 100644 index 0000000..4398e7f --- /dev/null +++ b/recipes/xorg-proto/xproto_7.0.25.oe.sig @@ -0,0 +1 @@ +335f84713f9da3f77c48536f53abb9b03bcb3961 xproto-7.0.25.tar.bz2 From ba9184a588b8a2cede12c32203cf7e6b4d3cf7a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kim=20H=C3=B8jgaard-Hansen?= Date: Sun, 29 May 2016 12:53:54 +0200 Subject: [PATCH 41/49] xev: update to 1.2.2 to fix build errors --- recipes/xorg-app/xev_1.2.1.oe.sig | 1 - recipes/xorg-app/{xev_1.2.1.oe => xev_1.2.2.oe} | 2 +- recipes/xorg-app/xev_1.2.2.oe.sig | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 recipes/xorg-app/xev_1.2.1.oe.sig rename recipes/xorg-app/{xev_1.2.1.oe => xev_1.2.2.oe} (83%) create mode 100644 recipes/xorg-app/xev_1.2.2.oe.sig diff --git a/recipes/xorg-app/xev_1.2.1.oe.sig b/recipes/xorg-app/xev_1.2.1.oe.sig deleted file mode 100644 index 6f0cd73..0000000 --- a/recipes/xorg-app/xev_1.2.1.oe.sig +++ /dev/null @@ -1 +0,0 @@ -7ae6233ccfd8f500d547093291cc2de4f2b8fbaa xev-1.2.1.tar.bz2 diff --git a/recipes/xorg-app/xev_1.2.1.oe b/recipes/xorg-app/xev_1.2.2.oe similarity index 83% rename from recipes/xorg-app/xev_1.2.1.oe rename to recipes/xorg-app/xev_1.2.2.oe index 2f1d02a..8378787 100644 --- a/recipes/xorg-app/xev_1.2.1.oe +++ b/recipes/xorg-app/xev_1.2.2.oe @@ -5,4 +5,4 @@ inherit autotools-autoreconf pkgconfig DEPENDS += " util-macros libx11 libxau libxt libxaw libxmu libice libsm libxext libxpm libxft libxrender fontconfig libxkbfile libxrandr xproto" RDEPENDS_${PN} += "libx11 libxau libxt libxext libxmu libsm libice libxaw libxrender libxft libxrandr xproto" -export XEV_LIBS = "-lXt -ldl -lXmu -lXext -lXaw -lXrandr" +export XEV_LIBS = "-lXt -ldl -lXmu -lXext -lXaw -lXrandr -lX11" diff --git a/recipes/xorg-app/xev_1.2.2.oe.sig b/recipes/xorg-app/xev_1.2.2.oe.sig new file mode 100644 index 0000000..32b2bdc --- /dev/null +++ b/recipes/xorg-app/xev_1.2.2.oe.sig @@ -0,0 +1 @@ +e737bc46c58b9bb10f0af9883dce203bbed708aa xev-1.2.2.tar.bz2 From 560f59a142675375ab1aee3a7dea82810fb73cc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kim=20H=C3=B8jgaard-Hansen?= Date: Sun, 29 May 2016 12:55:12 +0200 Subject: [PATCH 42/49] xmodmap: update to 1.0.9 to fix build errors --- recipes/xorg-app/xmodmap_1.0.7.oe.sig | 1 - recipes/xorg-app/{xmodmap_1.0.7.oe => xmodmap_1.0.9.oe} | 0 recipes/xorg-app/xmodmap_1.0.9.oe.sig | 1 + 3 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 recipes/xorg-app/xmodmap_1.0.7.oe.sig rename recipes/xorg-app/{xmodmap_1.0.7.oe => xmodmap_1.0.9.oe} (100%) create mode 100644 recipes/xorg-app/xmodmap_1.0.9.oe.sig diff --git a/recipes/xorg-app/xmodmap_1.0.7.oe.sig b/recipes/xorg-app/xmodmap_1.0.7.oe.sig deleted file mode 100644 index c2a9e40..0000000 --- a/recipes/xorg-app/xmodmap_1.0.7.oe.sig +++ /dev/null @@ -1 +0,0 @@ -9f9c6b7bd058c09a8e15b1c4f4eccb972e51ffef xmodmap-1.0.7.tar.bz2 diff --git a/recipes/xorg-app/xmodmap_1.0.7.oe b/recipes/xorg-app/xmodmap_1.0.9.oe similarity index 100% rename from recipes/xorg-app/xmodmap_1.0.7.oe rename to recipes/xorg-app/xmodmap_1.0.9.oe diff --git a/recipes/xorg-app/xmodmap_1.0.9.oe.sig b/recipes/xorg-app/xmodmap_1.0.9.oe.sig new file mode 100644 index 0000000..8e30b90 --- /dev/null +++ b/recipes/xorg-app/xmodmap_1.0.9.oe.sig @@ -0,0 +1 @@ +fe735c8bbba68d7eb50f82d4e092fdcadf161314 xmodmap-1.0.9.tar.bz2 From 4f4adfbc6b125933bdcea668d146ce3ca7a0049e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kim=20H=C3=B8jgaard-Hansen?= Date: Sun, 29 May 2016 12:56:57 +0200 Subject: [PATCH 43/49] xconsole: fix build error --- recipes/xorg-app/xconsole_1.0.6.oe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/xorg-app/xconsole_1.0.6.oe b/recipes/xorg-app/xconsole_1.0.6.oe index a963e8e..53e3048 100644 --- a/recipes/xorg-app/xconsole_1.0.6.oe +++ b/recipes/xorg-app/xconsole_1.0.6.oe @@ -1,4 +1,4 @@ require xorg-app-common.inc -DEPENDS += "libxau libxt libxaw libxext libxmu libsm" -RDEPENDS_${PN} += "libxau libxt libxaw libxext libxmu libsm" \ No newline at end of file +DEPENDS += "libutil libxau libxt libxaw libxext libxmu libsm" +RDEPENDS_${PN} += "libutil libxau libxt libxaw libxext libxmu libsm" \ No newline at end of file From 1c637bbd143e3f9778e38858e5f789ef4bff64a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kim=20H=C3=B8jgaard-Hansen?= Date: Sun, 29 May 2016 12:57:32 +0200 Subject: [PATCH 44/49] xf86-input-evdev: fix build error --- recipes/xorg-driver/xf86-input-evdev_2.7.3.oe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/xorg-driver/xf86-input-evdev_2.7.3.oe b/recipes/xorg-driver/xf86-input-evdev_2.7.3.oe index 61ff6d9..75a5ffa 100644 --- a/recipes/xorg-driver/xf86-input-evdev_2.7.3.oe +++ b/recipes/xorg-driver/xf86-input-evdev_2.7.3.oe @@ -14,7 +14,7 @@ xorg.conf for each input device that will use this driver. " SRC_URI += "file://compile_without_udev.patch" -DEPENDS += "mtdev-dev mtdev" +DEPENDS += "mtdev-dev mtdev renderproto" RDEPENDS_${PN} += "mtdev" AUTORECONF_CMD = " \ From e703055fcd21b8312af20d334a07d9808ff578bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kim=20H=C3=B8jgaard-Hansen?= Date: Sun, 29 May 2016 12:58:43 +0200 Subject: [PATCH 45/49] xf86-input-mouse: fix build error --- recipes/xorg-driver/xf86-input-mouse_1.7.1.oe | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/xorg-driver/xf86-input-mouse_1.7.1.oe b/recipes/xorg-driver/xf86-input-mouse_1.7.1.oe index 8f32909..25e5dbf 100644 --- a/recipes/xorg-driver/xf86-input-mouse_1.7.1.oe +++ b/recipes/xorg-driver/xf86-input-mouse_1.7.1.oe @@ -8,3 +8,4 @@ functions as a pointer input device, and may be used as the X server's \ core pointer. Multiple mice are supported by multiple instances of this \ driver." +DEPENDS += "renderproto" From 90cea480dbecfcc6eb5175177527502b003520c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kim=20H=C3=B8jgaard-Hansen?= Date: Sun, 29 May 2016 12:58:09 +0200 Subject: [PATCH 46/49] xf86-input-keyboard: fix build error --- recipes/xorg-driver/xf86-input-keyboard_1.6.1.oe | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/xorg-driver/xf86-input-keyboard_1.6.1.oe b/recipes/xorg-driver/xf86-input-keyboard_1.6.1.oe index 64effed..6b9969c 100644 --- a/recipes/xorg-driver/xf86-input-keyboard_1.6.1.oe +++ b/recipes/xorg-driver/xf86-input-keyboard_1.6.1.oe @@ -7,3 +7,4 @@ driver supports the standard OS-provided keyboard interface. The driver \ functions as a keyboard input device, and may be used as the X server's \ core keyboard." +DEPENDS += "renderproto" From 5242248a631f830e07c48e3959e81b5c72f3f00a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kim=20H=C3=B8jgaard-Hansen?= Date: Sun, 29 May 2016 13:00:54 +0200 Subject: [PATCH 47/49] xf86-input-mtev: disable building by default - Fix some build errors - disable building by default Fixing the rest of the build errors in this recipe seems to require major rework of xorg recipes. Leaving it to whoever needs this driver. --- recipes/xorg-driver/xf86-input-mtev_0.1.13.oe | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/recipes/xorg-driver/xf86-input-mtev_0.1.13.oe b/recipes/xorg-driver/xf86-input-mtev_0.1.13.oe index bb0c9c6..ccc9efe 100644 --- a/recipes/xorg-driver/xf86-input-mtev_0.1.13.oe +++ b/recipes/xorg-driver/xf86-input-mtev_0.1.13.oe @@ -9,7 +9,11 @@ SRC_URI = "file://xorg-x11-drv-mtev-0.1.13.tar.gz \ " #SRC_URI += "file://ABI_12.patch" -DEPENDS += "inputproto kbproto pixman xextproto libpciaccess xserver-xorg-dev xproto randrproto util-macros mtdev-dev libm mtdev" +COMPATIBLE_IF_FLAGS = "build-xf86-input-mtev" + +DEPENDS += "inputproto kbproto pixman xextproto libpciaccess xserver-xorg-dev xproto \ + randrproto util-macros mtdev-dev libm mtdev xineramaproto resourceproto \ + scrnsaverproto videoproto" RDEPENDS_${PN} = "mtdev" From e5811eb53d0df898f3cbafa4f6999f99238a66c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kim=20H=C3=B8jgaard-Hansen?= Date: Sun, 29 May 2016 13:03:16 +0200 Subject: [PATCH 48/49] xf86-video-ati: disable building by default - Fix some build errors - disable building by default Fixing the rest of the build errors in this recipe seems to require major rework of xorg recipes. Leaving it to whoever needs this driver. --- recipes/xorg-driver/xf86-video-ati_7.1.0.oe | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes/xorg-driver/xf86-video-ati_7.1.0.oe b/recipes/xorg-driver/xf86-video-ati_7.1.0.oe index 1a01d7a..82d4c5f 100644 --- a/recipes/xorg-driver/xf86-video-ati_7.1.0.oe +++ b/recipes/xorg-driver/xf86-video-ati_7.1.0.oe @@ -2,7 +2,10 @@ DESCRIPTION = "X.Org X server -- Radeon ATI display driver" require xorg-driver-video.inc -DEPENDS += "libdrm-radeon kbproto xf86driproto" +COMPATIBLE_IF_FLAGS = "build-xf86-video-ati" + +DEPENDS += "libdrm-radeon kbproto xf86driproto renderproto resourceproto \ + scrnsaverproto" LIBS_DEPS = """ xserver-xorg-extension-dri xserver-xorg-extension-dri2 From a699604a9da33506bb9bb536a4e1040ae6c71347 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kim=20H=C3=B8jgaard-Hansen?= Date: Sun, 29 May 2016 13:04:07 +0200 Subject: [PATCH 49/49] xf86-video-fbdev: fix build errors --- recipes/xorg-driver/xf86-video-fbdev_0.4.3.oe | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes/xorg-driver/xf86-video-fbdev_0.4.3.oe b/recipes/xorg-driver/xf86-video-fbdev_0.4.3.oe index b9db26c..0a8ecde 100644 --- a/recipes/xorg-driver/xf86-video-fbdev_0.4.3.oe +++ b/recipes/xorg-driver/xf86-video-fbdev_0.4.3.oe @@ -1,6 +1,8 @@ require xorg-driver-video.inc DESCRIPTION = "X.Org X server -- fbdev display driver" +DEPENDS += "renderproto resourceproto scrnsaverproto" + RDEPENDS_${PN} += """ xserver-xorg-extension-fbdevhw xserver-xorg-extension-fb