From 03f3d62589145b2a855d499f17ea81e91af03a4b Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Sat, 13 Jun 2009 09:40:10 +0100 Subject: [PATCH] enchant: use more sensible FILES --- recipes/enchant/enchant_1.3.0.bb | 7 ++++--- 1 file 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 -- 2.39.5