diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2017-04-27 11:04:51 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-08-31 10:18:33 +0200 |
| commit | ec9e5ed06256ad92c818474cdb490dc0d3a0d0a3 (patch) | |
| tree | e16d2a838f4561d5538928a58f805e5f1373225a /meta-oe/recipes-support/flite | |
| parent | 6775acb048dabd624c5c8197b683aba45ed91569 (diff) | |
| download | meta-openembedded-ec9e5ed06256ad92c818474cdb490dc0d3a0d0a3.tar.gz | |
recipes: remove blacklisted recipes
* as PNBLACKLIST message says, these recipes are blacklisted for long
time and nobody showed any interest to fix them
* remove all unused .patch and .inc files as well
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/flite')
3 files changed, 0 insertions, 66 deletions
diff --git a/meta-oe/recipes-support/flite/flite-alsa-1.3/flite-alsa-1.3-configure-with-audio.patch b/meta-oe/recipes-support/flite/flite-alsa-1.3/flite-alsa-1.3-configure-with-audio.patch deleted file mode 100644 index e1e7aed508..0000000000 --- a/meta-oe/recipes-support/flite/flite-alsa-1.3/flite-alsa-1.3-configure-with-audio.patch +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 1 | --- flite-1.3-release/configure.in.old 2008-01-06 02:17:47.000000000 -0600 | ||
| 2 | +++ flite-1.3-release/configure.in 2008-01-06 02:19:56.000000000 -0600 | ||
| 3 | @@ -220,7 +220,8 @@ dnl allow the user to override the one d | ||
| 4 | dnl | ||
| 5 | AC_ARG_WITH( audio, | ||
| 6 | [ --with-audio with specific audio support (none linux freebsd etc) ], | ||
| 7 | - AUDIODRIVER=$with_audio ) | ||
| 8 | + [AUDIODRIVER=$with_audio | ||
| 9 | + AUDIODEFS=]) | ||
| 10 | |||
| 11 | if test "x$AUDIODEFS" = x; then | ||
| 12 | case "$AUDIODRIVER" in | ||
diff --git a/meta-oe/recipes-support/flite/flite-alsa_1.3.bb b/meta-oe/recipes-support/flite/flite-alsa_1.3.bb deleted file mode 100644 index 0883c1ad48..0000000000 --- a/meta-oe/recipes-support/flite/flite-alsa_1.3.bb +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 1 | require flite.inc | ||
| 2 | |||
| 3 | PR = "r1" | ||
| 4 | |||
| 5 | EXTRA_OECONF = "--with-audio=alsa --enable-shared" | ||
| 6 | |||
| 7 | SRC_URI = "http://www.speech.cs.cmu.edu/flite/packed/flite-${PV}/flite-${PV}-release.tar.gz \ | ||
| 8 | file://flite-1.3-alsa_support-1.2.diff \ | ||
| 9 | file://flite-alsa-1.3-configure-with-audio.patch" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "ae0aca1cb7b4801f4372f3a75a9e52b5" | ||
| 12 | SRC_URI[sha256sum] = "922225f7001e57a0fbace8833b0a48790a68f6c7b491f2d47c78ad537ab78a8b" | ||
| 13 | |||
| 14 | # Looks like caused by flite-1.3-alsa_support-1.2.diff | ||
| 15 | # flite-alsa-1.3: No GNU_HASH in the elf binary: '/tmp/work/armv5te-oe-linux-gnueabi/flite-alsa/1.3-r1/packages-split/libflite-alsa-vox16/usr/lib/libflite_cmu_us_kal16.so.1.3' [ldflags] | ||
| 16 | # flite-alsa-1.3: No GNU_HASH in the elf binary: '/tmp/work/armv5te-oe-linux-gnueabi/flite-alsa/1.3-r1/packages-split/libflite-alsa-vox8/usr/lib/libflite_cmu_us_kal.so.1.3' [ldflags] | ||
| 17 | # flite-alsa-1.3: No GNU_HASH in the elf binary: '/tmp/work/core2-64-oe-linux/flite-alsa/1.3-r1/packages-split/libflite-alsa-vox16/usr/lib/libflite_cmu_us_kal16.so.1.3' [ldflags] | ||
| 18 | # flite-alsa-1.3: No GNU_HASH in the elf binary: '/tmp/work/core2-64-oe-linux/flite-alsa/1.3-r1/packages-split/libflite-alsa-vox8/usr/lib/libflite_cmu_us_kal.so.1.3' [ldflags] | ||
| 19 | # flite-alsa-1.3: No GNU_HASH in the elf binary: '/tmp/work/i586-oe-linux/flite-alsa/1.3-r1/packages-split/libflite-alsa-vox16/usr/lib/libflite_cmu_us_kal16.so.1.3' [ldflags] | ||
| 20 | # flite-alsa-1.3: No GNU_HASH in the elf binary: '/tmp/work/i586-oe-linux/flite-alsa/1.3-r1/packages-split/libflite-alsa-vox8/usr/lib/libflite_cmu_us_kal.so.1.3' [ldflags] | ||
| 21 | PNBLACKLIST[flite-alsa] ?= "OLD: wasn't updated in over 6 years, only navit was RSUGGESTing it and doesn't respect LDFLAGS - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
diff --git a/meta-oe/recipes-support/flite/flite.inc b/meta-oe/recipes-support/flite/flite.inc deleted file mode 100644 index 0ef82c004c..0000000000 --- a/meta-oe/recipes-support/flite/flite.inc +++ /dev/null | |||
| @@ -1,33 +0,0 @@ | |||
| 1 | DESCRIPTION = "flite - the festival light speech synthesizer" | ||
| 2 | HOMEPAGE = "http://www.speech.cs.cmu.edu/flite/" | ||
| 3 | SECTION = "console/utils" | ||
| 4 | LICENSE = "flite" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=68a16b1ee49c96c36f232ccdcd287650" | ||
| 6 | DEPENDS = "alsa-oss" | ||
| 7 | |||
| 8 | PARALLEL_MAKE = "" | ||
| 9 | |||
| 10 | S = "${WORKDIR}/flite-${PV}-release" | ||
| 11 | |||
| 12 | CFLAGS += " -lasound " | ||
| 13 | |||
| 14 | inherit autotools-brokensep | ||
| 15 | |||
| 16 | PACKAGES += "lib${PN} lib${PN}-vox8 lib${PN}-vox16" | ||
| 17 | |||
| 18 | FILES_${PN} = "${bindir}" | ||
| 19 | |||
| 20 | FILES_lib${PN} ="${libdir}/libflite.so.* \ | ||
| 21 | ${libdir}/libflite_cmu_time_awb.so.* \ | ||
| 22 | ${libdir}/libflite_cmulex.so.* \ | ||
| 23 | ${libdir}/libflite_usenglish.so.*" | ||
| 24 | |||
| 25 | FILES_lib${PN}-vox8 = "${libdir}/libflite_cmu_us_kal.so.*" | ||
| 26 | |||
| 27 | FILES_lib${PN}-vox16 = "${libdir}/libflite_cmu_us_kal16.so.*" | ||
| 28 | |||
| 29 | LEAD_SONAME = "libflite.so" | ||
| 30 | |||
| 31 | do_install() { | ||
| 32 | oe_runmake INSTALLBINDIR="${D}${bindir}" INSTALLLIBDIR="${D}${libdir}" INSTALLINCDIR="${D}${includedir}" install | ||
| 33 | } | ||
