mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
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.
6e4a8df5cb
(From OE-Core rev: 3a58f8055374f89d9c91faa328093394aecfe2a4)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2e65519ee7
commit
55ff0c2bf9
@@ -12,14 +12,12 @@ 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] = "6686a728e56e760f8dee09a22f0fb53b46ee9dbe7d64cf9e5bb35a658bff7e1d"
|
||||
SRC_URI[sha256sum] = "833b4d5600dbe9ac867e543aac6a7a40ad145351495ca41223d4499d3ddbbd2c"
|
||||
|
||||
GITHUB_BASE_URI = "https://github.com/AbiWord/enchant/releases"
|
||||
|
||||
S = "${WORKDIR}/enchant-${PV}"
|
||||
|
||||
EXTRA_OEMAKE = "pkgdatadir=${datadir}/enchant-2"
|
||||
|
||||
PACKAGECONFIG ??= "aspell"
|
||||
PACKAGECONFIG[aspell] = "--with-aspell,--without-aspell,aspell,aspell"
|
||||
PACKAGECONFIG[hunspell] = "--with-hunspell,--without-hunspell,hunspell,hunspell"
|
||||
Reference in New Issue
Block a user