summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-05-05 17:18:44 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-09 23:30:15 +0100
commitb4a004d5833bc02248666345f89698fe3a1f9301 (patch)
tree72a22f7a1489fa75d8d469f2689119d9642326d6 /meta/recipes-graphics
parentc04b40a21e828e076b6445a1cd8b8062efda4bed (diff)
downloadpoky-b4a004d5833bc02248666345f89698fe3a1f9301.tar.gz
xorgproto: upgrade 2020.1 -> 2021.3
License-Update: formatting (From OE-Core rev: fa51ebcff8424eb0f777a78647c462f33318849f) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/xorg-proto/xorgproto_2021.3.bb (renamed from meta/recipes-graphics/xorg-proto/xorgproto_2020.1.bb)6
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-graphics/xorg-proto/xorgproto_2020.1.bb b/meta/recipes-graphics/xorg-proto/xorgproto_2021.3.bb
index c71bc9038f..fa0c69af1f 100644
--- a/meta/recipes-graphics/xorg-proto/xorgproto_2020.1.bb
+++ b/meta/recipes-graphics/xorg-proto/xorgproto_2021.3.bb
@@ -1,4 +1,3 @@
1
2SUMMARY = "X Window System unified protocol definitions" 1SUMMARY = "X Window System unified protocol definitions"
3DESCRIPTION = "This package provides the headers and specification documents defining \ 2DESCRIPTION = "This package provides the headers and specification documents defining \
4the core protocol and (many) extensions for the X Window System" 3the core protocol and (many) extensions for the X Window System"
@@ -7,11 +6,10 @@ BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
7 6
8SECTION = "x11/libs" 7SECTION = "x11/libs"
9LICENSE = "MIT-style" 8LICENSE = "MIT-style"
10LIC_FILES_CHKSUM = "file://COPYING-x11proto;md5=b9e051107d5628966739a0b2e9b32676" 9LIC_FILES_CHKSUM = "file://COPYING-x11proto;md5=dfc4bd2b0568b31725b85b0604e69b56"
11 10
12SRC_URI = "${XORG_MIRROR}/individual/proto/${BP}.tar.bz2" 11SRC_URI = "${XORG_MIRROR}/individual/proto/${BP}.tar.bz2"
13SRC_URI[md5sum] = "c29f4fa78f53b52b3efdc71ebd9506b6" 12SRC_URI[sha256sum] = "4c732b14fc7c7db64306374d9e8386d6172edbb93f587614df1938b9d9b9d737"
14SRC_URI[sha256sum] = "54a153f139035a376c075845dd058049177212da94d7a9707cf9468367b699d2"
15 13
16inherit meson 14inherit meson
17 15