[oe-commits] Martin Jansa : zhone2: add checksum for splash file

git version control git at git.openembedded.org
Mon Apr 12 10:43:55 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 1c4b78e5154a7c782006a34474ec52c3759e985c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1c4b78e5154a7c782006a34474ec52c3759e985c

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Apr 12 12:40:56 2010 +0200

zhone2: add checksum for splash file

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/freesmartphone/zhone2_git.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/freesmartphone/zhone2_git.bb b/recipes/freesmartphone/zhone2_git.bb
index ebc0401..14d7097 100644
--- a/recipes/freesmartphone/zhone2_git.bb
+++ b/recipes/freesmartphone/zhone2_git.bb
@@ -10,9 +10,11 @@ PR = "r2"
 
 SRC_URI = "\
   ${FREESMARTPHONE_GIT}/aurora.git;protocol=git;branch=master \
-  http://www.linuxtogo.org/~mickeyl/misc/splash \
+  http://www.linuxtogo.org/~mickeyl/misc/splash;name=splash \
   file://zhone2 \
 "
+SRC_URI[splash.md5sum] = "e198d5c83cc47a216562e435df0e03c3"
+SRC_URI[splash.sha256sum] = "3e41bcf4ea50ab7406d3833e412a78ddb9afaab4b0a8cca1bf93755d1ce9a215"
 S = "${WORKDIR}/git/zhone2"
 
 inherit autotools_stage update-rc.d





More information about the Openembedded-commits mailing list