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/nonworking/vlc/vlc_0.7.2.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes/nonworking/vlc') diff --git a/recipes/nonworking/vlc/vlc_0.7.2.bb b/recipes/nonworking/vlc/vlc_0.7.2.bb index 4ae9488817..8800f63d02 100644 --- a/recipes/nonworking/vlc/vlc_0.7.2.bb +++ b/recipes/nonworking/vlc/vlc_0.7.2.bb @@ -108,3 +108,6 @@ EXTRA_OECONF=" \ ## install -m 0644 ${S}/libavformat/rtsp.h ${STAGING_INCDIR}/ffmpeg/rtsp.h ## install -m 0644 ${S}/libavformat/rtspcodes.h ${STAGING_INCDIR}/ffmpeg/rtspcodes.h ##} + +SRC_URI[md5sum] = "25dfcc804cb92f46c0b64ce1466515cc" +SRC_URI[sha256sum] = "1551c792384ae027995f498546d26c1fdd42a896a9cc2d94a8209d06af4b5874" -- cgit 1.2.3-korg