diff options
author | Khem Raj <raj.khem@gmail.com> | 2015-09-08 08:34:21 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-12 22:47:18 +0100 |
commit | 3738dbf4d204e1c4f1dd2fad6a76291ffbbc414e (patch) | |
tree | 6102355eea6ff7ffb3cbe3684df02a3bfcee7a4e /meta/recipes-extended/mdadm/mdadm_3.3.4.bb | |
parent | c70d915bcc3054120e7ad06b9bcfef57f2d15371 (diff) | |
download | openembedded-core-3738dbf4d204e1c4f1dd2fad6a76291ffbbc414e.tar.gz openembedded-core-3738dbf4d204e1c4f1dd2fad6a76291ffbbc414e.tar.bz2 openembedded-core-3738dbf4d204e1c4f1dd2fad6a76291ffbbc414e.zip |
mdadm: Fix bugs exposed by clang
clang points to coding errors which otherwise go unnoticed
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-extended/mdadm/mdadm_3.3.4.bb')
-rw-r--r-- | meta/recipes-extended/mdadm/mdadm_3.3.4.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/mdadm/mdadm_3.3.4.bb b/meta/recipes-extended/mdadm/mdadm_3.3.4.bb index 460a4308b3..11981670e5 100644 --- a/meta/recipes-extended/mdadm/mdadm_3.3.4.bb +++ b/meta/recipes-extended/mdadm/mdadm_3.3.4.bb @@ -12,6 +12,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/raid/mdadm/${BPN}-${PV}.tar.xz \ file://mdadm-3.2.2_fix_for_x32.patch \ file://gcc-4.9.patch \ file://mdadm-3.3.2_x32_abi_time_t.patch \ + file://0001-Fix-typo-in-comparision.patch \ file://run-ptest \ " SRC_URI[md5sum] = "7ca8b114710f98f53f20c5787b674a09" |