summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-04-20 12:10:17 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-04-20 13:14:00 +0100
commitb82be52b5d87338b377fade08e963515579ce2d5 (patch)
tree3859927fcaf665b25f3b35679e1a634bc5e09f06 /meta/recipes-graphics/xorg-lib
parenta807ba311d9024d0ce5de6ca4b0ad5d859f742cd (diff)
downloadpoky-b82be52b5d87338b377fade08e963515579ce2d5.tar.gz
libxcursor: upgrade 1.2.0 -> 1.2.1
temporarily override SRC_URI which is hard-coded in xorg-lib-common.inc since new versions of packages use a new compression format - .tar.xz License-Update: file type changed from "ISO-8859 text" to "UTF-8 Unicode text". (From OE-Core rev: 925db25e62341bb2b8d5eded0aa9b220433a93d1) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib')
-rw-r--r--meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb (renamed from meta/recipes-graphics/xorg-lib/libxcursor_1.2.0.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxcursor_1.2.0.bb b/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb
index f6794b6882..4fd7e949c4 100644
--- a/meta/recipes-graphics/xorg-lib/libxcursor_1.2.0.bb
+++ b/meta/recipes-graphics/xorg-lib/libxcursor_1.2.1.bb
@@ -7,9 +7,10 @@ can exist in several sizes and the library automatically picks the best \
7size." 7size."
8 8
9require xorg-lib-common.inc 9require xorg-lib-common.inc
10SRC_URI = "${XORG_MIRROR}/individual/lib/${XORG_PN}-${PV}.tar.xz"
10 11
11LICENSE = "MIT" 12LICENSE = "MIT"
12LIC_FILES_CHKSUM = "file://COPYING;md5=8902e6643f7bcd7793b23dcd5d8031a4" 13LIC_FILES_CHKSUM = "file://COPYING;md5=dbf3bd0f2348eeccd0f217146ba26250"
13 14
14DEPENDS += "libxrender libxfixes" 15DEPENDS += "libxrender libxfixes"
15 16
@@ -17,7 +18,6 @@ PE = "1"
17 18
18XORG_PN = "libXcursor" 19XORG_PN = "libXcursor"
19 20
20SRC_URI[md5sum] = "9b9be0e289130fb820aedf67705fc549" 21SRC_URI[sha256sum] = "46c143731610bafd2070159a844571b287ac26192537d047a39df06155492104"
21SRC_URI[sha256sum] = "3ad3e9f8251094af6fe8cb4afcf63e28df504d46bfa5a5529db74a505d628782"
22 22
23BBCLASSEXTEND = "native nativesdk" 23BBCLASSEXTEND = "native nativesdk"