diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-03-21 10:38:39 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-23 15:43:43 +0000 |
commit | 34c644e344663815a93b168de1faa681caf6b837 (patch) | |
tree | e90835408a30abf5415cf675ef63b2de0c6c6c22 /meta/recipes-multimedia/alsa/alsa-lib_1.0.23.bb | |
parent | aeaa356a5ee77b4596c479451a9db289381a4d16 (diff) | |
download | poky-34c644e344663815a93b168de1faa681caf6b837.tar.gz |
alsa-lib: extend to -native for qemu-native
Qemu-needed is needed for the qemu* machines to build, but needs alsa-lib
(From OE-Core rev: 31177e0d187c06c30dfb9abe3f2344da3afd643d)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/alsa/alsa-lib_1.0.23.bb')
-rw-r--r-- | meta/recipes-multimedia/alsa/alsa-lib_1.0.23.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/alsa/alsa-lib_1.0.23.bb b/meta/recipes-multimedia/alsa/alsa-lib_1.0.23.bb index db58abb1da..936f299207 100644 --- a/meta/recipes-multimedia/alsa/alsa-lib_1.0.23.bb +++ b/meta/recipes-multimedia/alsa/alsa-lib_1.0.23.bb | |||
@@ -6,6 +6,8 @@ LICENSE = "LGPLv2.1 & GPLv2+" | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34 \ | 6 | LIC_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 | ||
9 | BBCLASSEXTEND = "native" | ||
10 | |||
9 | # 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 |
10 | # (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, |
11 | # (or replaced by a permitted #define). | 13 | # (or replaced by a permitted #define). |