diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-04-10 16:26:02 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-04-10 09:39:38 -0700 |
commit | 4f61fe65afa9e5888accca9a2fec1c15a0b65ac0 (patch) | |
tree | 70b07d7a849d5bf6c10e8280980827ca2378ab6d | |
parent | 39c55bc61441869c8fc237501279dbd9fe921db7 (diff) | |
download | meta-openembedded-4f61fe65afa9e5888accca9a2fec1c15a0b65ac0.tar.gz |
feh: upgrade 3.9.1 -> 3.10
Changelog:
==========
* Add --sort=none option to un-set sort modes specified earlier
* Improve error messages for Imlib2 >= 1.8
* Fix build with clang 16. (Patch by orbea)
* Fix tests when building with magic=1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-graphics/feh/feh_3.10.bb (renamed from meta-oe/recipes-graphics/feh/feh_3.9.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/feh/feh_3.9.1.bb b/meta-oe/recipes-graphics/feh/feh_3.10.bb index d78fe7e17..0f0e61893 100644 --- a/meta-oe/recipes-graphics/feh/feh_3.9.1.bb +++ b/meta-oe/recipes-graphics/feh/feh_3.10.bb | |||
@@ -10,7 +10,7 @@ DEPENDS = "\ | |||
10 | " | 10 | " |
11 | 11 | ||
12 | SRC_URI = "https://feh.finalrewind.org/feh-${PV}.tar.bz2" | 12 | SRC_URI = "https://feh.finalrewind.org/feh-${PV}.tar.bz2" |
13 | SRC_URI[sha256sum] = "455c92711b588af149b945edc5c145f3e9aa137ed9689dabed49d5e4acac75fa" | 13 | SRC_URI[sha256sum] = "1d71d1f6dcfe9ffee5e2766969a11978f7eb4fac7d7ae556f104c11f9c57cc98" |
14 | 14 | ||
15 | inherit mime-xdg features_check | 15 | inherit mime-xdg features_check |
16 | # depends on virtual/libx11 | 16 | # depends on virtual/libx11 |