mirror of
https://git.yoctoproject.org/poky
synced 2026-02-14 12:43:03 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
eaf463919d
commit
3bf4f689e0
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user