diff options
Diffstat (limited to 'recipes/sylpheed/claws-mail_3.6.1.bb')
-rw-r--r-- | recipes/sylpheed/claws-mail_3.6.1.bb | 5 |
1 files changed, 1 insertions, 4 deletions
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 -} |