From: Paul Eggleton Date: Sun, 22 Dec 2013 11:48:03 +0000 (+0000) Subject: enchant: tidy up recipe X-Git-Tag: 2015-4~4131 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b45dd39b21f72c63ce47c1ac8aa84651b939cf95;p=openembedded-core.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 97a47614cd..d17684d4c2 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"