diff options
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/enchant/enchant_1.6.0.bb | 8 |
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 | ||
11 | inherit autotools pkgconfig | 11 | inherit autotools pkgconfig |
12 | 12 | ||
13 | PR = "r2" | 13 | PR = "r3" |
14 | 14 | ||
15 | SRC_URI = "http://www.abisource.com/downloads/enchant/${PV}/enchant-${PV}.tar.gz" | 15 | SRC_URI = "http://www.abisource.com/downloads/enchant/${PV}/enchant-${PV}.tar.gz" |
16 | 16 | ||
@@ -19,8 +19,8 @@ SRC_URI[sha256sum] = "2fac9e7be7e9424b2c5570d8affe568db39f7572c10ed48d4e13cddf03 | |||
19 | 19 | ||
20 | EXTRA_OECONF = "--with-aspell-prefix=${STAGING_DIR_HOST}${prefix} --enable-aspell --disable-binreloc" | 20 | EXTRA_OECONF = "--with-aspell-prefix=${STAGING_DIR_HOST}${prefix} --enable-aspell --disable-binreloc" |
21 | 21 | ||
22 | FILES_${PN} = "${bindir} ${libdir}/*${SOLIBS} ${datadir}/${PN} ${libdir}/${PN}/*.so" | 22 | FILES_${PN} = "${bindir} ${libdir}/*${SOLIBS} ${datadir}/${BPN} ${libdir}/${BPN}/*.so" |
23 | FILES_${PN}-dev += "${libdir}/${PN}/*{SOLIBSDEV} ${libdir}/${PN}/*.la" | 23 | FILES_${PN}-dev += "${libdir}/${BPN}/*{SOLIBSDEV} ${libdir}/${BPN}/*.la" |
24 | FILES_${PN}-staticdev += "${libdir}/${PN}/*.a" | 24 | FILES_${PN}-staticdev += "${libdir}/${BPN}/*.a" |
25 | 25 | ||
26 | export CXXFLAGS += " -L${STAGING_LIBDIR} -lstdc++ " | 26 | export CXXFLAGS += " -L${STAGING_LIBDIR} -lstdc++ " |