diff options
| -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" | |||
| 12 | inherit autotools pkgconfig github-releases | 12 | inherit autotools pkgconfig github-releases |
| 13 | 13 | ||
| 14 | SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/enchant-${PV}.tar.gz" | 14 | SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/enchant-${PV}.tar.gz" |
| 15 | SRC_URI[sha256sum] = "6686a728e56e760f8dee09a22f0fb53b46ee9dbe7d64cf9e5bb35a658bff7e1d" | 15 | SRC_URI[sha256sum] = "833b4d5600dbe9ac867e543aac6a7a40ad145351495ca41223d4499d3ddbbd2c" |
| 16 | 16 | ||
| 17 | GITHUB_BASE_URI = "https://github.com/AbiWord/enchant/releases" | 17 | GITHUB_BASE_URI = "https://github.com/AbiWord/enchant/releases" |
| 18 | 18 | ||
| 19 | S = "${WORKDIR}/enchant-${PV}" | 19 | S = "${WORKDIR}/enchant-${PV}" |
| 20 | 20 | ||
| 21 | EXTRA_OEMAKE = "pkgdatadir=${datadir}/enchant-2" | ||
| 22 | |||
| 23 | PACKAGECONFIG ??= "aspell" | 21 | PACKAGECONFIG ??= "aspell" |
| 24 | PACKAGECONFIG[aspell] = "--with-aspell,--without-aspell,aspell,aspell" | 22 | PACKAGECONFIG[aspell] = "--with-aspell,--without-aspell,aspell,aspell" |
| 25 | PACKAGECONFIG[hunspell] = "--with-hunspell,--without-hunspell,hunspell,hunspell" | 23 | PACKAGECONFIG[hunspell] = "--with-hunspell,--without-hunspell,hunspell,hunspell" |
