summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/enchant/enchant_1.6.0.bb
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2020-01-07 13:26:15 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-01-10 21:18:22 +0000
commit247b23b2de543beb8192bfb94cd3afd4a9dc19fc (patch)
tree783dea1caea7990698c90bcc67e0bf6ee1bd1569 /meta/recipes-support/enchant/enchant_1.6.0.bb
parent26cc774954adee391d9d0a36797023422648bd5f (diff)
downloadpoky-247b23b2de543beb8192bfb94cd3afd4a9dc19fc.tar.gz
enchant: Replace with enchant2 from meta-oe
webkitgtk does now support the new version. (From OE-Core rev: aca863fc4259863d6841b25649c6718c64ccfe6b) Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/enchant/enchant_1.6.0.bb')
-rw-r--r--meta/recipes-support/enchant/enchant_1.6.0.bb34
1 files changed, 0 insertions, 34 deletions
diff --git a/meta/recipes-support/enchant/enchant_1.6.0.bb b/meta/recipes-support/enchant/enchant_1.6.0.bb
deleted file mode 100644
index 44eb2e3df4..0000000000
--- a/meta/recipes-support/enchant/enchant_1.6.0.bb
+++ /dev/null
@@ -1,34 +0,0 @@
1SUMMARY = "Enchant Spell checker API Library"
2SECTION = "libs"
3HOMEPAGE = "http://www.abisource.com/projects/enchant/"
4BUGTRACKER = "http://bugzilla.abisource.com/enter_bug.cgi?product=Enchant"
5
6LICENSE = "LGPLv2.1+"
7LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=dfcbabf9131dc9a95febef6753a2958b \
8 file://src/enchant.h;beginline=1;endline=29;md5=8d881caa1d37523567e1d8f726675a18"
9
10DEPENDS = "glib-2.0"
11
12inherit autotools pkgconfig
13
14PR = "r3"
15
16SRC_URI = "http://www.abisource.com/downloads/enchant/${PV}/enchant-${PV}.tar.gz"
17
18SRC_URI[md5sum] = "de11011aff801dc61042828041fb59c7"
19SRC_URI[sha256sum] = "2fac9e7be7e9424b2c5570d8affe568db39f7572c10ed48d4e13cddf03f7097f"
20
21PACKAGECONFIG ??= "aspell"
22PACKAGECONFIG[aspell] = " --with-aspell-prefix=${STAGING_DIR_HOST}${prefix} --enable-aspell, --disable-aspell, aspell, aspell"
23PACKAGECONFIG[ispell] = " --with-ispell-prefix=${STAGING_DIR_HOST}${prefix} --enable-ispell, --disable-ispell, ispell, ispell"
24PACKAGECONFIG[uspell] = " --with-uspell-prefix=${STAGING_DIR_HOST}${prefix} --enable-uspell, --disable-uspell, uspell, uspell"
25PACKAGECONFIG[hspell] = " --with-hspell-prefix=${STAGING_DIR_HOST}${prefix} --enable-hspell, --disable-hspell, hspell, hspell"
26PACKAGECONFIG[myspell] = "--with-myspell-prefix=${STAGING_DIR_HOST}${prefix} --enable-myspell, --disable-myspell, myspell, myspell"
27
28EXTRA_OECONF = "br_cv_binreloc=no"
29
30export CXXFLAGS += " -L${STAGING_LIBDIR} -lstdc++ "
31
32FILES_${PN} = "${bindir} ${libdir}/*${SOLIBS} ${datadir}/${BPN} ${libdir}/${BPN}/*.so"
33FILES_${PN}-dev += "${libdir}/${BPN}/*{SOLIBSDEV} ${libdir}/${BPN}/*.la"
34FILES_${PN}-staticdev += "${libdir}/${BPN}/*.a"