diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2017-03-24 12:17:24 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-12-13 12:55:15 +0100 |
commit | adc9f935c34d42375f0ea5d29a8995a99f75466f (patch) | |
tree | 3bb473401c58d473877d431624708ccc15629704 /package/utils/mdadm/patches/000-compile.patch | |
parent | 8bf67f63b92082716cffd76093fca3b6bdac8cc5 (diff) | |
download | upstream-adc9f935c34d42375f0ea5d29a8995a99f75466f.tar.gz upstream-adc9f935c34d42375f0ea5d29a8995a99f75466f.tar.bz2 upstream-adc9f935c34d42375f0ea5d29a8995a99f75466f.zip |
utils/mdadm: Update to 4.0
Update mdadm to 4.0
Remove 000-compile.patch as it's fixed upstream
Refresh patches
Add mdadm.h-Undefine-dprintf-before-redefining.patch
Source: http://git.openembedded.org/openembedded-core/tree/meta/recipes-extended/mdadm/files
Add RAID 0,1 and 10 as depends to make mdadm usable.
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
(cherry picked from commit 980c41f8e04f5586731e84492001971eb8371590)
Diffstat (limited to 'package/utils/mdadm/patches/000-compile.patch')
-rw-r--r-- | package/utils/mdadm/patches/000-compile.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/utils/mdadm/patches/000-compile.patch b/package/utils/mdadm/patches/000-compile.patch deleted file mode 100644 index 6d47489163..0000000000 --- a/package/utils/mdadm/patches/000-compile.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/sha1.h -+++ b/sha1.h -@@ -26,8 +26,6 @@ - # include <limits.h> - #endif - --#include "ansidecl.h" -- - /* The following contortions are an attempt to use the C preprocessor - to determine an unsigned integral type that is 32 bits wide. An - alternative approach is to use autoconf's AC_CHECK_SIZEOF macro, but |