]> code.ossystems Code Review - openembedded-core.git/commitdiff
alsa-lib: add nativesdk BBCLASSEXTEND
authorMartin Jansa <martin.jansa@gmail.com>
Fri, 11 Nov 2011 16:28:46 +0000 (17:28 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 15 Nov 2011 12:22:58 +0000 (12:22 +0000)
* needed for libsdl-nativesdk when DISTRO_FEATURES have alsa

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/alsa/alsa-lib_1.0.24.1.bb

index 7f643b737e21a2b8aec7a5a18a9c5fe3032db0c7..83e663d19de3e50396b4dae7f5760f302a148405 100644 (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,