From 7327e9f448681da0a0176e3f2220304d9a4109fa Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Sun, 22 Dec 2013 11:48:03 +0000 Subject: [PATCH] enchant: tidy up recipe * Move recipe definitions into logical order * Fix spacing (From OE-Core rev: b45dd39b21f72c63ce47c1ac8aa84651b939cf95) Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- meta/recipes-support/enchant/enchant_1.6.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-support/enchant/enchant_1.6.0.bb b/meta/recipes-support/enchant/enchant_1.6.0.bb index 97a4761..d17684d 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" -- 2.7.4