* Move recipe definitions into logical order * Fix spacing Signed-off-by: Paul Eggleton <[email protected]> --- meta/recipes-support/enchant/enchant_1.6.0.bb | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/meta/recipes-support/enchant/enchant_1.6.0.bb b/meta/recipes-support/enchant/enchant_1.6.0.bb index 68ca525..c40266e 100644 --- a/meta/recipes-support/enchant/enchant_1.6.0.bb +++ b/meta/recipes-support/enchant/enchant_1.6.0.bb @@ -1,12 +1,13 @@ SUMMARY = "Enchant Spell checker API Library" -SECTION = "libs" +SECTION = "libs" HOMEPAGE = "http://www.abisource.com/projects/enchant/" BUGTRACKER = "http://bugzilla.abisource.com/enter_bug.cgi?product=Enchant" -LICENSE = "LGPLv2.1+" + +LICENSE = "LGPLv2.1+" LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=dfcbabf9131dc9a95febef6753a2958b \ file://src/enchant.h;beginline=1;endline=29;md5=8d881caa1d37523567e1d8f726675a18" -DEPENDS = "aspell glib-2.0" -RDEPENDS_${PN} = "aspell" + +DEPENDS = "aspell glib-2.0" inherit autotools pkgconfig @@ -19,8 +20,11 @@ SRC_URI[sha256sum] = "2fac9e7be7e9424b2c5570d8affe568db39f7572c10ed48d4e13cddf03 EXTRA_OECONF = "--with-aspell-prefix=${STAGING_DIR_HOST}${prefix} --enable-aspell --disable-binreloc" +export CXXFLAGS += " -L${STAGING_LIBDIR} -lstdc++ " + FILES_${PN} = "${bindir} ${libdir}/*${SOLIBS} ${datadir}/${BPN} ${libdir}/${BPN}/*.so" FILES_${PN}-dev += "${libdir}/${BPN}/*{SOLIBSDEV} ${libdir}/${BPN}/*.la" FILES_${PN}-staticdev += "${libdir}/${BPN}/*.a" -export CXXFLAGS += " -L${STAGING_LIBDIR} -lstdc++ " +RDEPENDS_${PN} += "aspell" + -- 1.8.1.2 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
