diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-28 23:27:14 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-29 10:40:56 +0000 |
| commit | 4a5751f0049e621839ea6b3be8aab260db4e8189 (patch) | |
| tree | 9df5cd3246041405319c9de651d3d25adbf26762 | |
| parent | 688c4e84623369199baaf821430373ce28ecb66a (diff) | |
| download | poky-4a5751f0049e621839ea6b3be8aab260db4e8189.tar.gz | |
coreutils: Fix out of tree builds
(From OE-Core rev: 29a6810aad27e049577d2d66690ba74f92dd5211)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-core/coreutils/coreutils_8.21.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-core/coreutils/coreutils_8.21.bb b/meta/recipes-core/coreutils/coreutils_8.21.bb index e789f59f0b..88561c773a 100644 --- a/meta/recipes-core/coreutils/coreutils_8.21.bb +++ b/meta/recipes-core/coreutils/coreutils_8.21.bb | |||
| @@ -39,6 +39,11 @@ base_bindir_progs = "cat chgrp chmod chown cp date dd echo false kill ln ls mkdi | |||
| 39 | 39 | ||
| 40 | sbindir_progs= "chroot" | 40 | sbindir_progs= "chroot" |
| 41 | 41 | ||
| 42 | # Deal with a separate builddir failure if src doesn't exist when creating version.c/version.h | ||
| 43 | do_compile_prepend () { | ||
| 44 | mkdir -p ${B}/src | ||
| 45 | } | ||
| 46 | |||
| 42 | do_install_append() { | 47 | do_install_append() { |
| 43 | for i in df mktemp base64; do mv ${D}${bindir}/$i ${D}${bindir}/$i.${BPN}; done | 48 | for i in df mktemp base64; do mv ${D}${bindir}/$i ${D}${bindir}/$i.${BPN}; done |
| 44 | 49 | ||
