summaryrefslogtreecommitdiff
path: root/packages/yasr
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denis@denix.org>2009-03-17 14:32:59 -0400
committerDenys Dmytriyenko <denis@denix.org>2009-03-17 14:32:59 -0400
commit709c4d66e0b107ca606941b988bad717c0b45d9b (patch)
tree37ee08b1eb308f3b2b6426d5793545c38396b838 /packages/yasr
parentfa6cd5a3b993f16c27de4ff82b42684516d433ba (diff)
rename packages/ to recipes/ per earlier agreement
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'packages/yasr')
-rw-r--r--packages/yasr/files/yasr-0.6.9-gcc43.patch26
-rw-r--r--packages/yasr/files/yasr-0.6.9-remove-m4.patch29
-rw-r--r--packages/yasr/yasr_0.6.9.bb16
3 files changed, 0 insertions, 71 deletions
diff --git a/packages/yasr/files/yasr-0.6.9-gcc43.patch b/packages/yasr/files/yasr-0.6.9-gcc43.patch
deleted file mode 100644
index ee2b1a6ef7..0000000000
--- a/packages/yasr/files/yasr-0.6.9-gcc43.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff -NrU5 yasr-0.6.9.orig/yasr/yasr.h yasr-0.6.9/yasr/yasr.h
---- yasr-0.6.9.orig/yasr/yasr.h 2008-06-29 01:23:44.000000000 +0200
-+++ yasr-0.6.9/yasr/yasr.h 2008-06-29 01:37:00.000000000 +0200
-@@ -306,22 +306,10 @@
- extern void opt_say(int num, int flag);
- extern void opt_set(int num, void *val);
- extern void opt_queue_empty(int ll);
- extern void opt_write(FILE * fp);
-
--/* openpty.c prototypes */
--extern int openpty(int *, int *, char *, struct termios *, struct winsize *);
--
--/* cfmakeraw.c prototypes */
--extern void cfmakeraw(struct termios *);
--
--/* login_tty.c prototypes */
--extern int login_tty(int);
--
--/* forkpty.c prototypes */
--extern int forkpty(int *, char *, struct termios *, struct winsize *);
--
- /* tbc - Would it be more efficient to ensure that "blank" grids always held
- ascii 0x20 rather than ascii 0x00? */
- #define y_isblank(ch) ((ch & 0xdf) == 0)
- #define cblank(r, c) ((win->row[r][c] & 0xdf) == 0)
- #define ttssend(x) if (x) tts_send(x, strlen(x))
diff --git a/packages/yasr/files/yasr-0.6.9-remove-m4.patch b/packages/yasr/files/yasr-0.6.9-remove-m4.patch
deleted file mode 100644
index fa05f0791f..0000000000
--- a/packages/yasr/files/yasr-0.6.9-remove-m4.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-diff -Naur yasr-0.6.9.orig/Makefile.am yasr-0.6.9/Makefile.am
---- yasr-0.6.9.orig/Makefile.am 2008-02-02 06:44:05.000000000 -0600
-+++ yasr-0.6.9/Makefile.am 2009-02-06 08:37:07.000000000 -0600
-@@ -7,7 +7,6 @@
-
- SUBDIRS = \
- $(yasr_DDIRS) \
--m4 \
- po
-
- pkgdata_DATA = \
-@@ -25,4 +24,3 @@
- README-fr \
- README-ru
-
--ACLOCAL_AMFLAGS = -I m4
-diff -Naur yasr-0.6.9.orig/configure.in yasr-0.6.9/configure.in
---- yasr-0.6.9.orig/configure.in 2008-02-02 07:09:04.000000000 -0600
-+++ yasr-0.6.9/configure.in 2009-02-06 08:36:43.000000000 -0600
-@@ -59,8 +59,7 @@
- AM_GNU_GETTEXT(external)
- AM_GNU_GETTEXT_VERSION([0.17])
-
--AC_OUTPUT([ m4/Makefile
--Makefile
-+AC_OUTPUT([ Makefile
- yasr/Makefile
- acclogin/Makefile
- po/Makefile.in
diff --git a/packages/yasr/yasr_0.6.9.bb b/packages/yasr/yasr_0.6.9.bb
deleted file mode 100644
index 4d6fd28ede..0000000000
--- a/packages/yasr/yasr_0.6.9.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright (C) 2009 Khem Raj <raj.khem@gmail.com>
-# Released under the MIT license (see COPYING.MIT for the terms)
-
-DESCRIPTION = "Yet Another Screen Reader(yasr) is a \
- general-purpose console screen reader"
-HOMEPAGE = "http://yasr.sf.net"
-LICENSE = "GPLv2"
-SECTION = "console/utils"
-SUGGESTS = "speech-dispatcher"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/yasr/yasr-${PV}.tar.gz \
- file://yasr-0.6.9-gcc43.patch;patch=1 \
- file://yasr-0.6.9-remove-m4.patch;patch=1 \
- "
-
-inherit autotools