* [meta-baryon][PATCH 0/6] Remove unneeded recipes
@ 2013-10-04 23:09 Paul Eggleton
2013-10-04 23:09 ` [meta-baryon][PATCH 1/6] faad2: remove Paul Eggleton
` (5 more replies)
0 siblings, 6 replies; 7+ messages in thread
From: Paul Eggleton @ 2013-10-04 23:09 UTC (permalink / raw)
To: yocto
Remove recipes that are no longer needed (mostly due to the removal of
ffmpeg.)
The following changes since commit 39866861a66d62aada6c0dae07521aedb6fe2d35:
samba: fix QA error due to volatiles presence (2013-09-23 14:01:41 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib paule/baryon-cleanup
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=paule/baryon-cleanup
Paul Eggleton (6):
faad2: remove
libgsm: remove
faac: remove
schroedinger: remove
orc: remove
netperf: remove
.../netperf/netperf-2.4.4/cpu_set.patch | 32 ----
recipes-connectivity/netperf/netperf-2.4.4/init | 51 -------
.../netperf/netperf-2.4.4/vfork.patch | 35 -----
recipes-connectivity/netperf/netperf_2.4.4.bb | 46 ------
recipes-multimedia/faac/faac_1.24.bb | 24 ---
recipes-multimedia/faad2/faad2_2.7.bb | 28 ----
.../libgsm/libgsm-1.0.12/01_makefile.patch | 82 -----------
.../libgsm/libgsm-1.0.12/02_cplusplus.patch | 33 -----
.../libgsm/libgsm-1.0.12/03_config.patch | 162 ---------------------
.../libgsm/libgsm-1.0.12/04_includes.patch | 51 -------
.../libgsm-1.0.12/05_compiler_warnings.patch | 106 --------------
recipes-multimedia/libgsm/libgsm_1.0.12.bb | 40 -----
recipes-multimedia/orc/orc.inc | 23 ---
recipes-multimedia/orc/orc_0.4.5.bb | 7 -
.../schroedinger/files/configure.ac.patch | 21 ---
recipes-multimedia/schroedinger/schroedinger.inc | 21 ---
.../schroedinger/schroedinger_1.0.9.bb | 15 --
17 files changed, 777 deletions(-)
delete mode 100644 recipes-connectivity/netperf/netperf-2.4.4/cpu_set.patch
delete mode 100644 recipes-connectivity/netperf/netperf-2.4.4/init
delete mode 100755 recipes-connectivity/netperf/netperf-2.4.4/vfork.patch
delete mode 100644 recipes-connectivity/netperf/netperf_2.4.4.bb
delete mode 100644 recipes-multimedia/faac/faac_1.24.bb
delete mode 100644 recipes-multimedia/faad2/faad2_2.7.bb
delete mode 100644 recipes-multimedia/libgsm/libgsm-1.0.12/01_makefile.patch
delete mode 100644 recipes-multimedia/libgsm/libgsm-1.0.12/02_cplusplus.patch
delete mode 100644 recipes-multimedia/libgsm/libgsm-1.0.12/03_config.patch
delete mode 100644 recipes-multimedia/libgsm/libgsm-1.0.12/04_includes.patch
delete mode 100644 recipes-multimedia/libgsm/libgsm-1.0.12/05_compiler_warnings.patch
delete mode 100644 recipes-multimedia/libgsm/libgsm_1.0.12.bb
delete mode 100644 recipes-multimedia/orc/orc.inc
delete mode 100644 recipes-multimedia/orc/orc_0.4.5.bb
delete mode 100644 recipes-multimedia/schroedinger/files/configure.ac.patch
delete mode 100644 recipes-multimedia/schroedinger/schroedinger.inc
delete mode 100644 recipes-multimedia/schroedinger/schroedinger_1.0.9.bb
--
1.8.1.2
^ permalink raw reply [flat|nested] 7+ messages in thread
* [meta-baryon][PATCH 1/6] faad2: remove
2013-10-04 23:09 [meta-baryon][PATCH 0/6] Remove unneeded recipes Paul Eggleton
@ 2013-10-04 23:09 ` Paul Eggleton
2013-10-04 23:09 ` [meta-baryon][PATCH 2/6] libgsm: remove Paul Eggleton
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Paul Eggleton @ 2013-10-04 23:09 UTC (permalink / raw)
To: yocto
No longer needed. The recipe is currently maintained in meta-oe.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
recipes-multimedia/faad2/faad2_2.7.bb | 28 ----------------------------
1 file changed, 28 deletions(-)
delete mode 100644 recipes-multimedia/faad2/faad2_2.7.bb
diff --git a/recipes-multimedia/faad2/faad2_2.7.bb b/recipes-multimedia/faad2/faad2_2.7.bb
deleted file mode 100644
index 6dc79e2..0000000
--- a/recipes-multimedia/faad2/faad2_2.7.bb
+++ /dev/null
@@ -1,28 +0,0 @@
-DESCRIPTION = "Library for reading some sort of media format."
-SECTION = "libs"
-LICENSE = "GPLv2+"
-LIC_FILES_CHKSUM = "file://COPYING;md5=381c8cbe277a7bc1ee2ae6083a04c958 \
- file://README;beginline=19;endline=40;md5=79929d64a69b0588ba8445f6eea56913"
-
-PR = "r2"
-
-inherit autotools
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/faac/faad2-src/faad2-${PV}/${PN}-${PV}.tar.bz2;name=faad2 \
-"
-
-SRC_URI[faad2.md5sum] = "4c332fa23febc0e4648064685a3d4332"
-SRC_URI[faad2.sha256sum] = "14561b5d6bc457e825bfd3921ae50a6648f377a9396eaf16d4b057b39a3f63b5"
-
-PACKAGES =+ "libfaad libfaad-dev libfaad-staticdev libmp4ff libmp4ff-dev libmp4ff-staticdev"
-
-FILES_${PN} = "${bindir}/faad"
-
-FILES_libfaad = "${libdir}/libfaad.so.*"
-FILES_libfaad-dev = "${libdir}/libfaad.so ${libdir}/libfaad.la ${includedir}/faad.h"
-FILES_libfaad-staticdev = "${libdir}/libfaad.a"
-
-FILES_libmp4ff = "${libdir}/libmp4ff.so.*"
-FILES_libmp4ff-dev = "${libdir}/libmp4ff.so ${libdir}/libmp4ff.la ${includedir}/mp4ff.h"
-FILES_libmp4ff-staticdev = "${libdir}/libmp4ff.a"
-
--
1.8.1.2
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [meta-baryon][PATCH 2/6] libgsm: remove
2013-10-04 23:09 [meta-baryon][PATCH 0/6] Remove unneeded recipes Paul Eggleton
2013-10-04 23:09 ` [meta-baryon][PATCH 1/6] faad2: remove Paul Eggleton
@ 2013-10-04 23:09 ` Paul Eggleton
2013-10-04 23:09 ` [meta-baryon][PATCH 3/6] faac: remove Paul Eggleton
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Paul Eggleton @ 2013-10-04 23:09 UTC (permalink / raw)
To: yocto
No longer needed. The recipe is currently maintained in meta-telephony.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
.../libgsm/libgsm-1.0.12/01_makefile.patch | 82 -----------
.../libgsm/libgsm-1.0.12/02_cplusplus.patch | 33 -----
.../libgsm/libgsm-1.0.12/03_config.patch | 162 ---------------------
.../libgsm/libgsm-1.0.12/04_includes.patch | 51 -------
.../libgsm-1.0.12/05_compiler_warnings.patch | 106 --------------
recipes-multimedia/libgsm/libgsm_1.0.12.bb | 40 -----
6 files changed, 474 deletions(-)
delete mode 100644 recipes-multimedia/libgsm/libgsm-1.0.12/01_makefile.patch
delete mode 100644 recipes-multimedia/libgsm/libgsm-1.0.12/02_cplusplus.patch
delete mode 100644 recipes-multimedia/libgsm/libgsm-1.0.12/03_config.patch
delete mode 100644 recipes-multimedia/libgsm/libgsm-1.0.12/04_includes.patch
delete mode 100644 recipes-multimedia/libgsm/libgsm-1.0.12/05_compiler_warnings.patch
delete mode 100644 recipes-multimedia/libgsm/libgsm_1.0.12.bb
diff --git a/recipes-multimedia/libgsm/libgsm-1.0.12/01_makefile.patch b/recipes-multimedia/libgsm/libgsm-1.0.12/01_makefile.patch
deleted file mode 100644
index 5338b15..0000000
--- a/recipes-multimedia/libgsm/libgsm-1.0.12/01_makefile.patch
+++ /dev/null
@@ -1,82 +0,0 @@
-Some changes to Makefile.
-
-Use symbol link instead of hard link.
-Build out dynamic libgsm library.
-
-Derived from meta-demo layer
-
-Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
-
-Upstream-Status: Inappropriate [configuration]
-
-diff -urNad libgsm-1.0.12~/Makefile libgsm-1.0.12/Makefile
---- libgsm-1.0.12~/Makefile 2007-11-01 15:37:52.000000000 +0100
-+++ libgsm-1.0.12/Makefile 2007-11-01 15:43:06.000000000 +0100
-@@ -96,7 +96,7 @@
- # Other tools
-
- SHELL = /bin/sh
--LN = ln
-+LN = ln -s
- BASENAME = basename
- AR = ar
- ARFLAGS = cr
-@@ -140,6 +140,7 @@
- # Targets
-
- LIBGSM = $(LIB)/libgsm.a
-+LIBGSMSO= $(LIB)/libgsm.so
-
- TOAST = $(BIN)/toast
- UNTOAST = $(BIN)/untoast
-@@ -279,7 +280,7 @@
-
- # Target rules
-
--all: $(LIBGSM) $(TOAST) $(TCAT) $(UNTOAST)
-+all: $(LIBGSM) $(LIBGSMSO) $(TOAST) $(TCAT) $(UNTOAST)
- @-echo $(ROOT): Done.
-
- tst: $(TST)/lin2cod $(TST)/cod2lin $(TOAST) $(TST)/test-result
-@@ -299,6 +300,11 @@
-
- # The basic API: libgsm
-
-+$(LIBGSMSO): $(LIB) $(GSM_OBJECTS)
-+ $(LD) -o $@.1.0.12 -shared -Xlinker -soname -Xlinker libgsm.so.1 $(GSM_OBJECTS) -lc $(LDFLAGS)
-+ ln -fs libgsm.so.1.0.12 lib/libgsm.so.1
-+ ln -fs libgsm.so.1.0.12 lib/libgsm.so
-+
- $(LIBGSM): $(LIB) $(GSM_OBJECTS)
- -rm $(RMFLAGS) $(LIBGSM)
- $(AR) $(ARFLAGS) $(LIBGSM) $(GSM_OBJECTS)
-@@ -308,15 +314,15 @@
- # Toast, Untoast and Tcat -- the compress-like frontends to gsm.
-
- $(TOAST): $(BIN) $(TOAST_OBJECTS) $(LIBGSM)
-- $(LD) $(LFLAGS) -o $(TOAST) $(TOAST_OBJECTS) $(LIBGSM) $(LDLIB)
-+ $(LD) $(LFLAGS) -o $(TOAST) $(TOAST_OBJECTS) $(LIBGSMSO) $(LDLIB)
-
- $(UNTOAST): $(BIN) $(TOAST)
- -rm $(RMFLAGS) $(UNTOAST)
-- $(LN) $(TOAST) $(UNTOAST)
-+ $(LN) toast $(UNTOAST)
-
- $(TCAT): $(BIN) $(TOAST)
- -rm $(RMFLAGS) $(TCAT)
-- $(LN) $(TOAST) $(TCAT)
-+ $(LN) toast $(TCAT)
-
-
- # The local bin and lib directories
-@@ -426,7 +432,9 @@
-
- clean: semi-clean
- -rm $(RMFLAGS) $(LIBGSM) $(ADDTST)/add \
-- $(TOAST) $(TCAT) $(UNTOAST) \
-+ $(LIBGSMSO) $(LIB)/libgsm.so.1.0.12 \
-+ $(LIB)libgsm.so.1 \
-+ $(TOAST) $(TCAT) $(UNTOAST) \
- $(ROOT)/gsm-1.0.tar.Z
-
-
diff --git a/recipes-multimedia/libgsm/libgsm-1.0.12/02_cplusplus.patch b/recipes-multimedia/libgsm/libgsm-1.0.12/02_cplusplus.patch
deleted file mode 100644
index 1b55ff9..0000000
--- a/recipes-multimedia/libgsm/libgsm-1.0.12/02_cplusplus.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-Add some cpluplus declarations
-
-Derived from meta-demo layer
-
-Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
-
-Upstream-Status: Pending
-
-diff -urNad libgsm-1.0.10~/inc/gsm.h libgsm-1.0.10/inc/gsm.h
---- libgsm-1.0.10~/inc/gsm.h 2007-11-01 15:37:52.000000000 +0100
-+++ libgsm-1.0.10/inc/gsm.h 2007-11-01 15:44:52.000000000 +0100
-@@ -54,6 +54,10 @@
- #define GSM_OPT_FRAME_INDEX 5
- #define GSM_OPT_FRAME_CHAIN 6
-
-+#ifdef __cplusplus
-+extern "C" {
-+#endif
-+
- extern gsm gsm_create GSM_P((void));
- extern void gsm_destroy GSM_P((gsm));
-
-@@ -66,6 +70,10 @@
- extern int gsm_explode GSM_P((gsm, gsm_byte *, gsm_signal *));
- extern void gsm_implode GSM_P((gsm, gsm_signal *, gsm_byte *));
-
-+#ifdef __cplusplus
-+}
-+#endif
-+
- #undef GSM_P
-
- #endif /* GSM_H */
diff --git a/recipes-multimedia/libgsm/libgsm-1.0.12/03_config.patch b/recipes-multimedia/libgsm/libgsm-1.0.12/03_config.patch
deleted file mode 100644
index 5ae83e8..0000000
--- a/recipes-multimedia/libgsm/libgsm-1.0.12/03_config.patch
+++ /dev/null
@@ -1,162 +0,0 @@
-Use gsm_config.h instead of config.h
-
-Derived from meta-demo layer
-
-Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
-
-Upstream-Status: Inappropriate [configuration]
-
-diff -urNad libgsm-1.0.10~/Makefile libgsm-1.0.10/Makefile
---- libgsm-1.0.10~/Makefile 2007-11-01 15:37:52.000000000 +0100
-+++ libgsm-1.0.10/Makefile 2007-11-01 15:48:02.000000000 +0100
-@@ -151,7 +151,7 @@
-
- HEADERS = $(INC)/proto.h \
- $(INC)/unproto.h \
-- $(INC)/config.h \
-+ $(INC)/gsm_config.h \
- $(INC)/private.h \
- $(INC)/gsm.h \
- $(INC)/toast.h \
-diff -urNad libgsm-1.0.10~/inc/config.h libgsm-1.0.10/inc/config.h
---- libgsm-1.0.10~/inc/config.h 2007-11-01 15:37:52.000000000 +0100
-+++ libgsm-1.0.10/inc/config.h 1970-01-01 01:00:00.000000000 +0100
-@@ -1,37 +0,0 @@
--/*
-- * Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
-- * Universitaet Berlin. See the accompanying file "COPYRIGHT" for
-- * details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
-- */
--
--/*$Header: /tmp_amd/presto/export/kbs/jutta/src/gsm/RCS/config.h,v 1.5 1996/07/02 11:26:20 jutta Exp $*/
--
--#ifndef CONFIG_H
--#define CONFIG_H
--
--/*efine SIGHANDLER_T int /* signal handlers are void */
--/*efine HAS_SYSV_SIGNAL 1 /* sigs not blocked/reset? */
--
--#define HAS_STDLIB_H 1 /* /usr/include/stdlib.h */
--#define HAS_LIMITS_H 1 /* /usr/include/limits.h */
--#define HAS_FCNTL_H 1 /* /usr/include/fcntl.h */
--#define HAS_ERRNO_DECL 1 /* errno.h declares errno */
--
--#define HAS_FSTAT 1 /* fstat syscall */
--#define HAS_FCHMOD 1 /* fchmod syscall */
--#define HAS_CHMOD 1 /* chmod syscall */
--#define HAS_FCHOWN 1 /* fchown syscall */
--#define HAS_CHOWN 1 /* chown syscall */
--/*efine HAS__FSETMODE 1 /* _fsetmode -- set file mode */
--
--#define HAS_STRING_H 1 /* /usr/include/string.h */
--/*efine HAS_STRINGS_H 1 /* /usr/include/strings.h */
--
--#define HAS_UNISTD_H 1 /* /usr/include/unistd.h */
--#define HAS_UTIME 1 /* POSIX utime(path, times) */
--/*efine HAS_UTIMES 1 /* use utimes() syscall instead */
--#define HAS_UTIME_H 1 /* UTIME header file */
--#define HAS_UTIMBUF 1 /* struct utimbuf */
--/*efine HAS_UTIMEUSEC 1 /* microseconds in utimbuf? */
--
--#endif /* CONFIG_H */
-diff -urNad libgsm-1.0.10~/inc/gsm_config.h libgsm-1.0.10/inc/gsm_config.h
---- libgsm-1.0.10~/inc/gsm_config.h 1970-01-01 01:00:00.000000000 +0100
-+++ libgsm-1.0.10/inc/gsm_config.h 2007-11-01 15:46:19.000000000 +0100
-@@ -0,0 +1,37 @@
-+/*
-+ * Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
-+ * Universitaet Berlin. See the accompanying file "COPYRIGHT" for
-+ * details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
-+ */
-+
-+/*$Header: /tmp_amd/presto/export/kbs/jutta/src/gsm/RCS/config.h,v 1.5 1996/07/02 11:26:20 jutta Exp $*/
-+
-+#ifndef CONFIG_H
-+#define CONFIG_H
-+
-+/*efine SIGHANDLER_T int -* signal handlers are void */
-+/*efine HAS_SYSV_SIGNAL 1 -* sigs not blocked/reset? */
-+
-+#define HAS_STDLIB_H 1 /* /usr/include/stdlib.h */
-+#define HAS_STDIO_H 1 /* /usr/include/stdio.h */
-+/*efine HAS_LIMITS_H 1 -* /usr/include/limits.h */
-+#define HAS_FCNTL_H 1 /* /usr/include/fcntl.h */
-+
-+#define HAS_FSTAT 1 /* fstat syscall */
-+#define HAS_FCHMOD 1 /* fchmod syscall */
-+#define HAS_CHMOD 1 /* chmod syscall */
-+#define HAS_FCHOWN 1 /* fchown syscall */
-+#define HAS_CHOWN 1 /* chown syscall */
-+/*efine HAS__FSETMODE 1 -* _fsetmode -- set file mode */
-+
-+#define HAS_STRING_H 1 /* /usr/include/string.h */
-+/*efine HAS_STRINGS_H 1 -* /usr/include/strings.h */
-+
-+#define HAS_UNISTD_H 1 /* /usr/include/unistd.h */
-+#define HAS_UTIME 1 /* POSIX utime(path, times) */
-+/*efine HAS_UTIMES 1 -* use utimes() syscall instead */
-+#define HAS_UTIME_H 1 /* UTIME header file */
-+/*efine HAS_UTIMBUF 1 -* struct utimbuf */
-+/*efine HAS_UTIMEUSEC 1 -* microseconds in utimbuf? */
-+
-+#endif /* CONFIG_H */
-diff -urNad libgsm-1.0.10~/inc/toast.h libgsm-1.0.10/inc/toast.h
---- libgsm-1.0.10~/inc/toast.h 2007-11-01 15:37:52.000000000 +0100
-+++ libgsm-1.0.10/inc/toast.h 2007-11-01 15:48:17.000000000 +0100
-@@ -9,7 +9,7 @@
- #ifndef TOAST_H
- #define TOAST_H /* Guard against multiple includes */
-
--#include "config.h"
-+#include "gsm_config.h"
-
- #include <sys/types.h>
- #include <sys/stat.h>
-diff -urNad libgsm-1.0.10~/src/code.c libgsm-1.0.10/src/code.c
---- libgsm-1.0.10~/src/code.c 2007-11-01 15:37:52.000000000 +0100
-+++ libgsm-1.0.10/src/code.c 2007-11-01 15:48:34.000000000 +0100
-@@ -6,7 +6,7 @@
-
- /* $Header: /tmp_amd/presto/export/kbs/jutta/src/gsm/RCS/code.c,v 1.3 1996/07/02 09:59:05 jutta Exp $ */
-
--#include "config.h"
-+#include "gsm_config.h"
-
-
- #ifdef HAS_STDLIB_H
-diff -urNad libgsm-1.0.10~/src/gsm_create.c libgsm-1.0.10/src/gsm_create.c
---- libgsm-1.0.10~/src/gsm_create.c 1996-07-02 16:32:44.000000000 +0200
-+++ libgsm-1.0.10/src/gsm_create.c 2007-11-01 15:48:48.000000000 +0100
-@@ -6,7 +6,7 @@
-
- static char const ident[] = "$Header: /tmp_amd/presto/export/kbs/jutta/src/gsm/RCS/gsm_create.c,v 1.4 1996/07/02 09:59:05 jutta Exp $";
-
--#include "config.h"
-+#include "gsm_config.h"
-
- #ifdef HAS_STRING_H
- #include <string.h>
-diff -urNad libgsm-1.0.10~/src/gsm_destroy.c libgsm-1.0.10/src/gsm_destroy.c
---- libgsm-1.0.10~/src/gsm_destroy.c 1996-07-02 16:32:39.000000000 +0200
-+++ libgsm-1.0.10/src/gsm_destroy.c 2007-11-01 15:48:57.000000000 +0100
-@@ -7,7 +7,7 @@
- /* $Header: /tmp_amd/presto/export/kbs/jutta/src/gsm/RCS/gsm_destroy.c,v 1.3 1994/11/28 19:52:25 jutta Exp $ */
-
- #include "gsm.h"
--#include "config.h"
-+#include "gsm_config.h"
- #include "proto.h"
-
- #ifdef HAS_STDLIB_H
-diff -urNad libgsm-1.0.10~/tls/taste.c libgsm-1.0.10/tls/taste.c
---- libgsm-1.0.10~/tls/taste.c 1996-07-02 16:33:05.000000000 +0200
-+++ libgsm-1.0.10/tls/taste.c 2007-11-01 15:49:54.000000000 +0100
-@@ -10,7 +10,7 @@
- #include <string.h>
- #include <memory.h>
-
--#include "config.h"
-+#include "gsm_config.h"
-
- #ifdef HAS_STDLIB_H
- # include <stdlib.h>
diff --git a/recipes-multimedia/libgsm/libgsm-1.0.12/04_includes.patch b/recipes-multimedia/libgsm/libgsm-1.0.12/04_includes.patch
deleted file mode 100644
index 7557e85..0000000
--- a/recipes-multimedia/libgsm/libgsm-1.0.12/04_includes.patch
+++ /dev/null
@@ -1,51 +0,0 @@
-Add proper headers and declarations
-
-Derived from meta-demo layer
-
-Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
-
-Upstream-Status: Pending
-
-diff -urNad libgsm-1.0.10~/inc/toast.h libgsm-1.0.10/inc/toast.h
---- libgsm-1.0.10~/inc/toast.h 2007-11-01 15:37:52.000000000 +0100
-+++ libgsm-1.0.10/inc/toast.h 2007-11-01 15:52:33.000000000 +0100
-@@ -16,11 +16,12 @@
-
- #include <stdio.h>
- #include <ctype.h>
-+#include <pthread.h>
- #include <signal.h>
-
- #include <errno.h>
--#ifndef HAS_ERRNO_DECL
-- extern int errno;
-+#ifndef errno
-+ extern int errno;
- #endif
-
- #ifdef HAS_LIMITS_H
-@@ -37,6 +38,10 @@
- # endif
- #endif
-
-+#ifdef HAS_STDIO_H
-+# include <stdio.h>
-+#endif
-+
- #include "gsm.h"
-
- #ifndef S_ISREG
-diff -urNad libgsm-1.0.10~/src/code.c libgsm-1.0.10/src/code.c
---- libgsm-1.0.10~/src/code.c 2007-11-01 15:37:52.000000000 +0100
-+++ libgsm-1.0.10/src/code.c 2007-11-01 15:52:33.000000000 +0100
-@@ -9,8 +9,8 @@
- #include "config.h"
-
-
--#ifdef HAS_STDLIB_H
--#include <stdlib.h>
-+#ifdef HAS_STRING_H
-+#include <string.h>
- #else
- # include "proto.h"
- extern char * memcpy P((char *, char *, int));
diff --git a/recipes-multimedia/libgsm/libgsm-1.0.12/05_compiler_warnings.patch b/recipes-multimedia/libgsm/libgsm-1.0.12/05_compiler_warnings.patch
deleted file mode 100644
index 08f2c0d..0000000
--- a/recipes-multimedia/libgsm/libgsm-1.0.12/05_compiler_warnings.patch
+++ /dev/null
@@ -1,106 +0,0 @@
-Fix compiler warnings
-
-Derived from meta-demo layer
-
-Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
-
-Upstream-Status: Pending
-
-diff -urNad libgsm-1.0.10~/src/debug.c libgsm-1.0.10/src/debug.c
---- libgsm-1.0.10~/src/debug.c 2007-11-01 15:37:52.000000000 +0100
-+++ libgsm-1.0.10/src/debug.c 2007-11-01 15:53:42.000000000 +0100
-@@ -49,7 +49,7 @@
- fprintf( stderr, "%s [%d .. %d]: ", name, from, to );
- while (from <= to) {
-
-- fprintf(stderr, "%d ", ptr[ from ] );
-+ fprintf(stderr, "%ld ", ptr[ from ] );
- from++;
- if (nprinted++ >= 7) {
- nprinted = 0;
-@@ -63,14 +63,14 @@
- char * name,
- longword value )
- {
-- fprintf(stderr, "%s: %d\n", name, (long)value );
-+ fprintf(stderr, "%s: %ld\n", name, (long)value );
- }
-
- void gsm_debug_word P2( (name, value),
- char * name,
- word value )
- {
-- fprintf(stderr, "%s: %d\n", name, (long)value);
-+ fprintf(stderr, "%s: %ld\n", name, (long)value);
- }
-
- #endif
-diff -urNad libgsm-1.0.10~/src/toast.c libgsm-1.0.10/src/toast.c
---- libgsm-1.0.10~/src/toast.c 2007-11-01 15:37:52.000000000 +0100
-+++ libgsm-1.0.10/src/toast.c 2007-11-01 15:53:42.000000000 +0100
-@@ -251,8 +251,8 @@
- {
- char * s;
- if (!(s = malloc(len))) {
-- fprintf(stderr, "%s: failed to malloc %d bytes -- abort\n",
-- progname, len);
-+ fprintf(stderr, "%s: failed to malloc %ld bytes -- abort\n",
-+ progname, (long) len);
- onintr();
- exit(1);
- }
-@@ -270,7 +270,7 @@
- maxlen = strlen(name) + 1 + strlen(want) + strlen(cut);
- p = strcpy(emalloc(maxlen), name);
-
-- if (s = suffix(p, cut)) strcpy(s, want);
-+ if ((s = suffix(p, cut))) strcpy(s, want);
- else if (*want && !suffix(p, want)) strcat(p, want);
-
- return p;
-@@ -386,7 +386,7 @@
- ut[0] = instat.st_atime;
- ut[1] = instat.st_mtime;
-
-- (void) utime(outname, ut);
-+ (void) utime(outname, (struct utimbuf *)ut);
-
- #endif /* UTIMBUF */
- }
-@@ -416,7 +416,7 @@
- }
- if (st->st_nlink > 1 && !f_cat && !f_precious) {
- fprintf(stderr,
-- "%s: \"%s\" has %s other link%s -- unchanged.\n",
-+ "%s: \"%s\" has %d other link%s -- unchanged.\n",
- progname,name,st->st_nlink - 1,"s" + (st->st_nlink<=2));
- return 0;
- }
-@@ -585,8 +585,8 @@
-
- if (cc != sizeof(s)) {
- if (cc >= 0) fprintf(stderr,
-- "%s: incomplete frame (%d byte%s missing) from %s\n",
-- progname, sizeof(s) - cc,
-+ "%s: incomplete frame (%ld byte%s missing) from %s\n",
-+ progname, (long) sizeof(s) - cc,
- "s" + (sizeof(s) - cc == 1),
- inname ? inname : "stdin" );
- gsm_destroy(r);
-@@ -624,8 +624,6 @@
-
- static int process P1((name), char * name)
- {
-- int step = 0;
--
- out = (FILE *)0;
- in = (FILE *)0;
-
-@@ -779,7 +777,6 @@
- case 'h': help(); exit(0);
-
- default:
-- usage:
- fprintf(stderr,
- "Usage: %s [-fcpdhvuaslFC] [files...] (-h for help)\n",
- progname);
diff --git a/recipes-multimedia/libgsm/libgsm_1.0.12.bb b/recipes-multimedia/libgsm/libgsm_1.0.12.bb
deleted file mode 100644
index 747e2bb..0000000
--- a/recipes-multimedia/libgsm/libgsm_1.0.12.bb
+++ /dev/null
@@ -1,40 +0,0 @@
-DESCRIPTION = "GSM Audio Library"
-SECTION = "libs"
-#DEPENDS = ""
-LICENSE = "libgsm"
-LIC_FILES_CHKSUM = "file://README;md5=f0ab53a6be4aefa9705f39b4bdafd62a"
-
-PR = "r3"
-
-# dvhart - bad URL, trying a new one - note: 1.0.13 exists
-#SRC_URI = "http://user.cs.tu-berlin.de/~jutta/gsm/gsm-${PV}.tar.gz
-SRC_URI = "http://www.quut.com/gsm/gsm-${PV}.tar.gz \
- file://01_makefile.patch \
- file://02_cplusplus.patch \
- file://03_config.patch \
- file://04_includes.patch \
- file://05_compiler_warnings.patch \
- "
-
-S = "${WORKDIR}/gsm-1.0-pl12/"
-
-CFLAGS += "-c -g -fPIC -Wall -D_GNU_SOURCE -D_REENTRANT -DNeedFunctionPrototypes=1 -DWAV49 -I./inc"
-
-PARALLEL_MAKE = ""
-
-do_compile() {
- unset LD
- oe_runmake CCFLAGS="${CFLAGS}"
-}
-
-do_install() {
- oe_libinstall -a -C lib libgsm ${D}${libdir}
- oe_libinstall -so -C lib libgsm ${D}${libdir}
- install -d ${D}${includedir}/gsm
- install -m 0644 ${S}/inc/gsm.h ${D}${includedir}/gsm/
- cd ${D}${includedir}
- ln -s gsm/gsm.h gsm.h
-}
-
-SRC_URI[md5sum] = "8909828c601e82e842e6a0ceade60a4e"
-SRC_URI[sha256sum] = "dde4e62e4ce35af29a15d26beca2fc0f98c0219553927453425cda01f16e4de4"
--
1.8.1.2
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [meta-baryon][PATCH 3/6] faac: remove
2013-10-04 23:09 [meta-baryon][PATCH 0/6] Remove unneeded recipes Paul Eggleton
2013-10-04 23:09 ` [meta-baryon][PATCH 1/6] faad2: remove Paul Eggleton
2013-10-04 23:09 ` [meta-baryon][PATCH 2/6] libgsm: remove Paul Eggleton
@ 2013-10-04 23:09 ` Paul Eggleton
2013-10-04 23:09 ` [meta-baryon][PATCH 4/6] schroedinger: remove Paul Eggleton
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Paul Eggleton @ 2013-10-04 23:09 UTC (permalink / raw)
To: yocto
No longer needed. A patch has been sent to add it to meta-multimedia.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
recipes-multimedia/faac/faac_1.24.bb | 24 ------------------------
1 file changed, 24 deletions(-)
delete mode 100644 recipes-multimedia/faac/faac_1.24.bb
diff --git a/recipes-multimedia/faac/faac_1.24.bb b/recipes-multimedia/faac/faac_1.24.bb
deleted file mode 100644
index 8b8905b..0000000
--- a/recipes-multimedia/faac/faac_1.24.bb
+++ /dev/null
@@ -1,24 +0,0 @@
-DESCRIPTION = "Library for reading some sort of media format."
-SECTION = "libs"
-DEPENDS = ""
-LICENSE = "LGPLv2+"
-LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
- file://libfaac/coder.h;beginline=5;endline=17;md5=fa1fd6a5fa8cdc877d63a12530d273e0"
-
-PR = "r3"
-
-inherit autotools
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/faac/${PN}-${PV}.tar.gz"
-S = "${WORKDIR}/${PN}"
-
-PACKAGES =+ "lib${PN} lib${PN}-dev"
-
-FILES_${PN} = " ${bindir}/faac "
-FILES_lib${PN} = " ${libdir}/libfaac.so.*"
-FILES_lib${PN}-dev = "${includedir}/faac.h ${includedir}/faaccfg.h ${libdir}/libfaac.so ${libdir}/libfaac.la"
-FILES_lib${PN}-staticdev = "${libdir}/libfaac.a"
-
-
-SRC_URI[md5sum] = "e72dc74db17b42b06155613489077ad7"
-SRC_URI[sha256sum] = "a5844ff3bce0d7c885af71f41da01395d3253dcfc33863306a027a78a7cfad9e"
--
1.8.1.2
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [meta-baryon][PATCH 4/6] schroedinger: remove
2013-10-04 23:09 [meta-baryon][PATCH 0/6] Remove unneeded recipes Paul Eggleton
` (2 preceding siblings ...)
2013-10-04 23:09 ` [meta-baryon][PATCH 3/6] faac: remove Paul Eggleton
@ 2013-10-04 23:09 ` Paul Eggleton
2013-10-04 23:09 ` [meta-baryon][PATCH 5/6] orc: remove Paul Eggleton
2013-10-04 23:09 ` [meta-baryon][PATCH 6/6] netperf: remove Paul Eggleton
5 siblings, 0 replies; 7+ messages in thread
From: Paul Eggleton @ 2013-10-04 23:09 UTC (permalink / raw)
To: yocto
No longer needed. A patch has been sent to add it to meta-multimedia.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
.../schroedinger/files/configure.ac.patch | 21 ---------------------
recipes-multimedia/schroedinger/schroedinger.inc | 21 ---------------------
.../schroedinger/schroedinger_1.0.9.bb | 15 ---------------
3 files changed, 57 deletions(-)
delete mode 100644 recipes-multimedia/schroedinger/files/configure.ac.patch
delete mode 100644 recipes-multimedia/schroedinger/schroedinger.inc
delete mode 100644 recipes-multimedia/schroedinger/schroedinger_1.0.9.bb
diff --git a/recipes-multimedia/schroedinger/files/configure.ac.patch b/recipes-multimedia/schroedinger/files/configure.ac.patch
deleted file mode 100644
index 138b93d..0000000
--- a/recipes-multimedia/schroedinger/files/configure.ac.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Use yocto specific pkgconfig tool
-
-Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
-
-Derived from meta-demo layer
-
-Upstream-Status: Inappropriate [configuration]
-
-Index: schroedinger-1.0.9/configure.ac
-===================================================================
---- schroedinger-1.0.9.orig/configure.ac
-+++ schroedinger-1.0.9/configure.ac
-@@ -54,7 +54,7 @@ if test "x${HAVE_ORC}" != xyes ; then
- AC_ERROR([orc-0.4 >= $ORC_VER is required])
- fi
- SCHRO_PKG_DEPS="$SCHRO_PKG_DEPS orc-0.4 >= $ORC_VER"
--ORCC=`$PKG_CONFIG --variable=orcc orc-0.4`
-+ORCC=$STAGING_DIR`$PKG_CONFIG --variable=orcc orc-0.4`
- AC_SUBST(ORCC)
-
- AC_ARG_WITH([thread],
diff --git a/recipes-multimedia/schroedinger/schroedinger.inc b/recipes-multimedia/schroedinger/schroedinger.inc
deleted file mode 100644
index 7e84eed..0000000
--- a/recipes-multimedia/schroedinger/schroedinger.inc
+++ /dev/null
@@ -1,21 +0,0 @@
-HOMEPAGE = "http://schrodinger.sourceforge.net/"
-LICENSE = "MPL-1.1 GPLv2 LGPLv2 MIT"
-LIC_FILES_CHKSUM = "file://COPYING;md5=d91a46405fc074b88c963cc4f2a0aae9 \
- file://COPYING.GPL;md5=e181e3b7c66f5f96921d813c1074f833 \
- file://COPYING.LGPL;md5=38c893e21baec4cd75ad800ba9e2410a \
- file://COPYING.MIT;md5=8b345371b3536b4ce37ead1eafc88221 \
- file://COPYING.MPL;md5=0117647fecb9a932c25a7bbfc0333c37"
-
-DEPENDS = "liboil orc-native orc"
-
-PR = "r1"
-
-SRC_URI = "http://www.diracvideo.org/download/schroedinger/${P}.tar.gz;name=schroedingertargz"
-SRC_URI[schroedingertargz.md5sum] = "d67ec48b7c506db8c8b49156bf409e60"
-SRC_URI[schroedingertargz.sha256sum] = "345abcaa72ff0f2e9c1075e22f7141475ee4e6eea23a7f568b69ffc13cc1c723"
-SRC_URI += "file://configure.ac.patch"
-
-EXTRA_OECONF += "STAGING_DIR=${STAGING_DIR_NATIVE}"
-
-inherit autotools
-
diff --git a/recipes-multimedia/schroedinger/schroedinger_1.0.9.bb b/recipes-multimedia/schroedinger/schroedinger_1.0.9.bb
deleted file mode 100644
index c8efe8c..0000000
--- a/recipes-multimedia/schroedinger/schroedinger_1.0.9.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-require schroedinger.inc
-
-PR = "r0"
-
-inherit autotools
-
-SRC_URI[schroedingertargz.md5sum] = "d67ec48b7c506db8c8b49156bf409e60"
-SRC_URI[schroedingertargz.sha256sum] = "345abcaa72ff0f2e9c1075e22f7141475ee4e6eea23a7f568b69ffc13cc1c723"
-
-AUTOTOOLS_STAGE_PKGCONFIG = "1"
-
-PACKAGES =+ "gst-plugin-schroedinger-dbg gst-plugin-schroedinger-dev gst-plugin-schroedinger"
-FILES_gst-plugin-schroedinger = "${libdir}/gstreamer-0.10/*.so"
-FILES_gst-plugin-schroedinger-dbg = "${libdir}/gstreamer-0.10/.debug"
-FILES_gst-plugin-schroedinger-dev = "${libdir}/gstreamer-0.10/*.*a"
--
1.8.1.2
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [meta-baryon][PATCH 5/6] orc: remove
2013-10-04 23:09 [meta-baryon][PATCH 0/6] Remove unneeded recipes Paul Eggleton
` (3 preceding siblings ...)
2013-10-04 23:09 ` [meta-baryon][PATCH 4/6] schroedinger: remove Paul Eggleton
@ 2013-10-04 23:09 ` Paul Eggleton
2013-10-04 23:09 ` [meta-baryon][PATCH 6/6] netperf: remove Paul Eggleton
5 siblings, 0 replies; 7+ messages in thread
From: Paul Eggleton @ 2013-10-04 23:09 UTC (permalink / raw)
To: yocto
No longer needed. The recipe is currently maintained in meta-oe.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
recipes-multimedia/orc/orc.inc | 23 -----------------------
recipes-multimedia/orc/orc_0.4.5.bb | 7 -------
2 files changed, 30 deletions(-)
delete mode 100644 recipes-multimedia/orc/orc.inc
delete mode 100644 recipes-multimedia/orc/orc_0.4.5.bb
diff --git a/recipes-multimedia/orc/orc.inc b/recipes-multimedia/orc/orc.inc
deleted file mode 100644
index 971be62..0000000
--- a/recipes-multimedia/orc/orc.inc
+++ /dev/null
@@ -1,23 +0,0 @@
-DESCRIPTION = "orc - The Oil Runtime Compiler"
-HOMEPAGE = "http://code.entropywave.com/projects/orc/"
-LICENSE = "BSD-2-Clause & BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://COPYING;md5=1400bd9d09e8af56b9ec982b3d85797e"
-
-SRC_URI = "http://code.entropywave.com/download/orc/orc-${PV}.tar.gz;name=orc"
-
-inherit autotools pkgconfig
-
-BBCLASSEXTEND = "native"
-
-PACKAGES =+ "orc-examples"
-FILES_orc-examples = "${libdir}/orc/*"
-FILES_${PN} = "${bindir}/*"
-
-python populate_packages_prepend () {
- libdir = bb.data.expand('${libdir}', d)
- do_split_packages(d, libdir, '^lib(.*)\.so\.*', 'lib%s', 'ORC %s library', extra_depends='', allow_links=True)
-}
-
-do_compile_prepend_virtclass-native () {
- sed -i -e 's#/tmp#.#g' ${S}/orc/orccodemem.c
-}
diff --git a/recipes-multimedia/orc/orc_0.4.5.bb b/recipes-multimedia/orc/orc_0.4.5.bb
deleted file mode 100644
index cf77efb..0000000
--- a/recipes-multimedia/orc/orc_0.4.5.bb
+++ /dev/null
@@ -1,7 +0,0 @@
-require orc.inc
-
-PR = "r2"
-
-SRC_URI[orc.md5sum] = "e26e59428b13ec251916f34bea96eee5"
-SRC_URI[orc.sha256sum] = "4e04953643cd8e67f8d9796da9547a606954e3944e42e7ce5a099440fd8e729e"
-
--
1.8.1.2
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [meta-baryon][PATCH 6/6] netperf: remove
2013-10-04 23:09 [meta-baryon][PATCH 0/6] Remove unneeded recipes Paul Eggleton
` (4 preceding siblings ...)
2013-10-04 23:09 ` [meta-baryon][PATCH 5/6] orc: remove Paul Eggleton
@ 2013-10-04 23:09 ` Paul Eggleton
5 siblings, 0 replies; 7+ messages in thread
From: Paul Eggleton @ 2013-10-04 23:09 UTC (permalink / raw)
To: yocto
This isn't actually needed by baryon; it was only used in some of the
initial performance tests. If needed there is a well-maintained version
now in meta-networking.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
.../netperf/netperf-2.4.4/cpu_set.patch | 32 --------------
recipes-connectivity/netperf/netperf-2.4.4/init | 51 ----------------------
.../netperf/netperf-2.4.4/vfork.patch | 35 ---------------
recipes-connectivity/netperf/netperf_2.4.4.bb | 46 -------------------
4 files changed, 164 deletions(-)
delete mode 100644 recipes-connectivity/netperf/netperf-2.4.4/cpu_set.patch
delete mode 100644 recipes-connectivity/netperf/netperf-2.4.4/init
delete mode 100755 recipes-connectivity/netperf/netperf-2.4.4/vfork.patch
delete mode 100644 recipes-connectivity/netperf/netperf_2.4.4.bb
diff --git a/recipes-connectivity/netperf/netperf-2.4.4/cpu_set.patch b/recipes-connectivity/netperf/netperf-2.4.4/cpu_set.patch
deleted file mode 100644
index 9f51c47..0000000
--- a/recipes-connectivity/netperf/netperf-2.4.4/cpu_set.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-Correctly define NETPERF_CPU_* macros
-
-Derived from OpenEmbedded project
-
-Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
-
-Upstream-Status: Pending
-
-Index: netperf-2.4.4/src/netlib.c
-===================================================================
---- netperf-2.4.4.orig/src/netlib.c 2007-10-17 23:16:02.000000000 +0200
-+++ netperf-2.4.4/src/netlib.c 2008-12-03 17:56:32.000000000 +0100
-@@ -1988,10 +1988,15 @@
- fall-back on what we had before, which is to use just the size of
- an unsigned long. raj 2006-09-14 */
-
--#if defined(__CPU_SETSIZE)
--#define NETPERF_CPU_SETSIZE __CPU_SETSIZE
--#define NETPERF_CPU_SET(cpu, cpusetp) __CPU_SET(cpu, cpusetp)
--#define NETPERF_CPU_ZERO(cpusetp) __CPU_ZERO (cpusetp)
-+#if defined(CPU_SETSIZE)
-+#define NETPERF_CPU_SETSIZE CPU_SETSIZE
-+#define NETPERF_CPU_SET(cpu, cpusetp) CPU_SET(cpu, cpusetp)
-+#define NETPERF_CPU_ZERO(cpusetp) CPU_ZERO (cpusetp)
-+ typedef cpu_set_t netperf_cpu_set_t;
-+#elif defined(__CPU_SETSIZE)
-+#define NETPERF_CPU_SETSIZE __CPU_SETSIZE
-+#define NETPERF_CPU_SET(cpu, cpusetp) __CPU_SET (cpu, cpusetp)
-+#define NETPERF_CPU_ZERO(cpusetp) __CPU_ZERO (cpusetp)
- typedef cpu_set_t netperf_cpu_set_t;
- #else
- #define NETPERF_CPU_SETSIZE sizeof(unsigned long)
diff --git a/recipes-connectivity/netperf/netperf-2.4.4/init b/recipes-connectivity/netperf/netperf-2.4.4/init
deleted file mode 100644
index 7cc053a..0000000
--- a/recipes-connectivity/netperf/netperf-2.4.4/init
+++ /dev/null
@@ -1,51 +0,0 @@
-#!/bin/sh
-#
-#
-# Written by Miquel van Smoorenburg <miquels@cistron.nl>.
-# Modified for Debian GNU/Linux by Ian Murdock <imurdock@gnu.org>.
-# Modified for Debian by Christoph Lameter <clameter@debian.org>
-# Modified for openembedded by Bruno Randolf <bruno.randolf@4g-systems.biz>
-
-PATH=/bin:/usr/bin:/sbin:/usr/sbin
-DAEMON=/usr/sbin/netserver
-
-test -f $DAEMON || exit 0
-
-case "$1" in
- start)
- echo -n "Starting network benchmark server: netserver"
- start-stop-daemon -S -x $DAEMON > /dev/null 2>&1
- echo "."
- ;;
- stop)
- echo -n "Stopping network benchmark server: netserver"
- start-stop-daemon -K -x $DAEMON
- echo "."
- ;;
- #reload)
- #
- # If the daemon can reload its config files on the fly
- # for example by sending it SIGHUP, do it here.
- #
- # If the daemon responds to changes in its config file
- # directly anyway, make this a do-nothing entry.
- #
- # start-stop-daemon --stop --signal 1 --verbose --exec $DAEMON
- # ;;
- restart|force-reload)
- #
- # If the "reload" option is implemented, move the "force-reload"
- # option to the "reload" entry above. If not, "force-reload" is
- # just the same as "restart".
- #
- start-stop-daemon -K -x $DAEMON
- sleep 1
- start-stop-daemon -S -x $DAEMON
- ;;
- *)
- echo "Usage: /etc/init.d/netperf {start|stop|restart|force-reload}"
- exit 1
- ;;
-esac
-
-exit 0
diff --git a/recipes-connectivity/netperf/netperf-2.4.4/vfork.patch b/recipes-connectivity/netperf/netperf-2.4.4/vfork.patch
deleted file mode 100755
index dbef553..0000000
--- a/recipes-connectivity/netperf/netperf-2.4.4/vfork.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-If HAVE_FORK is defined, use fork().
-Otherwise, use vfork() instead.
-
-Derived from OpenEmbedded project
-
-Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
-
-Upstream-Status: Pending
-
---- netperf-2.4.4/src/netserver.c 2007-10-17 17:09:12.000000000 -0400
-+++ netperf-2.4.4.new/src/netserver.c 2011-01-23 12:26:39.000000000 -0500
-@@ -567,7 +567,11 @@
- fflush (stdin);
- fflush (stdout);
- fflush (stderr);
-+#if defined(HAVE_FORK)
- switch (fork())
-+#else
-+ switch (vfork())
-+#endif
- {
- case -1:
- perror("netperf server error");
-@@ -712,7 +716,11 @@
- #else
- signal(SIGCLD, SIG_IGN);
-
-+#if defined(HAVE_FORK)
- switch (fork())
-+#else
-+ switch (vfork())
-+#endif
- {
- case -1:
- /* something went wrong */
diff --git a/recipes-connectivity/netperf/netperf_2.4.4.bb b/recipes-connectivity/netperf/netperf_2.4.4.bb
deleted file mode 100644
index 26faba0..0000000
--- a/recipes-connectivity/netperf/netperf_2.4.4.bb
+++ /dev/null
@@ -1,46 +0,0 @@
-DESCRIPTION="Network performance benchmark including tests for TCP, UDP, sockets, ATM and more."
-SECTION = "console/network"
-HOMEPAGE = "http://www.netperf.org/"
-LICENSE = "netperf"
-LIC_FILES_CHKSUM = "file://COPYING;md5=a0ab17253e7a3f318da85382c7d5d5d6"
-PR = "r0"
-
-SRC_URI="ftp://ftp.netperf.org/netperf/archive/netperf-${PV}.tar.bz2 \
- file://cpu_set.patch \
- file://vfork.patch \
- file://init"
-
-inherit update-rc.d autotools
-
-S = "${WORKDIR}/netperf-${PV}"
-
-# cpu_set.patch plus _GNU_SOURCE makes src/netlib.c compile with CPU_ macros
-CFLAGS_append = " -DDO_UNIX -DDO_IPV6 -D_GNU_SOURCE"
-
-do_install() {
- install -d ${D}${sbindir} ${D}${bindir} ${D}${sysconfdir}/init.d
- install -m 4755 src/netperf ${D}${bindir}
- install -m 4755 src/netserver ${D}${sbindir}
- install -m 0755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/netperf
-
- # man
- install -d ${D}${mandir}/man1/
- install -m 0644 doc/netserver.man ${D}${mandir}/man1/netserver.1
- install -m 0644 doc/netperf.man ${D}${mandir}/man1/netperf.1
-
- # move scripts to examples directory
- install -d ${D}${docdir}/netperf/examples
- install -m 0644 doc/examples/*_script ${D}${docdir}/netperf/examples/
-
- # docs ..
- install -m 0644 COPYING ${D}${docdir}/netperf
- install -m 0644 Release_Notes ${D}${docdir}/netperf
- install -m 0644 README ${D}${docdir}/netperf
- install -m 0644 doc/netperf_old.ps ${D}${docdir}/netperf
-}
-
-INITSCRIPT_NAME="netperf"
-INITSCRIPT_PARAMS="defaults"
-
-SRC_URI[md5sum] = "0e942f22864e601406a994420231075b"
-SRC_URI[sha256sum] = "28e76af491ea3696885e4558ae2f5628a4b9ebdbefc2f1d9cf1b35db2813e497"
--
1.8.1.2
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2013-10-04 23:11 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-04 23:09 [meta-baryon][PATCH 0/6] Remove unneeded recipes Paul Eggleton
2013-10-04 23:09 ` [meta-baryon][PATCH 1/6] faad2: remove Paul Eggleton
2013-10-04 23:09 ` [meta-baryon][PATCH 2/6] libgsm: remove Paul Eggleton
2013-10-04 23:09 ` [meta-baryon][PATCH 3/6] faac: remove Paul Eggleton
2013-10-04 23:09 ` [meta-baryon][PATCH 4/6] schroedinger: remove Paul Eggleton
2013-10-04 23:09 ` [meta-baryon][PATCH 5/6] orc: remove Paul Eggleton
2013-10-04 23:09 ` [meta-baryon][PATCH 6/6] netperf: remove Paul Eggleton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.