]> code.ossystems Code Review - openembedded-core.git/commitdiff
alsa-lib: extend to -native for qemu-native
authorKoen Kooi <koen@dominion.thruhere.net>
Mon, 21 Mar 2011 09:38:39 +0000 (10:38 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 21 Mar 2011 15:32:23 +0000 (15:32 +0000)
Qemu-needed is needed for the qemu* machines to build, but needs alsa-lib

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/alsa/alsa-lib_1.0.23.bb

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