From 44985d56bc556786812a0a02d6219afd31a7381d Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 10 Apr 2010 11:21:48 +0200 Subject: recipes: move checksums to recipes from checksums.ini * fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa --- recipes/libxine/libxine_1.1.16.3.bb | 3 +++ recipes/libxine/libxine_1.1.16.bb | 3 +++ 2 files changed, 6 insertions(+) (limited to 'recipes/libxine') diff --git a/recipes/libxine/libxine_1.1.16.3.bb b/recipes/libxine/libxine_1.1.16.3.bb index 1d7ccb2137..70d5e1980d 100644 --- a/recipes/libxine/libxine_1.1.16.3.bb +++ b/recipes/libxine/libxine_1.1.16.3.bb @@ -38,3 +38,6 @@ FILES_${PN}-dev =+ "${libdir}/xine/plugins/${PPDIR}/*.a \ ${libdir}/xine/plugins/${PPDIR}/vidix/*.a \ " + +SRC_URI[md5sum] = "4f508abf088cf427a731f85634c8260d" +SRC_URI[sha256sum] = "d25a241efa55dc7d8f482336efa8bb7b9bb9d69b6df8a8a37f2660948fd67b52" diff --git a/recipes/libxine/libxine_1.1.16.bb b/recipes/libxine/libxine_1.1.16.bb index c46b39303c..09c3beb6d6 100644 --- a/recipes/libxine/libxine_1.1.16.bb +++ b/recipes/libxine/libxine_1.1.16.bb @@ -37,3 +37,6 @@ FILES_${PN}-dev =+ "${libdir}/xine/plugins/${PPDIR}/*.a \ ${libdir}/xine/plugins/${PPDIR}/post/*.a \ ${libdir}/xine/plugins/${PPDIR}/vidix/*.a \ " + +SRC_URI[md5sum] = "acd1a210c5a6444e8fd44696469352bb" +SRC_URI[sha256sum] = "27df9c8f962797b235d69154705cfdf18d3e325f028f54e3e804f6dadb8237be" -- cgit v1.2.3