From: Paul Eggleton Date: Sun, 22 Dec 2013 11:48:03 +0000 (+0000) Subject: enchant: tidy up recipe X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~34968 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b45dd39b21f72c63ce47c1ac8aa84651b939cf95;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git enchant: tidy up recipe * Move recipe definitions into logical order * Fix spacing Signed-off-by: Paul Eggleton --- diff --git a/meta/recipes-support/enchant/enchant_1.6.0.bb b/meta/recipes-support/enchant/enchant_1.6.0.bb index 97a47614cdb..d17684d4c29 100644 --- a/meta/recipes-support/enchant/enchant_1.6.0.bb +++ b/meta/recipes-support/enchant/enchant_1.6.0.bb @@ -24,6 +24,8 @@ EXTRA_OECONF = "--with-aspell-prefix=${STAGING_DIR_HOST}${prefix} \ export CXXFLAGS += " -L${STAGING_LIBDIR} -lstdc++ " +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"