From: Koen Kooi Date: Wed, 22 Mar 2006 19:39:31 +0000 (+0000) Subject: tapioca: stage more headers X-Git-Tag: Release-2010-05/1~9453^2~2161 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c90b13bf8e8ff5990821f470a4fc4ed5e2a4a86;p=openembedded.git tapioca: stage more headers --- diff --git a/packages/tapioca/tapioca_0.3.0.bb b/packages/tapioca/tapioca_0.3.0.bb index e1b1ce1865..05ff71b160 100644 --- a/packages/tapioca/tapioca_0.3.0.bb +++ b/packages/tapioca/tapioca_0.3.0.bb @@ -1,4 +1,4 @@ -PR = "r0" +PR = "r1" MAINTAINER = "Florian Boor HOMEPAGE = "http://tapioca-voip.sourceforge.net/wiki/index.php/Tapioca" LICENSE = "LGPL" @@ -11,4 +11,9 @@ FILES_${PN} += "${datadir}/dbus*" do_stage () { autotools_stage_all + install -d ${STAGING_INCDIR}/tapioca/core/ + install -d ${STAGING_INCDIR}/tapioca/client/ + + install -m 644 tapioca/core/*.h ${STAGING_INCDIR}/tapioca/core/ + install -m 644 tapioca/client/*.h ${STAGING_INCDIR}/tapioca/client/ }