summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-02-25 17:37:03 +0800
committerKhem Raj <raj.khem@gmail.com>2026-02-25 09:49:49 -0800
commit5174bfeacb731ee6a6f2d7980353bae50fe58b60 (patch)
treec7e856647e285cc863a5495b1a8b8ee76e78079a
parent8d4b22bf08dfe22614c8ed53184689def46dc2ac (diff)
downloadmeta-openembedded-5174bfeacb731ee6a6f2d7980353bae50fe58b60.tar.gz
feh: upgrade 3.11.2 -> 3.11.3
Changelog: ========== * Support DOS-style \r\n line breaks when loading filelists. Note that they will be saved with UNIX-style \n line breaks regardless of input format. This is intentional. * Fix --action, --info, --title and similar commands hard-coding the maximum length of the formatted output to 4095 characters. 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.11.3.bb (renamed from meta-oe/recipes-graphics/feh/feh_3.11.2.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/feh/feh_3.11.2.bb b/meta-oe/recipes-graphics/feh/feh_3.11.3.bb
index 57c30c3475..c79ad488ba 100644
--- a/meta-oe/recipes-graphics/feh/feh_3.11.2.bb
+++ b/meta-oe/recipes-graphics/feh/feh_3.11.3.bb
@@ -9,7 +9,7 @@ DEPENDS = "\
9" 9"
10 10
11SRC_URI = "https://feh.finalrewind.org/feh-${PV}.tar.bz2" 11SRC_URI = "https://feh.finalrewind.org/feh-${PV}.tar.bz2"
12SRC_URI[sha256sum] = "020f8bce84c709333dcc6ec5fff36313782e0b50662754947c6585d922a7a7b2" 12SRC_URI[sha256sum] = "f2cca3592a433922c0db7a9365fd63e5402c121d932a9327e279c71be6501063"
13 13
14inherit mime-xdg features_check 14inherit mime-xdg features_check
15# depends on virtual/libx11 15# depends on virtual/libx11