diff options
author | Phil Blundell <philb@gnu.org> | 2009-06-13 09:40:10 +0100 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2009-06-13 09:40:10 +0100 |
commit | 03f3d62589145b2a855d499f17ea81e91af03a4b (patch) | |
tree | 58234f0e999e9c30a8360032c781071c05a25e49 /recipes/enchant/enchant_1.3.0.bb | |
parent | 543f79f0298ff23b03339172e8a2f3f05784495e (diff) |
enchant: use more sensible FILES
Diffstat (limited to 'recipes/enchant/enchant_1.3.0.bb')
-rw-r--r-- | recipes/enchant/enchant_1.3.0.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes/enchant/enchant_1.3.0.bb b/recipes/enchant/enchant_1.3.0.bb index cceceebabf..85e6297464 100644 --- a/recipes/enchant/enchant_1.3.0.bb +++ b/recipes/enchant/enchant_1.3.0.bb @@ -7,7 +7,7 @@ RDEPENDS = "aspell" inherit autotools pkgconfig -PR = "r0" +PR = "r1" S = "${WORKDIR}/enchant-${PV}" @@ -15,9 +15,10 @@ SRC_URI = "http://www.abisource.com/downloads/enchant/${PV}/enchant-${PV}.tar.gz EXTRA_OECONF = "--with-aspell-prefix=${STAGING_DIR_HOST}${layout_prefix} --enable-aspell --disable-binreloc" -export CXXFLAGS += " -L${STAGING_LIBDIR} -lstdc++ " +FILES_${PN} = "${bindir} ${libdir}/*${SOLIBS} ${datadir}/${PN} ${libdir}/${PN}/*.so" +FILES_${PN}-dev += "${libdir}/${PN}/*{SOLIBSDEV} ${libdir}/${PN}/*.la ${libdir}/${PN}/*.a" -FILES_${PN} = "/usr/bin/* /usr/lib/enchant/*.so /usr/share/enchant /usr/lib/libenchant*.so.*" +export CXXFLAGS += " -L${STAGING_LIBDIR} -lstdc++ " do_stage() { autotools_stage_all |