From: Koen Kooi Date: Fri, 5 Mar 2010 13:41:57 +0000 (+0100) Subject: claws-mail: convert to new-style staging X-Git-Tag: Release-2010-05/1~467 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=115947e4abb3b480d0740bfa7d8d1b98fa5621ed;p=openembedded.git claws-mail: convert to new-style staging --- diff --git a/recipes/sylpheed/claws-mail_3.6.1.bb b/recipes/sylpheed/claws-mail_3.6.1.bb index a2d7101ece..aec96c28fa 100644 --- a/recipes/sylpheed/claws-mail_3.6.1.bb +++ b/recipes/sylpheed/claws-mail_3.6.1.bb @@ -2,7 +2,7 @@ SECTION = "x11/network" DESCRIPTION = "Mail user agent" DEPENDS = "gtk+ libetpan openssl aspell" LICENSE = "GPL" -PR = "r1" +PR = "r2" inherit autotools pkgconfig @@ -50,6 +50,3 @@ do_install_append() { sed -i 's/Icon=[^.]*$/&.png/' ${D}${datadir}/applications/claws-mail.desktop } -do_stage() { - autotools_stage_includes -}