diff options
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 |