diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-07-14 14:14:07 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-17 10:54:02 +0100 |
commit | 85e5f2d8ac4e4096b5f4dbf4c5cb66680777d54d (patch) | |
tree | d65403c761fa668b6931f0060bd3005cfbde5f39 /meta/recipes-devtools/help2man/help2man-native_1.38.2.bb | |
parent | 0a925c9dcf0768ffa1d2dca2a8aaeee65919d52f (diff) | |
download | poky-85e5f2d8ac4e4096b5f4dbf4c5cb66680777d54d.tar.gz |
mkelfimage: Fix cross build
This patch fixes building this tool in cross environment
It uses tools such as CC, HOST_CC, I386_CC etc.
and as long as you are building native it does not
matter since they all are same namely 'gcc' but
in cross compiling that wont work. So we make the
makefiles and configure scripts aware of that fact
Upstream hosts this program in a svn repo. So change
the SRC_URI to official svn repo. With git we were
checking out a lot more that just mkelfimage which
is not required.
There were unpackaged empty directories too so
we make sure they are removed as well.
Fixes Yocto bug# 2765
(From OE-Core rev: 0d828f19f7ef2d852bbe6da4510efea76a39b982)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/help2man/help2man-native_1.38.2.bb')
0 files changed, 0 insertions, 0 deletions