summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/enchant
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-12-22 11:48:03 +0000
committerPaul Eggleton <paul.eggleton@linux.intel.com>2014-01-02 21:16:50 +0000
commitb45dd39b21f72c63ce47c1ac8aa84651b939cf95 (patch)
tree5f8580a8013b202148c1d9239cd90cd1666219b4 /meta/recipes-support/enchant
parent749df43649e4b2487e7d0a14b6cbf0f407baef6d (diff)
downloadopenembedded-core-b45dd39b21f72c63ce47c1ac8aa84651b939cf95.tar.gz
enchant: tidy up recipe
* Move recipe definitions into logical order * Fix spacing Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta/recipes-support/enchant')
-rw-r--r--meta/recipes-support/enchant/enchant_1.6.0.bb2
1 files changed, 2 insertions, 0 deletions
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"