]> code.ossystems Code Review - openembedded-core.git/commitdiff
alsa-lib: Upgraded to version 1.0.23
authorDongxiao Xu <dongxiao.xu@intel.com>
Sat, 26 Jun 2010 08:39:22 +0000 (16:39 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Wed, 30 Jun 2010 12:19:00 +0000 (13:19 +0100)
Commented for local patch
Change the local file directory name to ${PN}-${PV}

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
meta/packages/alsa/alsa-lib-1.0.23/fix-tstamp-declaration.patch [moved from meta/packages/alsa/alsa-lib/fix-tstamp-declaration.patch with 59% similarity]
meta/packages/alsa/alsa-lib-1.0.23/unbreak_plugindir.patch [moved from meta/packages/alsa/alsa-lib/unbreak_plugindir.patch with 100% similarity]
meta/packages/alsa/alsa-lib_1.0.23.bb [moved from meta/packages/alsa/alsa-lib_1.0.20.bb with 99% similarity]

similarity index 59%
rename from meta/packages/alsa/alsa-lib/fix-tstamp-declaration.patch
rename to meta/packages/alsa/alsa-lib-1.0.23/fix-tstamp-declaration.patch
index 59b3b6d150087cc3a44951649a977a9fbf5e31d7..9016b348dec3b278fb905ce7942d4c5b1eb7d218 100644 (file)
@@ -1,3 +1,9 @@
+# Author: Michael Lauer <mickey@vanille-media.de>
+# 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
similarity index 99%
rename from meta/packages/alsa/alsa-lib_1.0.20.bb
rename to meta/packages/alsa/alsa-lib_1.0.23.bb
index 7668b786e05fc82847343796d65e66bba9b885e4..a20762c2fd39406835441b7f46174732ec7dc7ff 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "Alsa sound library"
 HOMEPAGE = "http://www.alsa-project.org"
 SECTION = "libs/multimedia"
 LICENSE = "GPL"
-PR = "r1"
+PR = "r0"
 
 # configure.in sets -D__arm__ on the command line for any arm system
 # (not just those with the ARM instruction set), this should be removed,