summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"