From 204ee7391c19f9b2fa7f8b2ef46d04c7ccf5bd42 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 8 May 2012 14:25:59 +0100 Subject: meta-demoapps: Remove except for xeyes and pong-clock http://lists.linuxtogo.org/pipermail/openembedded-core/2012-May/022059.html As proposed by Martin Jansa with a couple of changes from me. Signed-off-by: Richard Purdie --- .../farsight/farsight2_0.0.9.bb | 23 ---------------------- .../recipes-connectivity/farsight/libnice_0.0.6.bb | 23 ---------------------- 2 files changed, 46 deletions(-) delete mode 100644 meta-demoapps/recipes-connectivity/farsight/farsight2_0.0.9.bb delete mode 100644 meta-demoapps/recipes-connectivity/farsight/libnice_0.0.6.bb (limited to 'meta-demoapps/recipes-connectivity/farsight') diff --git a/meta-demoapps/recipes-connectivity/farsight/farsight2_0.0.9.bb b/meta-demoapps/recipes-connectivity/farsight/farsight2_0.0.9.bb deleted file mode 100644 index ee0ce8a45..000000000 --- a/meta-demoapps/recipes-connectivity/farsight/farsight2_0.0.9.bb +++ /dev/null @@ -1,23 +0,0 @@ -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/${BPN}-${PV}.tar.gz" -LICENSE = "LGPLv2.1" -DEPENDS = "libnice glib-2.0 libxml2 zlib dbus gstreamer gst-plugins-base" - -inherit autotools - -PR = "r2" - -EXTRA_OECONF = " \ - --disable-debug \ - --disable-gtk-doc \ - --disable-python \ -" - -FILES_${PN} += "${libdir}/*/*.so" -FILES_${PN}-dev += "${libdir}/f*/*a ${libdir}/g*/*a" -FILES_${PN}-dbg += "${libdir}/*/.debug" - - - - diff --git a/meta-demoapps/recipes-connectivity/farsight/libnice_0.0.6.bb b/meta-demoapps/recipes-connectivity/farsight/libnice_0.0.6.bb deleted file mode 100644 index 30cc7a1b9..000000000 --- a/meta-demoapps/recipes-connectivity/farsight/libnice_0.0.6.bb +++ /dev/null @@ -1,23 +0,0 @@ -SUMMARY = "IETF draft Interactice Connectivity Establishment standard" -DESCRIPTION = "Libnice is an implementation of the IETF's draft Interactice Connectivity Establishment standard (ICE)." -HOMEPAGE = "http://nice.freedesktop.org/wiki/" -SRC_URI = "http://nice.freedesktop.org/releases/libnice-${PV}.tar.gz" - -LICENSE = "LGPL/MPL" -DEPENDS = "glib-2.0 gstreamer" - -inherit autotools - -FILES_${PN} += "${libdir}/gstreamer-0.10/*.so" -FILES_${PN}-dev += "${libdir}/gstreamer-0.10/*a" -FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug" - -do_compile_append() { - for i in $(find ${S} -name "*.pc") ; do - sed -i -e s:${STAGING_DIR_TARGET}::g \ - -e s:/${TARGET_SYS}::g \ - $i - done -} - - -- cgit v1.2.3