diff options
Diffstat (limited to 'meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb')
| -rw-r--r-- | meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb b/meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb deleted file mode 100644 index e1e473fe80..0000000000 --- a/meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb +++ /dev/null | |||
| @@ -1,34 +0,0 @@ | |||
| 1 | # This recipe is a copy from the oe-core one. | ||
| 2 | # It has a lower and invalid version number in order not to be accidentally used by bitbake. | ||
| 3 | # It is used for tests that require overlayed recipe files. | ||
| 4 | |||
| 5 | SUMMARY = "GNU Aspell spell-checker" | ||
| 6 | SECTION = "console/utils" | ||
| 7 | HOMEPAGE = "https://ftp.gnu.org/gnu/aspell/" | ||
| 8 | |||
| 9 | LICENSE = "LGPL-2.0-only | LGPL-2.1-only" | ||
| 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" | ||
| 11 | |||
| 12 | SRC_URI = "${GNU_MIRROR}/aspell/aspell-${PV}.tar.gz" | ||
| 13 | SRC_URI[md5sum] = "e66a9c9af6a60dc46134fdacf6ce97d7" | ||
| 14 | SRC_URI[sha256sum] = "f52583a83a63633701c5f71db3dc40aab87b7f76b29723aeb27941eff42df6e1" | ||
| 15 | |||
| 16 | EXCLUDE_FROM_WORLD = "1" | ||
| 17 | |||
| 18 | PACKAGECONFIG ??= "" | ||
| 19 | PACKAGECONFIG[curses] = "--enable-curses,--disable-curses,ncurses" | ||
| 20 | |||
| 21 | PACKAGES += "libaspell libpspell libpspell-dev aspell-utils" | ||
| 22 | |||
| 23 | FILES:${PN}-dbg += "${libdir}/aspell-0.60/.debu*" | ||
| 24 | FILES:libaspell = "${libdir}/libaspell.so.* ${libdir}/aspell*" | ||
| 25 | FILES:aspell-utils = "${bindir}/word-list-compress ${bindir}/aspell-import ${bindir}/run-with-aspell ${bindir}/pre*" | ||
| 26 | FILES:${PN} = "${bindir}/aspell" | ||
| 27 | FILES:libpspell = "${libdir}/libpspell.so.*" | ||
| 28 | FILES:libpspell-dev = "${libdir}/libpspell* ${bindir}/pspell-config ${includedir}/pspell" | ||
| 29 | |||
| 30 | ARM_INSTRUCTION_SET:armv4 = "arm" | ||
| 31 | ARM_INSTRUCTION_SET:armv5 = "arm" | ||
| 32 | ARM_INSTRUCTION_SET:armv6 = "arm" | ||
| 33 | |||
| 34 | inherit autotools gettext | ||
