r621 - in trunk/oe/packages: . alsa alsa/alsa-lib


Fri Jan 26 13:57:16 CET 2007


Author: 
Date: 2007-01-26 13:57:16 +0100 (Fri, 26 Jan 2007)
New Revision: 621

Added:
   trunk/oe/packages/alsa/
   trunk/oe/packages/alsa/alsa-lib/
   trunk/oe/packages/alsa/alsa-lib/fix-tstamp-declaration.patch
   trunk/oe/packages/alsa/alsa-lib_1.0.13.bb
Log:
oe: add our fixed version of alsa


Added: trunk/oe/packages/alsa/alsa-lib/fix-tstamp-declaration.patch
===================================================================
--- trunk/oe/packages/alsa/alsa-lib/fix-tstamp-declaration.patch	2007-01-26 01:17:51 UTC (rev 620)
+++ trunk/oe/packages/alsa/alsa-lib/fix-tstamp-declaration.patch	2007-01-26 12:57:16 UTC (rev 621)
@@ -0,0 +1,13 @@
+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 <time.h>
+ 
+ #ifdef __cplusplus

Added: trunk/oe/packages/alsa/alsa-lib_1.0.13.bb
===================================================================
--- trunk/oe/packages/alsa/alsa-lib_1.0.13.bb	2007-01-26 01:17:51 UTC (rev 620)
+++ trunk/oe/packages/alsa/alsa-lib_1.0.13.bb	2007-01-26 12:57:16 UTC (rev 621)
@@ -0,0 +1,34 @@
+DESCRIPTION = "Alsa sound library"
+HOMEPAGE = "http://www.alsa-project.org"
+SECTION = "libs/multimedia"
+LICENSE = "GPL"
+PR = "r1"
+
+# 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,
+# (or replaced by a permitted #define).
+#FIXME: remove the following
+ARM_INSTRUCTION_SET = "arm"
+
+SRC_URI = "ftp://ftp.alsa-project.org/pub/lib/alsa-lib-${PV}.tar.bz2 \
+           file://fix-tstamp-declaration.patch;patch=1"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF = "--with-cards=pdaudiocf --with-oss=yes"
+
+do_stage() {
+	oe_libinstall -so -C src libasound ${STAGING_LIBDIR}/
+	install -d ${STAGING_INCDIR}/alsa/sound
+	install -m 0644 include/*.h ${STAGING_INCDIR}/alsa/
+	install -m 0644 include/sound/ainstr*.h ${STAGING_INCDIR}/alsa/sound/
+	install -d ${STAGING_DATADIR}/aclocal
+	install -m 0644 utils/alsa.m4 ${STAGING_DATADIR}/aclocal/
+}
+
+PACKAGES =+ "alsa-server libasound alsa-conf alsa-doc alsa-dev"
+FILES_${PN}-dbg += "${libdir}/alsa-lib/*/.debu*"
+FILES_libasound = "${libdir}/libasound.so.*"
+FILES_alsa-server = "${bindir}/*"
+FILES_alsa-conf = "${datadir}"
+FILES_alsa-dev += "${libdir}/pkgconfig/ /usr/include/"





More information about the commitlog mailing list