summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/enchant/enchant_1.6.0.bb
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-12-22 11:48:03 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-02 22:39:23 +0000
commit3bf4f689e08c16dd002f7fa9eb88b6b032bf06f8 (patch)
treefe688bdf92b152023627da412ef1bddba62125b4 /meta/recipes-support/enchant/enchant_1.6.0.bb
parenteaf463919d2ff26410cddd02479b3c7bbab292cb (diff)
downloadast2050-yocto-poky-3bf4f689e08c16dd002f7fa9eb88b6b032bf06f8.zip
ast2050-yocto-poky-3bf4f689e08c16dd002f7fa9eb88b6b032bf06f8.tar.gz
enchant: tidy up recipe
* Move recipe definitions into logical order * Fix spacing (From OE-Core rev: b45dd39b21f72c63ce47c1ac8aa84651b939cf95) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/enchant/enchant_1.6.0.bb')
-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 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"
OpenPOWER on IntegriCloud