]> code.ossystems Code Review - openembedded-core.git/commitdiff
enchant: tidy up recipe
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Sun, 22 Dec 2013 11:48:03 +0000 (11:48 +0000)
committerPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 2 Jan 2014 21:16:50 +0000 (21:16 +0000)
* Move recipe definitions into logical order
* Fix spacing

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
meta/recipes-support/enchant/enchant_1.6.0.bb

index 97a47614cdbc42a3dfa95b125604436f11d5646c..d17684d4c296034e1643b78fd95bd38f99ca047f 100644 (file)
@@ -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"