summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/alsa
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2011-11-11 17:28:46 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-16 17:19:12 +0000
commit1a16348cadae8d8f4acd54945bd6797f5936a883 (patch)
tree62d8503c23e6fd049bd6e844c318d2b7a933e19c /meta/recipes-multimedia/alsa
parent3cbd20dbf87259cc0e70a222bca92bc86f3b3e94 (diff)
downloadpoky-1a16348cadae8d8f4acd54945bd6797f5936a883.tar.gz
alsa-lib: add nativesdk BBCLASSEXTEND
* needed for libsdl-nativesdk when DISTRO_FEATURES have alsa (From OE-Core rev: da8425174529f10e16cde21fbea7f804284c38ae) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/alsa')
-rw-r--r--meta/recipes-multimedia/alsa/alsa-lib_1.0.24.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/alsa/alsa-lib_1.0.24.1.bb b/meta/recipes-multimedia/alsa/alsa-lib_1.0.24.1.bb
index 7f643b737e..83e663d19d 100644
--- a/meta/recipes-multimedia/alsa/alsa-lib_1.0.24.1.bb
+++ b/meta/recipes-multimedia/alsa/alsa-lib_1.0.24.1.bb
@@ -6,7 +6,7 @@ LICENSE = "LGPLv2.1 & GPLv2+"
6LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34 \ 6LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34 \
7 file://src/socket.c;beginline=1;endline=26;md5=11ff89a8a7a4a690a5c78effe8159545" 7 file://src/socket.c;beginline=1;endline=26;md5=11ff89a8a7a4a690a5c78effe8159545"
8 8
9BBCLASSEXTEND = "native" 9BBCLASSEXTEND = "native nativesdk"
10 10
11# configure.in sets -D__arm__ on the command line for any arm system 11# configure.in sets -D__arm__ on the command line for any arm system
12# (not just those with the ARM instruction set), this should be removed, 12# (not just those with the ARM instruction set), this should be removed,