summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/mdadm
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-07-10 00:14:52 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-07-12 22:53:20 +0100
commitc9d1e257deceef4f99486b78f4a76d55dca758f3 (patch)
tree7113fe4206a08fa5cd8de21eacd908296320ecf5 /meta/recipes-extended/mdadm
parent53c8c290e5d25976909a821eead31633b25b9952 (diff)
downloadopenembedded-core-c9d1e257deceef4f99486b78f4a76d55dca758f3.tar.gz
mdadm: remove do_configure_prepend
There is no '.*ansidecl.h.*/d' in sha1.h any more. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/mdadm')
-rw-r--r--meta/recipes-extended/mdadm/mdadm_3.3.2.bb5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/recipes-extended/mdadm/mdadm_3.3.2.bb b/meta/recipes-extended/mdadm/mdadm_3.3.2.bb
index 87e06f5a82..b2fbe4ae54 100644
--- a/meta/recipes-extended/mdadm/mdadm_3.3.2.bb
+++ b/meta/recipes-extended/mdadm/mdadm_3.3.2.bb
@@ -23,11 +23,6 @@ CFLAGS += "-fno-strict-aliasing"
inherit autotools-brokensep
-# We don't DEPEND on binutils for ansidecl.h so ensure we don't use the header
-do_configure_prepend () {
- sed -i -e '/.*ansidecl.h.*/d' ${S}/sha1.h
-}
-
EXTRA_OEMAKE = "CHECK_RUN_DIR=0"
# PPC64 and MIPS64 uses long long for u64 in the kernel, but powerpc's asm/types.h
# prevents 64-bit userland from seeing this definition, instead defaulting