From 81bad2ca91c161fe78d9221a098374f2292af379 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Tue, 3 Apr 2018 18:49:16 -0700 Subject: [PATCH] xorgproto: add replacement for depricated calibrateproto Signed-off-by: Armin Kuster Signed-off-by: Richard Purdie --- .../xorg-proto/xorgproto_2018.4.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meta/recipes-graphics/xorg-proto/xorgproto_2018.4.bb diff --git a/meta/recipes-graphics/xorg-proto/xorgproto_2018.4.bb b/meta/recipes-graphics/xorg-proto/xorgproto_2018.4.bb new file mode 100644 index 0000000000..f48a22b57d --- /dev/null +++ b/meta/recipes-graphics/xorg-proto/xorgproto_2018.4.bb @@ -0,0 +1,14 @@ +require xorg-proto-common.inc + +SUMMARY = "XCalibrate: Touchscreen calibration headers" + +DESCRIPTION = "This package provides the headers and specification documents defining \ +the core protocol and (many) extensions for the X Window System" + +LICENSE = "MIT-style" +LIC_FILES_CHKSUM = "file://COPYING-x11proto;md5=b9e051107d5628966739a0b2e9b32676" + +SRC_URI[md5sum] = "81557ca47ee66a4e54590fcdadd28114" +SRC_URI[sha256sum] = "fee885e0512899ea5280c593fdb2735beb1693ad170c22ebcc844470eec415a0" + +BBCLASSEXTEND = "native nativesdk" -- 2.40.1