[oe-commits] Phil Blundell : enchant: use more sensible FILES

git version control git at git.openembedded.org
Sat Jun 13 08:49:37 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 03f3d62589145b2a855d499f17ea81e91af03a4b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=03f3d62589145b2a855d499f17ea81e91af03a4b

Author: Phil Blundell <philb at gnu.org>
Date:   Sat Jun 13 09:40:10 2009 +0100

enchant: use more sensible FILES

---

 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 cceceeb..85e6297 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





More information about the Openembedded-commits mailing list