diff options
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/bash/bash.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc index c91cc8ada8..039b8687a2 100644 --- a/meta/recipes-extended/bash/bash.inc +++ b/meta/recipes-extended/bash/bash.inc | |||
@@ -39,6 +39,12 @@ RDEPENDS_${PN}-ptest_append_libc-glibc = " \ | |||
39 | 39 | ||
40 | CACHED_CONFIGUREVARS += "headersdir=${includedir}/${PN}" | 40 | CACHED_CONFIGUREVARS += "headersdir=${includedir}/${PN}" |
41 | 41 | ||
42 | do_compile_prepend() { | ||
43 | # Remove any leftover .build files. This ensures that bash always has the | ||
44 | # same version number and keeps builds reproducible | ||
45 | rm -f ${B}/.build | ||
46 | } | ||
47 | |||
42 | do_compile_ptest () { | 48 | do_compile_ptest () { |
43 | oe_runmake buildtest | 49 | oe_runmake buildtest |
44 | } | 50 | } |