[OE-core] [PATCH 10/16] Fix mdadm for powerpc64

McClintock Matthew-B29882 B29882 at freescale.com
Thu Sep 29 18:19:43 UTC 2011


On Thu, Sep 29, 2011 at 10:51 AM, Richard Purdie
<richard.purdie at linuxfoundation.org> wrote:
> On Wed, 2011-09-28 at 23:21 -0500, Matthew McClintock wrote:
>> This fixes build failures from build warnings on powerpc64
>>
>> Signed-off-by: Matthew McClintock <msm at freescale.com>
>> ---
>>  meta/recipes-extended/mdadm/mdadm_3.2.2.bb |    3 ++-
>>  1 files changed, 2 insertions(+), 1 deletions(-)
>>
>> diff --git a/meta/recipes-extended/mdadm/mdadm_3.2.2.bb b/meta/recipes-extended/mdadm/mdadm_3.2.2.bb
>> index 5d29ae7..37ec32e 100644
>> --- a/meta/recipes-extended/mdadm/mdadm_3.2.2.bb
>> +++ b/meta/recipes-extended/mdadm/mdadm_3.2.2.bb
>> @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
>>                      file://mdmon.c;beginline=4;endline=18;md5=af7d8444d9c4d3e5c7caac0d9d34039d \
>>                      file://mdadm.h;beglinlne=4;endline=22;md5=462bc9936ac0d3da110191a3f9994161"
>>
>> -PR = "r0"
>> +PR = "r1"
>>
>>  SRC_URI = "${KERNELORG_MIRROR}/linux/utils/raid/mdadm/${BPN}-${PV}.tar.bz2"
>>
>> @@ -16,6 +16,7 @@ SRC_URI[md5sum] = "12ee2fbf3beddb60601fb7a4c4905651"
>>  SRC_URI[sha256sum] = "0d1a04e688b082bc88846e3f524abd50bc782b6ffc06123140f7d358c8f9b906"
>>
>>  CFLAGS += "-fno-strict-aliasing"
>> +EXTRA_OEMAKE_powerpc64 = "CXFLAGS=-Wno-error=format"
>
> Don't you want to append here rather than overwrite?

Seems reasonable. Will change.

-M




More information about the Openembedded-core mailing list