From: Martin Jansa Date: Wed, 28 Apr 2010 10:45:36 +0000 (+0200) Subject: shr-launcher: bump SRCREV and update do_install for added .edj file X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6acafe1aa4d6e78a128f6994ea52e3e475e00def;p=openembedded.git shr-launcher: bump SRCREV and update do_install for added .edj file Signed-off-by: Martin Jansa --- 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"