diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-04-30 11:58:04 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-05-03 15:41:39 +0100 |
commit | 9bb49514abb6ecf6b12029228010a0c34829edc1 (patch) | |
tree | fdf0ae615b00235dc6108584541159b086302581 /meta | |
parent | f3c303597694102d185713b2e709c8362e0d3bda (diff) | |
download | poky-9bb49514abb6ecf6b12029228010a0c34829edc1.tar.gz |
xcb-proto: update to 1.14
(From OE-Core rev: 26d55e7612ecb1233131834a78afd3dcde1be320)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/xorg-proto/xcb-proto_1.14.bb (renamed from meta/recipes-graphics/xorg-proto/xcb-proto_1.13.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-graphics/xorg-proto/xcb-proto_1.13.bb b/meta/recipes-graphics/xorg-proto/xcb-proto_1.14.bb index 7467090920..6de30098d6 100644 --- a/meta/recipes-graphics/xorg-proto/xcb-proto_1.13.bb +++ b/meta/recipes-graphics/xorg-proto/xcb-proto_1.14.bb | |||
@@ -11,9 +11,8 @@ LICENSE = "MIT" | |||
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=d763b081cb10c223435b01e00dc0aba7 \ | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=d763b081cb10c223435b01e00dc0aba7 \ |
12 | file://src/dri2.xml;beginline=2;endline=28;md5=f8763b13ff432e8597e0d610cf598e65" | 12 | file://src/dri2.xml;beginline=2;endline=28;md5=f8763b13ff432e8597e0d610cf598e65" |
13 | 13 | ||
14 | SRC_URI = "http://xcb.freedesktop.org/dist/${BP}.tar.bz2" | 14 | SRC_URI = "http://xcb.freedesktop.org/dist/${BP}.tar.xz" |
15 | SRC_URI[md5sum] = "abe9aa4886138150bbc04ae4f29b90e3" | 15 | SRC_URI[sha256sum] = "186a3ceb26f9b4a015f5a44dcc814c93033a5fc39684f36f1ecc79834416a605" |
16 | SRC_URI[sha256sum] = "7b98721e669be80284e9bbfeab02d2d0d54cd11172b72271e47a2fe875e2bde1" | ||
17 | 16 | ||
18 | inherit autotools pkgconfig python3native | 17 | inherit autotools pkgconfig python3native |
19 | 18 | ||