From 3d08b9f2c65835822b1c0ed30e3170f02f877ce3 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Tue, 7 Dec 2010 20:06:29 -0800 Subject: SRC_URI Checksums Additionals Signed-off-by: Saul Wold --- meta/recipes-support/enchant/enchant_1.6.0.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/recipes-support/enchant') diff --git a/meta/recipes-support/enchant/enchant_1.6.0.bb b/meta/recipes-support/enchant/enchant_1.6.0.bb index 92b4686545..7df4f9738b 100644 --- a/meta/recipes-support/enchant/enchant_1.6.0.bb +++ b/meta/recipes-support/enchant/enchant_1.6.0.bb @@ -14,6 +14,9 @@ PR = "r0" SRC_URI = "http://www.abisource.com/downloads/enchant/${PV}/enchant-${PV}.tar.gz" +SRC_URI[md5sum] = "de11011aff801dc61042828041fb59c7" +SRC_URI[sha256sum] = "2fac9e7be7e9424b2c5570d8affe568db39f7572c10ed48d4e13cddf03f7097f" + EXTRA_OECONF = "--with-aspell-prefix=${STAGING_DIR_HOST}${prefix} --enable-aspell --disable-binreloc" FILES_${PN} = "${bindir} ${libdir}/*${SOLIBS} ${datadir}/${PN} ${libdir}/${PN}/*.so" -- cgit 1.2.3-korg