From 16f464bd8cff6b6a27d9bfe691f7adc875d01ac2 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Mon, 12 Apr 2010 10:39:50 +0200 Subject: recipes: move checksums to recipes from checksums.ini, part 2 manual adjustement * all: multiple checked items in SRC_URI (needs name= param) * other fixes like non-existent URL, checksums moved ot .inc or included .bb (ie for -native) * ... * tested with micro/micro-uclibc/Angstrom/SHR with SOURCE_MIRROR_FETCH="True" (ignoring COMPATIBLE_* * also tested -c fetch with s/SRC_URI_append_[^ ]*/SRC_URI_append/g and s/SRC_URI_[^ ]*/SRC_URI_append/g to catch all URLs used only for distro/machine/virtual override (see http://build.shr-project.org/tests/jama/SRC_URI.removeOverrides.patch) * in case I downloaded different checksum then what was in checksums.ini I used the old one from checksums.ini and put my checksum in comment * I'll send to ML list of recipes which cannot be downloaded (weren't converted) and where I got different checksums Signed-off-by: Martin Jansa --- recipes/mplayer/mplayer_0.0+1.0rc1.bb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'recipes/mplayer') diff --git a/recipes/mplayer/mplayer_0.0+1.0rc1.bb b/recipes/mplayer/mplayer_0.0+1.0rc1.bb index 140fd14ba0..d77b7210bd 100644 --- a/recipes/mplayer/mplayer_0.0+1.0rc1.bb +++ b/recipes/mplayer/mplayer_0.0+1.0rc1.bb @@ -6,7 +6,7 @@ DEPENDS = "virtual/libsdl zlib libpng jpeg freetype fontconfig alsa-lib lzo ncur ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'libmad liba52 lame', d)}" RDEPENDS = "mplayer-common" LICENSE = "GPL" -SRC_URI = "http://www1.mplayerhq.hu/MPlayer/releases/MPlayer-1.0rc1.tar.bz2 \ +SRC_URI = "http://www1.mplayerhq.hu/MPlayer/releases/MPlayer-1.0rc1.tar.bz2;name=archive \ file://vo_w100.c \ file://vo_w100_api.h \ file://vo_w100_fb.h \ @@ -19,7 +19,7 @@ SRC_URI = "http://www1.mplayerhq.hu/MPlayer/releases/MPlayer-1.0rc1.tar.bz2 \ file://w100-mplayer.patch;patch=1 \ file://pld-onlyarm5.patch;patch=1 \ file://makefile-nostrip.patch;patch=1 \ - ${SOURCEFORGE_MIRROR}/libw100/mplayer-imageon.patch;patch=1 \ + ${SOURCEFORGE_MIRROR}/libw100/mplayer-imageon.patch;patch=1;name=imageon \ file://imageon-video_out.patch;patch=1 \ file://powerpc-is-ppc.diff;patch=1 \ file://pxa_configure.patch;patch=1 \ @@ -237,7 +237,7 @@ do_compile () { } -SRC_URI[md5sum] = "18c05d88e22c3b815a43ca8d7152ccdc" -SRC_URI[sha256sum] = "8dd9dd61a0fe56904f5b76ddedb99bd359abaaf486e0b83b45e3357fecc81063" -SRC_URI[md5sum] = "d605b6068b6c9aa2bc7550f49c60958c" -SRC_URI[sha256sum] = "7e5e1768db0201981f90256fa94db3f09f23285ffd60dc60a51a753825084848" +SRC_URI[archive.md5sum] = "18c05d88e22c3b815a43ca8d7152ccdc" +SRC_URI[archive.sha256sum] = "8dd9dd61a0fe56904f5b76ddedb99bd359abaaf486e0b83b45e3357fecc81063" +SRC_URI[imageon.md5sum] = "d605b6068b6c9aa2bc7550f49c60958c" +SRC_URI[imageon.sha256sum] = "7e5e1768db0201981f90256fa94db3f09f23285ffd60dc60a51a753825084848" -- cgit 1.2.3-korg