diff mbox series

[meta-oe] links: upgrade 2.28 -> 2.29

Message ID 1680512525-30501-1-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe] links: upgrade 2.28 -> 2.29 | expand

Commit Message

Mingyu Wang (Fujitsu) April 3, 2023, 9:02 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
 Add "#define _GNU_SOURCE" to the configure test for memrchr
 Implement strike formatting
 Fixed a bug that image was sometimes displayed with too small size
 Fixed a bug that webp images from local disk could not be displayed
 Support AVIF images
 Updated Polish Translation

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta-oe/recipes-support/links/{links_2.28.bb => links_2.29.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/links/{links_2.28.bb => links_2.29.bb} (79%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/links/links_2.28.bb b/meta-oe/recipes-support/links/links_2.29.bb
similarity index 79%
rename from meta-oe/recipes-support/links/links_2.28.bb
rename to meta-oe/recipes-support/links/links_2.29.bb
index a36393f1c..e3a15d181 100644
--- a/meta-oe/recipes-support/links/links_2.28.bb
+++ b/meta-oe/recipes-support/links/links_2.29.bb
@@ -8,4 +8,4 @@  EXTRA_OECONF = "--enable-graphics \
                 --without-libtiff --without-svgalib --with-fb \
                 --without-directfb --without-pmshell --without-atheos \
                 --without-x"
-SRC_URI[sha256sum] = "2fd5499b13dee59457c132c167b8495c40deda75389489c6cccb683193f454b4"
+SRC_URI[sha256sum] = "22aa96c0b38e1a6f8f7ed9d7a4167a47fc37246097759ef6059ecf8f9ead7998"