claws-mail: convert to new-style staging
authorKoen Kooi <koen@openembedded.org>
Fri, 5 Mar 2010 13:41:57 +0000 (14:41 +0100)
committerKoen Kooi <koen@openembedded.org>
Fri, 5 Mar 2010 13:42:38 +0000 (14:42 +0100)
recipes/sylpheed/claws-mail_3.6.1.bb

index a2d7101..aec96c2 100644 (file)
@@ -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
-}