From 29d6678fd546377459ef75cf54abeef5b969b5cf Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 27 Aug 2010 15:14:24 +0100 Subject: Major layout change to the packages directory Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie --- .../alsa/alsa-lib-1.0.23/fix-tstamp-declaration.patch | 19 ------------------- .../alsa/alsa-lib-1.0.23/unbreak_plugindir.patch | 12 ------------ 2 files changed, 31 deletions(-) delete mode 100644 meta/packages/alsa/alsa-lib-1.0.23/fix-tstamp-declaration.patch delete mode 100644 meta/packages/alsa/alsa-lib-1.0.23/unbreak_plugindir.patch (limited to 'meta/packages/alsa/alsa-lib-1.0.23') diff --git a/meta/packages/alsa/alsa-lib-1.0.23/fix-tstamp-declaration.patch b/meta/packages/alsa/alsa-lib-1.0.23/fix-tstamp-declaration.patch deleted file mode 100644 index 9016b348d..000000000 --- a/meta/packages/alsa/alsa-lib-1.0.23/fix-tstamp-declaration.patch +++ /dev/null @@ -1,19 +0,0 @@ -# Author: Michael Lauer -# Date: Thu Jan 18 00:27:21 2007 +0000 -# alsa-lib: fix "error: field 'tstamp' has incomplete type" when including alsa headers with strict compilation options -# -# Acquired from OpenEmbedded - -Index: alsa-lib-1.0.13/include/global.h -=================================================================== ---- alsa-lib-1.0.13.orig/include/global.h -+++ alsa-lib-1.0.13/include/global.h -@@ -29,6 +29,8 @@ - #define __ALSA_GLOBAL_H_ - - /* for timeval and timespec */ -+#define __need_timeval -+#define __need_timespec - #include - - #ifdef __cplusplus diff --git a/meta/packages/alsa/alsa-lib-1.0.23/unbreak_plugindir.patch b/meta/packages/alsa/alsa-lib-1.0.23/unbreak_plugindir.patch deleted file mode 100644 index 7d1316680..000000000 --- a/meta/packages/alsa/alsa-lib-1.0.23/unbreak_plugindir.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nur alsa-lib-1.0.14.orig/configure.in alsa-lib-1.0.14/configure.in ---- alsa-lib-1.0.14.orig/configure.in 2007-05-31 03:05:13.000000000 -0500 -+++ alsa-lib-1.0.14/configure.in 2007-08-18 13:05:49.000000000 -0500 -@@ -93,7 +93,7 @@ - esac - plugindir="$dir/$PACKAGE" - fi --AC_DEFINE_UNQUOTED(ALSA_PLUGIN_DIR, "plugindir", [directory containing ALSA add-on modules]) -+AC_DEFINE_UNQUOTED(ALSA_PLUGIN_DIR, "${plugindir}", [directory containing ALSA add-on modules]) - ALSA_PLUGIN_DIR="$plugindir" - AC_SUBST(ALSA_PLUGIN_DIR) - -- cgit v1.2.3