git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2227725
)
claws-mail: convert to new-style staging
author
Koen Kooi
<koen@openembedded.org>
Fri, 5 Mar 2010 13:41:57 +0000
(14:41 +0100)
committer
Koen Kooi
<koen@openembedded.org>
Fri, 5 Mar 2010 13:42:38 +0000
(14:42 +0100)
recipes/sylpheed/claws-mail_3.6.1.bb
patch
|
blob
|
history
diff --git
a/recipes/sylpheed/claws-mail_3.6.1.bb
b/recipes/sylpheed/claws-mail_3.6.1.bb
index
a2d7101
..
aec96c2
100644
(file)
--- 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 = "r
1
"
+PR = "r
2
"
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
-}