[oe-commits] Graeme Gregory : farsight2_0.0.22.bb : new version which will build on fedora 14

git version control git at git.openembedded.org
Sat Nov 20 19:20:02 UTC 2010


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

Author: Graeme Gregory <dp at xora.org.uk>
Date:   Sat Nov 20 19:10:45 2010 +0000

farsight2_0.0.22.bb : new version which will build on fedora 14

The older version has some issue with makefile format that is no longer valid

---

 recipes/farsight/farsight2_0.0.22.bb |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/recipes/farsight/farsight2_0.0.22.bb b/recipes/farsight/farsight2_0.0.22.bb
new file mode 100644
index 0000000..7684275
--- /dev/null
+++ b/recipes/farsight/farsight2_0.0.22.bb
@@ -0,0 +1,25 @@
+DESCRIPTION = "FarSight is an audio/video conferencing framework specifically designed for Instant Messengers."
+HOMEPAGE = "http://farsight.sf.net"
+SRC_URI = "http://farsight.freedesktop.org/releases/farsight2/${P}.tar.gz"
+
+DEPENDS = "libnice glib-2.0 libxml2 zlib dbus gstreamer gst-plugins-base"
+
+inherit autotools
+AUTOTOOLS_STAGE_PKGCONFIG = "1"
+
+EXTRA_OECONF = " \
+  --disable-debug \
+  --disable-gtk-doc \
+  --disable-python \
+"
+
+FILES_${PN} += "${libdir}/*/*.so"
+FILES_${PN}-dev += "${libdir}/*/*a"
+FILES_${PN}-dbg += "${libdir}/*/.debug"
+
+
+
+
+SRC_URI[md5sum] = "e1f540cf3ebab06c3d7db1f46b44ac88"
+SRC_URI[sha256sum] = "3ae59aa61a8071c9fad111e5fd606aabc27961eb4192f8729987a27dae6b3974"
+





More information about the Openembedded-commits mailing list