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:
8701797
)
claws-mail: stage headers to let claws plugins compile
author
Dmitry Baryshkov
<dbaryshkov@gmail.com>
Thu, 4 Dec 2008 11:22:49 +0000
(14:22 +0300)
committer
Dmitry Baryshkov
<dbaryshkov@gmail.com>
Thu, 4 Dec 2008 13:58:49 +0000
(16:58 +0300)
Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
packages/sylpheed/claws-mail_3.6.1.bb
patch
|
blob
|
history
diff --git
a/packages/sylpheed/claws-mail_3.6.1.bb
b/packages/sylpheed/claws-mail_3.6.1.bb
index
ac0ff1b
..
a2d7101
100644
(file)
--- a/
packages/sylpheed/claws-mail_3.6.1.bb
+++ b/
packages/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
0
"
+PR = "r
1
"
inherit autotools pkgconfig
@@
-49,3
+49,7
@@
do_install_append() {
install -m 0644 claws-mail.png ${D}${datadir}/pixmaps/
sed -i 's/Icon=[^.]*$/&.png/' ${D}${datadir}/applications/claws-mail.desktop
}
+
+do_stage() {
+ autotools_stage_includes
+}