summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/enchant
diff options
context:
space:
mode:
authorConstantin Musca <constantinx.musca@intel.com>2013-02-04 11:20:15 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-04 16:42:48 +0000
commit685da74485444423c700fc53f32c8aeb6e0f903e (patch)
treebeb5c606ed43de76a53bf6c774bcc1f4ee6492a8 /meta/recipes-support/enchant
parent0ce97e5cbaed3f8eff214c896b3a775b8e960121 (diff)
downloadpoky-685da74485444423c700fc53f32c8aeb6e0f903e.tar.gz
enchant: use BPN instead of PN
- use BPN (PN includes mlprefix) to package all files when building with multilib options [YOCTO #3438] (From OE-Core rev: 6039e0048d324569620868ec774cd88aa191eeaf) Signed-off-by: Constantin Musca <constantinx.musca@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.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-support/enchant/enchant_1.6.0.bb b/meta/recipes-support/enchant/enchant_1.6.0.bb
index 25178f57c8..c16a2a816a 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 = "r2" 13PR = "r3"
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
@@ -19,8 +19,8 @@ SRC_URI[sha256sum] = "2fac9e7be7e9424b2c5570d8affe568db39f7572c10ed48d4e13cddf03
19 19
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}/${BPN} ${libdir}/${BPN}/*.so"
23FILES_${PN}-dev += "${libdir}/${PN}/*{SOLIBSDEV} ${libdir}/${PN}/*.la" 23FILES_${PN}-dev += "${libdir}/${BPN}/*{SOLIBSDEV} ${libdir}/${BPN}/*.la"
24FILES_${PN}-staticdev += "${libdir}/${PN}/*.a" 24FILES_${PN}-staticdev += "${libdir}/${BPN}/*.a"
25 25
26export CXXFLAGS += " -L${STAGING_LIBDIR} -lstdc++ " 26export CXXFLAGS += " -L${STAGING_LIBDIR} -lstdc++ "