From e8dd0bfcba2eaca0936372fa46bff766ceef2a9b Mon Sep 17 00:00:00 2001 From: Dmitry Baryshkov Date: Thu, 4 Dec 2008 14:22:49 +0300 Subject: claws-mail: stage headers to let claws plugins compile Signed-off-by: Dmitry Baryshkov --- packages/sylpheed/claws-mail_3.6.1.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/sylpheed/claws-mail_3.6.1.bb b/packages/sylpheed/claws-mail_3.6.1.bb index ac0ff1bd26..a2d7101ece 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 +} -- cgit v1.2.3