[oe-commits] Paul Eggleton : enchant: tidy up recipe

git at git.openembedded.org git at git.openembedded.org
Thu Jan 2 22:36:46 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: b45dd39b21f72c63ce47c1ac8aa84651b939cf95
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=b45dd39b21f72c63ce47c1ac8aa84651b939cf95

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Sun Dec 22 11:48:03 2013 +0000

enchant: tidy up recipe

* Move recipe definitions into logical order
* Fix spacing

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>

---

 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"



More information about the Openembedded-commits mailing list