summaryrefslogtreecommitdiffstats
path: root/meta-demoapps/recipes-support
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-08 14:25:59 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-08 14:49:16 +0100
commit67f6baa72a2c4ab868ec9c333863476e4e77513a (patch)
tree00b72871d7f12e556eb98c67c1a0b3b0c94c3871 /meta-demoapps/recipes-support
parent71e56f8d89c05859ddb817731653d39a8145fb98 (diff)
downloadpoky-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-support')
-rw-r--r--meta-demoapps/recipes-support/iso-codes/iso-codes_3.3.bb13
-rw-r--r--meta-demoapps/recipes-support/libfribidi/files/libtool-update.patch13
-rw-r--r--meta-demoapps/recipes-support/libfribidi/libfribidi_0.10.4.bb23
-rw-r--r--meta-demoapps/recipes-support/openobex/files/disable-cable-test.patch17
-rw-r--r--meta-demoapps/recipes-support/openobex/files/libusb_crosscompile_check.patch15
-rw-r--r--meta-demoapps/recipes-support/openobex/openobex_1.5.bb23
-rw-r--r--meta-demoapps/recipes-support/poppler/poppler-data_0.1.bb16
-rw-r--r--meta-demoapps/recipes-support/poppler/poppler-fpu.inc6
-rw-r--r--meta-demoapps/recipes-support/poppler/poppler.inc18
-rw-r--r--meta-demoapps/recipes-support/poppler/poppler_0.9.2.bb2
10 files changed, 0 insertions, 146 deletions
diff --git a/meta-demoapps/recipes-support/iso-codes/iso-codes_3.3.bb b/meta-demoapps/recipes-support/iso-codes/iso-codes_3.3.bb
deleted file mode 100644
index 21843fd1f4..0000000000
--- a/meta-demoapps/recipes-support/iso-codes/iso-codes_3.3.bb
+++ /dev/null
@@ -1,13 +0,0 @@
1SECTION = "libs"
2DESCRIPTION = "ISO language, territory, currency, script codes and their translations"
3LICENSE = "LGPL"
4SECTION = "libs"
5PACKAGE_ARCH = "all"
6
7SRC_URI = "ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/iso-codes-${PV}.tar.gz"
8
9inherit autotools
10
11FILES_${PN}-dev="${datadir}/pkgconfig/iso-codes.pc"
12FILES_${PN}="${datadir}/xml/iso-codes/ \
13 ${datadir}/iso-codes/"
diff --git a/meta-demoapps/recipes-support/libfribidi/files/libtool-update.patch b/meta-demoapps/recipes-support/libfribidi/files/libtool-update.patch
deleted file mode 100644
index 7fbbe28b8e..0000000000
--- a/meta-demoapps/recipes-support/libfribidi/files/libtool-update.patch
+++ /dev/null
@@ -1,13 +0,0 @@
1Upstream-Status: Inappropriate [configuration]
2
3--- fribidi-0.10.4/configure.in~ 2002-05-19 11:06:48.000000000 +0100
4+++ fribidi-0.10.4/configure.in 2004-08-03 17:42:28.000000000 +0100
5@@ -50,7 +50,7 @@
6 AC_PROG_INSTALL
7 AC_PROG_LN_S
8 AC_PROG_MAKE_SET
9-AC_PROG_RANLIB
10+#AC_PROG_RANLIB
11 AC_PATH_PROG(SED, sed, $PATH)
12
13
diff --git a/meta-demoapps/recipes-support/libfribidi/libfribidi_0.10.4.bb b/meta-demoapps/recipes-support/libfribidi/libfribidi_0.10.4.bb
deleted file mode 100644
index a731421d83..0000000000
--- a/meta-demoapps/recipes-support/libfribidi/libfribidi_0.10.4.bb
+++ /dev/null
@@ -1,23 +0,0 @@
1DESCRIPTION = "Fribidi library for bidirectional text"
2SECTION = "libs"
3LICENSE = "GPL"
4
5inherit autotools pkgconfig
6
7PR = "r0"
8
9S = "${WORKDIR}/fribidi-${PV}"
10
11SRC_URI = "${SOURCEFORGE_MIRROR}/fribidi/fribidi-${PV}.tar.bz2 \
12 file://libtool-update.patch;patch=1"
13
14#PACKAGES += " ${PN}-bin"
15FILES_${PN} = "${libdir}/lib*.so.*"
16#FILES_${PN}-bin = "${libdir}/uu*"
17
18do_configure_prepend () {
19# this version of libtool is old - we have to nobble this file to get it to litoolize
20 rm ltconfig
21 rm aclocal.m4
22 rm acinclude.m4
23}
diff --git a/meta-demoapps/recipes-support/openobex/files/disable-cable-test.patch b/meta-demoapps/recipes-support/openobex/files/disable-cable-test.patch
deleted file mode 100644
index 4251138f73..0000000000
--- a/meta-demoapps/recipes-support/openobex/files/disable-cable-test.patch
+++ /dev/null
@@ -1,17 +0,0 @@
1
2#
3# Patch managed by http://www.holgerschurig.de/patcher.html
4#
5Upstream-Status: Inappropriate [configuration]
6
7--- openobex-1.2/apps/Makefile.am~disable-cable-test
8+++ openobex-1.2/apps/Makefile.am
9@@ -6,7 +6,7 @@
10 obex_io.c obex_io.h \
11 obex_put_common.c obex_put_common.h
12
13-bin_PROGRAMS = irxfer obex_tcp irobex_palm3 obex_test
14+bin_PROGRAMS = irxfer obex_tcp irobex_palm3
15
16 obex_test_SOURCES = \
17 obex_test.c obex_test.h \
diff --git a/meta-demoapps/recipes-support/openobex/files/libusb_crosscompile_check.patch b/meta-demoapps/recipes-support/openobex/files/libusb_crosscompile_check.patch
deleted file mode 100644
index 18841a819a..0000000000
--- a/meta-demoapps/recipes-support/openobex/files/libusb_crosscompile_check.patch
+++ /dev/null
@@ -1,15 +0,0 @@
1Upstream-Status: Inappropriate [configuration]
2
3Index: openobex-1.5/acinclude.m4
4===================================================================
5--- openobex-1.5.orig/acinclude.m4 2009-02-08 18:30:22.000000000 +0000
6+++ openobex-1.5/acinclude.m4 2009-07-31 09:55:46.000000000 +0100
7@@ -158,7 +158,7 @@
8 ;;
9 *)
10 PKG_CHECK_MODULES(USB, libusb, usb_lib_found=yes, AC_MSG_RESULT(no))
11- AC_CHECK_FILE(${prefix}/lib/pkgconfig/libusb.pc, REQUIRES="libusb")
12+ REQUIRES="libusb"
13 ;;
14 esac
15 AC_SUBST(USB_CFLAGS)
diff --git a/meta-demoapps/recipes-support/openobex/openobex_1.5.bb b/meta-demoapps/recipes-support/openobex/openobex_1.5.bb
deleted file mode 100644
index 397c9325af..0000000000
--- a/meta-demoapps/recipes-support/openobex/openobex_1.5.bb
+++ /dev/null
@@ -1,23 +0,0 @@
1DESCRIPTION = "The Openobex project is an open source implementation of the \
2Object Exchange (OBEX) protocol."
3HOMEPAGE = "http://openobex.triq.net"
4SECTION = "libs"
5PROVIDES = "openobex-apps"
6DEPENDS = "libusb bluez4"
7LICENSE = "GPL"
8PR = "r4"
9
10SRC_URI = "${KERNELORG_MIRROR}/linux/bluetooth/openobex-${PV}.tar.gz \
11 file://disable-cable-test.patch;patch=1 \
12 file://libusb_crosscompile_check.patch;patch=1"
13
14inherit autotools binconfig pkgconfig
15
16EXTRA_OECONF = "--enable-apps --enable-syslog --enable-dump \
17 --with-usb=${STAGING_LIBDIR}/.. --with-bluez=${STAGING_LIBDIR}/.."
18
19# how to stop shlibrename from renaming -apps?
20PACKAGES += "openobex-apps"
21FILES_${PN} = "${libdir}/lib*.so.*"
22FILES_${PN}-dev += "${bindir}/openobex-config"
23FILES_${PN}-apps = "${bindir}/*"
diff --git a/meta-demoapps/recipes-support/poppler/poppler-data_0.1.bb b/meta-demoapps/recipes-support/poppler/poppler-data_0.1.bb
deleted file mode 100644
index 37a8564d8f..0000000000
--- a/meta-demoapps/recipes-support/poppler/poppler-data_0.1.bb
+++ /dev/null
@@ -1,16 +0,0 @@
1DESCRIPTION = "Poppler is a PDF rendering library based on the xpdf-3.0 code base."
2LICENSE = "Adobe"
3PR = "r0"
4
5SRC_URI = "http://poppler.freedesktop.org/${BPN}-${PV}.tar.gz"
6
7do_compile() {
8}
9
10do_install() {
11 oe_runmake install DESTDIR=${D}
12}
13
14FILES_${PN} += "${datadir}"
15PACKAGE_ARCH = "all"
16
diff --git a/meta-demoapps/recipes-support/poppler/poppler-fpu.inc b/meta-demoapps/recipes-support/poppler/poppler-fpu.inc
deleted file mode 100644
index 2fbee13b51..0000000000
--- a/meta-demoapps/recipes-support/poppler/poppler-fpu.inc
+++ /dev/null
@@ -1,6 +0,0 @@
1
2def get_poppler_fpu_setting(bb, d):
3 if d.getVar('TARGET_FPU', 1) in [ 'soft' ]:
4 return "--enable-fixedpoint"
5 return ""
6
diff --git a/meta-demoapps/recipes-support/poppler/poppler.inc b/meta-demoapps/recipes-support/poppler/poppler.inc
deleted file mode 100644
index b534ac2ed2..0000000000
--- a/meta-demoapps/recipes-support/poppler/poppler.inc
+++ /dev/null
@@ -1,18 +0,0 @@
1DESCRIPTION = "Poppler is a PDF rendering library based on the xpdf-3.0 code base."
2DEPENDS = "fontconfig jpeg zlib gtk+ cairo"
3LICENSE = "GPL"
4PR = "r1"
5
6SRC_URI = "http://poppler.freedesktop.org/${BPN}-${PV}.tar.gz"
7
8inherit autotools pkgconfig
9
10EXTRA_OECONF = " --enable-xpdf-headers \
11 --disable-gtk-test \
12 --disable-poppler-qt --disable-poppler-qt4 \
13 --enable-zlib \
14 "
15
16#check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points
17require poppler-fpu.inc
18EXTRA_OECONF += "${@get_poppler_fpu_setting(bb, d)}"
diff --git a/meta-demoapps/recipes-support/poppler/poppler_0.9.2.bb b/meta-demoapps/recipes-support/poppler/poppler_0.9.2.bb
deleted file mode 100644
index 92c25bc0ac..0000000000
--- a/meta-demoapps/recipes-support/poppler/poppler_0.9.2.bb
+++ /dev/null
@@ -1,2 +0,0 @@
1require poppler.inc
2PR = "r2"