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>
This commit is contained in:
Martin Jansa 2011-11-11 17:28:46 +01:00 committed by Richard Purdie
parent 3cbd20dbf8
commit 1a16348cad
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ LICENSE = "LGPLv2.1 & GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34 \
file://src/socket.c;beginline=1;endline=26;md5=11ff89a8a7a4a690a5c78effe8159545"
BBCLASSEXTEND = "native"
BBCLASSEXTEND = "native nativesdk"
# 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,