[oe-commits] Dmitry Baryshkov : claws-mail: stage headers to let claws plugins compile

GIT User account git at amethyst.openembedded.net
Thu Dec 4 14:00:39 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: e8dd0bfcba2eaca0936372fa46bff766ceef2a9b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e8dd0bfcba2eaca0936372fa46bff766ceef2a9b

Author: Dmitry Baryshkov <dbaryshkov at gmail.com>
Date:   Thu Dec  4 14:22:49 2008 +0300

claws-mail: stage headers to let claws plugins compile

Signed-off-by: Dmitry Baryshkov <dbaryshkov at gmail.com>

---

 packages/sylpheed/claws-mail_3.6.1.bb |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/packages/sylpheed/claws-mail_3.6.1.bb b/packages/sylpheed/claws-mail_3.6.1.bb
index ac0ff1b..a2d7101 100644
--- 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 = "r0"
+PR = "r1"
 
 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
+}





More information about the Openembedded-commits mailing list