diff options
-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" |