summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/enchant
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-01-18 16:02:32 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-19 13:26:11 +0000
commitd8063119fc0bdafb27a2d45f5e16342d822fc1dd (patch)
tree631905b70fc743c96b346cf7fda966ccbadfa420 /meta/recipes-support/enchant
parentb44c25b72bc9412f1076437d3afaf342cfa5f40b (diff)
downloadpoky-d8063119fc0bdafb27a2d45f5e16342d822fc1dd.tar.gz
enchant: refactor packages for staticdev
(From OE-Core rev: 87c47a6696add8dc532e83471b74211a1f53f317) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/enchant')
-rw-r--r--meta/recipes-support/enchant/enchant_1.6.0.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-support/enchant/enchant_1.6.0.bb b/meta/recipes-support/enchant/enchant_1.6.0.bb
index a3ef37912a..25178f57c8 100644
--- a/meta/recipes-support/enchant/enchant_1.6.0.bb
+++ b/meta/recipes-support/enchant/enchant_1.6.0.bb
@@ -10,7 +10,7 @@ RDEPENDS_${PN} = "aspell"
10 10
11inherit autotools pkgconfig 11inherit autotools pkgconfig
12 12
13PR = "r1" 13PR = "r2"
14 14
15SRC_URI = "http://www.abisource.com/downloads/enchant/${PV}/enchant-${PV}.tar.gz" 15SRC_URI = "http://www.abisource.com/downloads/enchant/${PV}/enchant-${PV}.tar.gz"
16 16
@@ -20,6 +20,7 @@ SRC_URI[sha256sum] = "2fac9e7be7e9424b2c5570d8affe568db39f7572c10ed48d4e13cddf03
20EXTRA_OECONF = "--with-aspell-prefix=${STAGING_DIR_HOST}${prefix} --enable-aspell --disable-binreloc" 20EXTRA_OECONF = "--with-aspell-prefix=${STAGING_DIR_HOST}${prefix} --enable-aspell --disable-binreloc"
21 21
22FILES_${PN} = "${bindir} ${libdir}/*${SOLIBS} ${datadir}/${PN} ${libdir}/${PN}/*.so" 22FILES_${PN} = "${bindir} ${libdir}/*${SOLIBS} ${datadir}/${PN} ${libdir}/${PN}/*.so"
23FILES_${PN}-dev += "${libdir}/${PN}/*{SOLIBSDEV} ${libdir}/${PN}/*.la ${libdir}/${PN}/*.a" 23FILES_${PN}-dev += "${libdir}/${PN}/*{SOLIBSDEV} ${libdir}/${PN}/*.la"
24FILES_${PN}-staticdev += "${libdir}/${PN}/*.a"
24 25
25export CXXFLAGS += " -L${STAGING_LIBDIR} -lstdc++ " 26export CXXFLAGS += " -L${STAGING_LIBDIR} -lstdc++ "