]> code.ossystems Code Review - openembedded-core.git/commitdiff
mdadm: remove do_configure_prepend
authorRobert Yang <liezhi.yang@windriver.com>
Fri, 10 Jul 2015 07:14:52 +0000 (00:14 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 12 Jul 2015 21:53:20 +0000 (22:53 +0100)
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>
meta/recipes-extended/mdadm/mdadm_3.3.2.bb

index 87e06f5a82c16da1c9c14cbd83f8b260362e309e..b2fbe4ae5485c3bd3455492aa1827ebf355753b8 100644 (file)
@@ -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