summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2023-12-18 22:47:24 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-12-20 07:47:00 +0000
commit55ff0c2bf9a2609c1417d9eea6064fed10272c5a (patch)
tree6d1e93338851e3af04196a00e2c6d8a8a605b6a2
parent2e65519ee79225d54f3c39141da8afa18767f35b (diff)
downloadpoky-55ff0c2bf9a2609c1417d9eea6064fed10272c5a.tar.gz
enchant2: upgrade 2.6.2 -> 2.6.4
pkgdatadir is a versioned directory by default now so we don't need to pass it to EXTRA_OEMAKE. https://github.com/AbiWord/enchant/commit/6e4a8df5cbf80fd449f1857ac1065d3235f1139f (From OE-Core rev: 3a58f8055374f89d9c91faa328093394aecfe2a4) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-support/enchant/enchant2_2.6.4.bb (renamed from meta/recipes-support/enchant/enchant2_2.6.2.bb)4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-support/enchant/enchant2_2.6.2.bb b/meta/recipes-support/enchant/enchant2_2.6.4.bb
index 38d3245d20..431d02ea25 100644
--- a/meta/recipes-support/enchant/enchant2_2.6.2.bb
+++ b/meta/recipes-support/enchant/enchant2_2.6.4.bb
@@ -12,14 +12,12 @@ DEPENDS = "glib-2.0 groff-native"
12inherit autotools pkgconfig github-releases 12inherit autotools pkgconfig github-releases
13 13
14SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/enchant-${PV}.tar.gz" 14SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/enchant-${PV}.tar.gz"
15SRC_URI[sha256sum] = "6686a728e56e760f8dee09a22f0fb53b46ee9dbe7d64cf9e5bb35a658bff7e1d" 15SRC_URI[sha256sum] = "833b4d5600dbe9ac867e543aac6a7a40ad145351495ca41223d4499d3ddbbd2c"
16 16
17GITHUB_BASE_URI = "https://github.com/AbiWord/enchant/releases" 17GITHUB_BASE_URI = "https://github.com/AbiWord/enchant/releases"
18 18
19S = "${WORKDIR}/enchant-${PV}" 19S = "${WORKDIR}/enchant-${PV}"
20 20
21EXTRA_OEMAKE = "pkgdatadir=${datadir}/enchant-2"
22
23PACKAGECONFIG ??= "aspell" 21PACKAGECONFIG ??= "aspell"
24PACKAGECONFIG[aspell] = "--with-aspell,--without-aspell,aspell,aspell" 22PACKAGECONFIG[aspell] = "--with-aspell,--without-aspell,aspell,aspell"
25PACKAGECONFIG[hunspell] = "--with-hunspell,--without-hunspell,hunspell,hunspell" 23PACKAGECONFIG[hunspell] = "--with-hunspell,--without-hunspell,hunspell,hunspell"