diff mbox series

[16/26] enchant2: upgrade 2.3.3 -> 2.3.4

Message ID 20230309151958.3619193-16-alex@linutronix.de
State Accepted, archived
Commit 6b64ba79c7ff1bd77e8601ff5de1df476f8b2d95
Headers show
Series [01/26] devtool/upgrade: do not delete the workspace/recipes directory | expand

Commit Message

Alexander Kanavin March 9, 2023, 3:19 p.m. UTC
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 .../enchant/{enchant2_2.3.3.bb => enchant2_2.3.4.bb}          | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/enchant/{enchant2_2.3.3.bb => enchant2_2.3.4.bb} (89%)
diff mbox series

Patch

diff --git a/meta/recipes-support/enchant/enchant2_2.3.3.bb b/meta/recipes-support/enchant/enchant2_2.3.4.bb
similarity index 89%
rename from meta/recipes-support/enchant/enchant2_2.3.3.bb
rename to meta/recipes-support/enchant/enchant2_2.3.4.bb
index c892f570c4..5a6a3157a6 100644
--- a/meta/recipes-support/enchant/enchant2_2.3.3.bb
+++ b/meta/recipes-support/enchant/enchant2_2.3.4.bb
@@ -7,12 +7,12 @@  BUGTRACKER = "https://github.com/AbiWord/enchant/issues/"
 LICENSE = "LGPL-2.1-or-later"
 LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c"
 
-DEPENDS = "glib-2.0"
+DEPENDS = "glib-2.0 groff-native"
 
 inherit autotools pkgconfig github-releases
 
 SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/enchant-${PV}.tar.gz"
-SRC_URI[sha256sum] = "3da12103f11cf49c3cf2fd2ce3017575c5321a489e5b9bfa81dd91ec413f3891"
+SRC_URI[sha256sum] = "1f7e26744db1c9a0fea61d2169f4e5c1ce435cf8c2731c37e3e4054119e994a0"
 
 GITHUB_BASE_URI = "https://github.com/AbiWord/enchant/releases"