From: Koen Kooi Date: Wed, 22 Mar 2006 19:44:51 +0000 (+0000) Subject: farsight: stage some headers X-Git-Tag: Release-2010-05/1~9453^2~2160 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04b437bdedc922b17a01d45e3657e6aad61025c9;p=openembedded.git farsight: stage some headers --- diff --git a/packages/farsight/farsight_20060322.bb b/packages/farsight/farsight_20060322.bb index 5122e7a69f..994569ac57 100644 --- a/packages/farsight/farsight_20060322.bb +++ b/packages/farsight/farsight_20060322.bb @@ -1,10 +1,11 @@ DESCRIPTION = "FarSight is an audio/video conferencing framework specifically designed for Instant Messengers." HOMEPAGE = "http://farsight.sf.net" SRC_URI = "http://ewi546.ewi.utwente.nl/OE/source/${PN}_${PV}.tar.bz2" +PR="r1" MAINTAINER = "Koen Kooi " -DEPENDS = "glib-2.0 dbus libjingle gstreamer" +DEPENDS = "glib-2.0 libxml2 zlib dbus libjingle gstreamer gst-plugins-base" inherit autotools pkgconfig @@ -24,6 +25,9 @@ EXTRA_OECONF = " \ FILES_${PN} += "${libdir}/farsight-0.1/*so" FILES_${PN}-dev += "${libdir}/farsight-0.1/*.a ${libdir}/farsight-0.1/*.so.*" +do_stage() { +autotools_stage_all +}