summaryrefslogtreecommitdiff
path: root/meta/recipes-extended/mdadm/mdadm_3.2.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* mdadm: Make custom CC definition conditionalNitin A Kamble2011-12-121-2/+2
| | | | | | | | | | | | By hardcoding CC's definition in the Makefile, all the gcc parameters set by tune settings are lost. Causing compile failure with x32 toolchain As the bitbake defined CC is good, there is no need to redfine CC in the make file, hence making the CC definition in the Makefile conditional. This fixes bug: [YOCTO #1414] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* mdadm: fix QA Packaging issuesSaul Wold2011-10-311-1/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* Fix mdadm for powerpc64Matthew McClintock2011-10-101-2/+4
| | | | | | | This takes an upstream fix for compiling on powerpc64 Signed-off-by: Matthew McClintock <msm@freescale.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mdadm: upgrade mdadm from 3.2.1 to 3.2.2Dexuan Cui2011-08-161-0/+31
Remove the patch since 3.2.2 has integrated it. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>