diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-07-10 00:14:52 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-12 22:55:44 +0100 |
commit | d512cf2e9bc056b58369e7a04e73ac8841a845e1 (patch) | |
tree | 55cf4eb5e6060f37550be0363e87aa73614fc8f7 /meta/recipes-extended | |
parent | 911cb6882bf8e854db3a7b617e4333bf9d4d8b46 (diff) | |
download | poky-d512cf2e9bc056b58369e7a04e73ac8841a845e1.tar.gz |
mdadm: remove do_configure_prepend
There is no '.*ansidecl.h.*/d' in sha1.h any more.
(From OE-Core rev: c9d1e257deceef4f99486b78f4a76d55dca758f3)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/mdadm/mdadm_3.3.2.bb | 5 |
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" | |||
23 | 23 | ||
24 | inherit autotools-brokensep | 24 | inherit autotools-brokensep |
25 | 25 | ||
26 | # We don't DEPEND on binutils for ansidecl.h so ensure we don't use the header | ||
27 | do_configure_prepend () { | ||
28 | sed -i -e '/.*ansidecl.h.*/d' ${S}/sha1.h | ||
29 | } | ||
30 | |||
31 | EXTRA_OEMAKE = "CHECK_RUN_DIR=0" | 26 | EXTRA_OEMAKE = "CHECK_RUN_DIR=0" |
32 | # PPC64 and MIPS64 uses long long for u64 in the kernel, but powerpc's asm/types.h | 27 | # PPC64 and MIPS64 uses long long for u64 in the kernel, but powerpc's asm/types.h |
33 | # prevents 64-bit userland from seeing this definition, instead defaulting | 28 | # prevents 64-bit userland from seeing this definition, instead defaulting |