mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 09:49:32 +02:00
enchant: Upgraded to version 1.6.0
Move enchant from meta-moblin to meta Remove "S" since it is same as default path. Also fix the metadata Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
662f136795
commit
bdcf666d5b
@@ -1,20 +0,0 @@
|
||||
DESCRIPTION = "Enchant Spell checker API Library"
|
||||
SECTION = "libs"
|
||||
LICENSE = "LGPL"
|
||||
DEPENDS = "aspell glib-2.0"
|
||||
RDEPENDS = "aspell"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
PR = "r1"
|
||||
|
||||
S = "${WORKDIR}/enchant-${PV}"
|
||||
|
||||
SRC_URI = "http://www.abisource.com/downloads/enchant/${PV}/enchant-${PV}.tar.gz"
|
||||
|
||||
EXTRA_OECONF = "--with-aspell-prefix=${STAGING_DIR_HOST}${prefix} --enable-aspell --disable-binreloc"
|
||||
|
||||
FILES_${PN} = "${bindir} ${libdir}/*${SOLIBS} ${datadir}/${PN} ${libdir}/${PN}/*.so"
|
||||
FILES_${PN}-dev += "${libdir}/${PN}/*{SOLIBSDEV} ${libdir}/${PN}/*.la ${libdir}/${PN}/*.a"
|
||||
|
||||
export CXXFLAGS += " -L${STAGING_LIBDIR} -lstdc++ "
|
||||
Reference in New Issue
Block a user