diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-08 14:25:59 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-08 14:49:16 +0100 |
commit | 67f6baa72a2c4ab868ec9c333863476e4e77513a (patch) | |
tree | 00b72871d7f12e556eb98c67c1a0b3b0c94c3871 /meta-demoapps/recipes-connectivity/farsight/libnice_0.0.6.bb | |
parent | 71e56f8d89c05859ddb817731653d39a8145fb98 (diff) | |
download | poky-67f6baa72a2c4ab868ec9c333863476e4e77513a.tar.gz |
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.
(From OE-Core rev: 204ee7391c19f9b2fa7f8b2ef46d04c7ccf5bd42)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-demoapps/recipes-connectivity/farsight/libnice_0.0.6.bb')
-rw-r--r-- | meta-demoapps/recipes-connectivity/farsight/libnice_0.0.6.bb | 23 |
1 files changed, 0 insertions, 23 deletions
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 30cc7a1b9b..0000000000 --- a/meta-demoapps/recipes-connectivity/farsight/libnice_0.0.6.bb +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | SUMMARY = "IETF draft Interactice Connectivity Establishment standard" | ||
2 | DESCRIPTION = "Libnice is an implementation of the IETF's draft Interactice Connectivity Establishment standard (ICE)." | ||
3 | HOMEPAGE = "http://nice.freedesktop.org/wiki/" | ||
4 | SRC_URI = "http://nice.freedesktop.org/releases/libnice-${PV}.tar.gz" | ||
5 | |||
6 | LICENSE = "LGPL/MPL" | ||
7 | DEPENDS = "glib-2.0 gstreamer" | ||
8 | |||
9 | inherit autotools | ||
10 | |||
11 | FILES_${PN} += "${libdir}/gstreamer-0.10/*.so" | ||
12 | FILES_${PN}-dev += "${libdir}/gstreamer-0.10/*a" | ||
13 | FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug" | ||
14 | |||
15 | do_compile_append() { | ||
16 | for i in $(find ${S} -name "*.pc") ; do | ||
17 | sed -i -e s:${STAGING_DIR_TARGET}::g \ | ||
18 | -e s:/${TARGET_SYS}::g \ | ||
19 | $i | ||
20 | done | ||
21 | } | ||
22 | |||
23 | |||