diff options
author | Koen Kooi <koen@openembedded.org> | 2010-03-05 14:41:57 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-03-05 14:42:38 +0100 |
commit | 115947e4abb3b480d0740bfa7d8d1b98fa5621ed (patch) | |
tree | af50a8a0d089d8b19ecbde9e2e55e200a0f947a0 /recipes/sylpheed/claws-mail_3.6.1.bb | |
parent | 22277253eefedc3c5b90164d954e5b9f675a050b (diff) |
claws-mail: convert to new-style staging
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 -} |