| Submitter | Koen Kooi |
|---|---|
| Date | March 21, 2011, 9:38 a.m. |
| Message ID | <1300700320-25880-1-git-send-email-koen@dominion.thruhere.net> |
| Download | mbox | patch |
| Permalink | /patch/1645/ |
| State | New, archived |
| Headers | show |
Comments
On Mon, 2011-03-21 at 10:38 +0100, koen@dominion.thruhere.net wrote: > From: Koen Kooi <koen@dominion.thruhere.net> > > Qemu-needed is needed for the qemu* machines to build, but needs alsa-lib > > Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> > --- > meta/recipes-multimedia/alsa/alsa-lib_1.0.23.bb | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) Merged to master, along with patch 2. Cheers, Richard
Patch
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 db58abb..936f299 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+" 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).