diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-28 12:45:36 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-28 12:54:44 +0200 |
commit | 6acafe1aa4d6e78a128f6994ea52e3e475e00def (patch) | |
tree | 843783b2beee4df48468332ab786221551676924 /recipes | |
parent | 6af32708be18fe37cf9aa48bfcf35a5c298ba743 (diff) |
shr-launcher: bump SRCREV and update do_install for added .edj file
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/shr/shr-launcher_svn.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/shr/shr-launcher_svn.bb b/recipes/shr/shr-launcher_svn.bb index e4a036d9e9..e1e140a56b 100644 --- a/recipes/shr/shr-launcher_svn.bb +++ b/recipes/shr/shr-launcher_svn.bb @@ -4,7 +4,7 @@ AUTHOR = "cchandel" LICENSE = "GPLv2" SECTION = "e/apps" DEPENDS = "elementary eina edbus" -SRCREV = "104" +SRCREV = "105" PV = "0.0.1+svnr${SRCPV}" PR = "r5" @@ -20,6 +20,7 @@ do_install_append() { install -d "${D}/${datadir}/applications" install -m 0644 "${S}/resources/launcher.desktop" "${D}/${datadir}/applications" install -d "${D}/${datadir}/launcher" + install -m 0644 "${S}/resources/launcher.edj" "${D}/${datadir}/launcher" for ico in "${S}/resources/"*.png; do if [ "$(basename $ico)" != "launcher.png" ]; then install -m 0644 $ico "${D}/${datadir}/launcher" |