summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/enchant/enchant_1.6.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/enchant/enchant_1.6.0.bb')
-rw-r--r--meta/recipes-support/enchant/enchant_1.6.0.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-support/enchant/enchant_1.6.0.bb b/meta/recipes-support/enchant/enchant_1.6.0.bb
index c16a2a816a..5c9359ba72 100644
--- a/meta/recipes-support/enchant/enchant_1.6.0.bb
+++ b/meta/recipes-support/enchant/enchant_1.6.0.bb
@@ -17,7 +17,9 @@ SRC_URI = "http://www.abisource.com/downloads/enchant/${PV}/enchant-${PV}.tar.gz
17SRC_URI[md5sum] = "de11011aff801dc61042828041fb59c7" 17SRC_URI[md5sum] = "de11011aff801dc61042828041fb59c7"
18SRC_URI[sha256sum] = "2fac9e7be7e9424b2c5570d8affe568db39f7572c10ed48d4e13cddf03f7097f" 18SRC_URI[sha256sum] = "2fac9e7be7e9424b2c5570d8affe568db39f7572c10ed48d4e13cddf03f7097f"
19 19
20EXTRA_OECONF = "--with-aspell-prefix=${STAGING_DIR_HOST}${prefix} --enable-aspell --disable-binreloc" 20EXTRA_OECONF = "--with-aspell-prefix=${STAGING_DIR_HOST}${prefix} \
21 --enable-aspell br_cv_binreloc=no \
22 "
21 23
22FILES_${PN} = "${bindir} ${libdir}/*${SOLIBS} ${datadir}/${BPN} ${libdir}/${BPN}/*.so" 24FILES_${PN} = "${bindir} ${libdir}/*${SOLIBS} ${datadir}/${BPN} ${libdir}/${BPN}/*.so"
23FILES_${PN}-dev += "${libdir}/${BPN}/*{SOLIBSDEV} ${libdir}/${BPN}/*.la" 25FILES_${PN}-dev += "${libdir}/${BPN}/*{SOLIBSDEV} ${libdir}/${BPN}/*.la"