[oe] [meta-oe][PATCH 3/5] twm: fix checksum

Otavio Salvador otavio at ossystems.com.br
Thu Dec 15 11:18:04 UTC 2011


Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
 meta-oe/recipes-graphics/xorg-app/twm_1.0.6.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-graphics/xorg-app/twm_1.0.6.bb b/meta-oe/recipes-graphics/xorg-app/twm_1.0.6.bb
index af27632..a0a0eaf 100644
--- a/meta-oe/recipes-graphics/xorg-app/twm_1.0.6.bb
+++ b/meta-oe/recipes-graphics/xorg-app/twm_1.0.6.bb
@@ -6,8 +6,8 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=4c6d42ef60e8166aa26606524c0b9586"
 
 
-SRC_URI[archive.md5sum] = "952d06a0c2ec34687b536c7b619fc671"
-SRC_URI[archive.sha256sum] = "e7dccad7879a7570442f0cd9df0b9064e926466b5a52b710fca8cfb167f294e9"
+SRC_URI[md5sum] = "952d06a0c2ec34687b536c7b619fc671"
+SRC_URI[sha256sum] = "e7dccad7879a7570442f0cd9df0b9064e926466b5a52b710fca8cfb167f294e9"
 
 FILES_${PN} += "${datadir}/X11/twm/system.twmrc"
 ALTERNATIVE_NAME = "x-window-manager"
-- 
1.7.2.5





More information about the Openembedded-devel mailing list