diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-12-22 11:48:03 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-02 22:39:23 +0000 |
commit | 3bf4f689e08c16dd002f7fa9eb88b6b032bf06f8 (patch) | |
tree | fe688bdf92b152023627da412ef1bddba62125b4 /meta/recipes-support | |
parent | eaf463919d2ff26410cddd02479b3c7bbab292cb (diff) | |
download | 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')
-rw-r--r-- | meta/recipes-support/enchant/enchant_1.6.0.bb | 2 |
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} \ | |||
24 | 24 | ||
25 | export CXXFLAGS += " -L${STAGING_LIBDIR} -lstdc++ " | 25 | export CXXFLAGS += " -L${STAGING_LIBDIR} -lstdc++ " |
26 | 26 | ||
27 | export CXXFLAGS += " -L${STAGING_LIBDIR} -lstdc++ " | ||
28 | |||
27 | FILES_${PN} = "${bindir} ${libdir}/*${SOLIBS} ${datadir}/${BPN} ${libdir}/${BPN}/*.so" | 29 | FILES_${PN} = "${bindir} ${libdir}/*${SOLIBS} ${datadir}/${BPN} ${libdir}/${BPN}/*.so" |
28 | FILES_${PN}-dev += "${libdir}/${BPN}/*{SOLIBSDEV} ${libdir}/${BPN}/*.la" | 30 | FILES_${PN}-dev += "${libdir}/${BPN}/*{SOLIBSDEV} ${libdir}/${BPN}/*.la" |
29 | FILES_${PN}-staticdev += "${libdir}/${BPN}/*.a" | 31 | FILES_${PN}-staticdev += "${libdir}/${BPN}/*.a" |