From 9fff795f12a2c0b0046e008bf833957b75e94145 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 27 Feb 2012 11:50:07 -0800 Subject: bluez4: Fix build on x86/amd64 with gcc 4.7 gcc figures an impossible asm contraint in inline asm which it is correct about "i" requires the operand to be a compile-time constant but memory location of a multi-dimensional array isn't constant at compile time. (From OE-Core rev: 09dcd878a55b5aec5427288c4faf3c4d64a30a72) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-connectivity/bluez/bluez4_4.98.bb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'meta/recipes-connectivity/bluez/bluez4_4.98.bb') diff --git a/meta/recipes-connectivity/bluez/bluez4_4.98.bb b/meta/recipes-connectivity/bluez/bluez4_4.98.bb index 62de1feb48..2412b1b160 100644 --- a/meta/recipes-connectivity/bluez/bluez4_4.98.bb +++ b/meta/recipes-connectivity/bluez/bluez4_4.98.bb @@ -1,8 +1,10 @@ require bluez4.inc -PR = "r0" +PR = "r1" -SRC_URI += "file://bluetooth.conf" +SRC_URI += "file://bluetooth.conf \ + file://sbc_mmx.patch \ + " SRC_URI[md5sum] = "362864b716950baa04797de735fc237b" SRC_URI[sha256sum] = "9a5b655bada7c7a1921cb3bac83b8a32bbe49893e4c7a1377cdc1b0d35f7d233" -- cgit v1.2.3-54-g00ecf