diff options
Diffstat (limited to 'meta-demoapps/recipes-support')
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 @@ | |||
1 | SECTION = "libs" | ||
2 | DESCRIPTION = "ISO language, territory, currency, script codes and their translations" | ||
3 | LICENSE = "LGPL" | ||
4 | SECTION = "libs" | ||
5 | PACKAGE_ARCH = "all" | ||
6 | |||
7 | SRC_URI = "ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/iso-codes-${PV}.tar.gz" | ||
8 | |||
9 | inherit autotools | ||
10 | |||
11 | FILES_${PN}-dev="${datadir}/pkgconfig/iso-codes.pc" | ||
12 | FILES_${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 @@ | |||
1 | Upstream-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 @@ | |||
1 | DESCRIPTION = "Fribidi library for bidirectional text" | ||
2 | SECTION = "libs" | ||
3 | LICENSE = "GPL" | ||
4 | |||
5 | inherit autotools pkgconfig | ||
6 | |||
7 | PR = "r0" | ||
8 | |||
9 | S = "${WORKDIR}/fribidi-${PV}" | ||
10 | |||
11 | SRC_URI = "${SOURCEFORGE_MIRROR}/fribidi/fribidi-${PV}.tar.bz2 \ | ||
12 | file://libtool-update.patch;patch=1" | ||
13 | |||
14 | #PACKAGES += " ${PN}-bin" | ||
15 | FILES_${PN} = "${libdir}/lib*.so.*" | ||
16 | #FILES_${PN}-bin = "${libdir}/uu*" | ||
17 | |||
18 | do_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 | # | ||
5 | Upstream-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 @@ | |||
1 | Upstream-Status: Inappropriate [configuration] | ||
2 | |||
3 | Index: 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 @@ | |||
1 | DESCRIPTION = "The Openobex project is an open source implementation of the \ | ||
2 | Object Exchange (OBEX) protocol." | ||
3 | HOMEPAGE = "http://openobex.triq.net" | ||
4 | SECTION = "libs" | ||
5 | PROVIDES = "openobex-apps" | ||
6 | DEPENDS = "libusb bluez4" | ||
7 | LICENSE = "GPL" | ||
8 | PR = "r4" | ||
9 | |||
10 | SRC_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 | |||
14 | inherit autotools binconfig pkgconfig | ||
15 | |||
16 | EXTRA_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? | ||
20 | PACKAGES += "openobex-apps" | ||
21 | FILES_${PN} = "${libdir}/lib*.so.*" | ||
22 | FILES_${PN}-dev += "${bindir}/openobex-config" | ||
23 | FILES_${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 @@ | |||
1 | DESCRIPTION = "Poppler is a PDF rendering library based on the xpdf-3.0 code base." | ||
2 | LICENSE = "Adobe" | ||
3 | PR = "r0" | ||
4 | |||
5 | SRC_URI = "http://poppler.freedesktop.org/${BPN}-${PV}.tar.gz" | ||
6 | |||
7 | do_compile() { | ||
8 | } | ||
9 | |||
10 | do_install() { | ||
11 | oe_runmake install DESTDIR=${D} | ||
12 | } | ||
13 | |||
14 | FILES_${PN} += "${datadir}" | ||
15 | PACKAGE_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 | |||
2 | def 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 @@ | |||
1 | DESCRIPTION = "Poppler is a PDF rendering library based on the xpdf-3.0 code base." | ||
2 | DEPENDS = "fontconfig jpeg zlib gtk+ cairo" | ||
3 | LICENSE = "GPL" | ||
4 | PR = "r1" | ||
5 | |||
6 | SRC_URI = "http://poppler.freedesktop.org/${BPN}-${PV}.tar.gz" | ||
7 | |||
8 | inherit autotools pkgconfig | ||
9 | |||
10 | EXTRA_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 | ||
17 | require poppler-fpu.inc | ||
18 | EXTRA_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 @@ | |||
1 | require poppler.inc | ||
2 | PR = "r2" | ||