diff options
| -rw-r--r-- | meta/recipes-extended/bash/bash.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc index ca788e1672..18874a0e24 100644 --- a/meta/recipes-extended/bash/bash.inc +++ b/meta/recipes-extended/bash/bash.inc | |||
| @@ -62,6 +62,11 @@ do_compile_ptest () { | |||
| 62 | oe_runmake buildtest | 62 | oe_runmake buildtest |
| 63 | } | 63 | } |
| 64 | 64 | ||
| 65 | do_install:prepend () { | ||
| 66 | # Ensure determinism as this counter increases for each make call | ||
| 67 | rm -f ${B}/.build | ||
| 68 | } | ||
| 69 | |||
| 65 | do_install:append () { | 70 | do_install:append () { |
| 66 | # Move /usr/bin/bash to /bin/bash, if need | 71 | # Move /usr/bin/bash to /bin/bash, if need |
| 67 | if [ "${base_bindir}" != "${bindir}" ]; then | 72 | if [ "${base_bindir}" != "${bindir}" ]; then |
