From b45dd39b21f72c63ce47c1ac8aa84651b939cf95 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Sun, 22 Dec 2013 11:48:03 +0000 Subject: enchant: tidy up recipe * Move recipe definitions into logical order * Fix spacing Signed-off-by: Paul Eggleton --- meta/recipes-support/enchant/enchant_1.6.0.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-support/enchant') 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" -- cgit 1.2.3-korg