From: Martin Jansa Date: Tue, 27 Apr 2010 08:16:44 +0000 (+0200) Subject: ffalarms: drop do_stage() as vala.bbclass was converted to new staging X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78b028632c98446040ba57b05bf7e7263a8d4781;p=openembedded.git ffalarms: drop do_stage() as vala.bbclass was converted to new staging Signed-off-by: Martin Jansa --- diff --git a/recipes/ffalarms/ffalarms_git.bb b/recipes/ffalarms/ffalarms_git.bb index 2cf01ffaa8..8516b7d667 100644 --- a/recipes/ffalarms/ffalarms_git.bb +++ b/recipes/ffalarms/ffalarms_git.bb @@ -34,11 +34,6 @@ pkg_postrm_${PN}() { /etc/init.d/dbus-1 reload } -# needed because there is do_stage_append in vala.bbclass and do_stage() was removed.. -do_stage() { - -} - FILES_${PN} += "${datadir}/${PN} ${datadir}/applications ${datadir}/pixmaps" MAINTAINER = "Lukasz Pankowski "