diff options
| author | alperak <alperyasinak1@gmail.com> | 2023-12-06 16:03:09 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-12-07 09:37:16 -0800 |
| commit | 952f79330eb2396583547ca81cb76b841ab0e932 (patch) | |
| tree | 343f6f54d9db8077f3de5b67c82c946d2d718d3e | |
| parent | bcc76585519c98a753cf90fa16b497be2c11f2d1 (diff) | |
| download | meta-openembedded-952f79330eb2396583547ca81cb76b841ab0e932.tar.gz | |
xcursorgen: upgrade 1.0.7 -> 1.0.8
Changelog:
* Resolve -Wsign-conversion warnings from clang
* Handle -Wimplicit-int-conversion warnings from clang
* premultiply_data(): Mark png argument unused
* gitlab CI: stop requiring Signed-off-by in commits
* Build xz tarballs instead of bzip2
* gitlab CI: add a basic build test
Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-graphics/xcursorgen/xcursorgen_1.0.8.bb (renamed from meta-oe/recipes-graphics/xcursorgen/xcursorgen_1.0.7.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-oe/recipes-graphics/xcursorgen/xcursorgen_1.0.7.bb b/meta-oe/recipes-graphics/xcursorgen/xcursorgen_1.0.8.bb index 936d71b101..3770babe80 100644 --- a/meta-oe/recipes-graphics/xcursorgen/xcursorgen_1.0.7.bb +++ b/meta-oe/recipes-graphics/xcursorgen/xcursorgen_1.0.8.bb | |||
| @@ -3,9 +3,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bd1fb9ee90eead85f7b171807b3ab4f2" | |||
| 3 | 3 | ||
| 4 | DEPENDS = "libpng libxcursor" | 4 | DEPENDS = "libpng libxcursor" |
| 5 | 5 | ||
| 6 | SRC_URI = "http://xorg.freedesktop.org/archive/individual/app/${BPN}-${PV}.tar.bz2" | 6 | SRC_URI = "http://xorg.freedesktop.org/archive/individual/app/${BPN}-${PV}.tar.xz" |
| 7 | SRC_URI[md5sum] = "25cc7ca1ce5dcbb61c2b471c55e686b5" | 7 | SRC_URI[sha256sum] = "32b33ce27b4e285e64ff375731806bb7988cc626ff10915c65f1dc4da640cc9b" |
| 8 | SRC_URI[sha256sum] = "35b6f844b24f1776e9006c880a745728800764dbe3b327a128772b4610d8eb3d" | ||
| 9 | 8 | ||
| 10 | inherit features_check autotools pkgconfig | 9 | inherit features_check autotools pkgconfig |
| 11 | 10 | ||
