diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-12 12:40:56 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-12 12:43:13 +0200 |
commit | 1c4b78e5154a7c782006a34474ec52c3759e985c (patch) | |
tree | af378434da5531e89a8358bfe2addb4ba5200dda /recipes/freesmartphone | |
parent | c9629066adecbbde1c37b20778043883b425cb3e (diff) |
zhone2: add checksum for splash file
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/freesmartphone')
-rw-r--r-- | 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 ebc0401ab1..14d7097beb 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 |