aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-03-05 14:41:57 +0100
committerKoen Kooi <koen@openembedded.org>2010-03-05 14:42:38 +0100
commit115947e4abb3b480d0740bfa7d8d1b98fa5621ed (patch)
treeaf50a8a0d089d8b19ecbde9e2e55e200a0f947a0
parent22277253eefedc3c5b90164d954e5b9f675a050b (diff)
downloadopenembedded-115947e4abb3b480d0740bfa7d8d1b98fa5621ed.tar.gz
claws-mail: convert to new-style staging
-rw-r--r--recipes/sylpheed/claws-mail_3.6.1.bb5
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
-}