summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/man/man_1.6g.bb
diff options
context:
space:
mode:
authorBill Randle <william.c.randle@intel.com>2016-03-30 22:11:35 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-04-01 07:14:30 +0100
commit5293b834c1f5bfdf45d86485cd63b98c6b1bce5c (patch)
tree190b75ac9aabd895e40845c607a46c89047eacee /meta/recipes-extended/man/man_1.6g.bb
parent51217057d12e375bada074daf6ab6c6112320c3e (diff)
downloadpoky-5293b834c1f5bfdf45d86485cd63b98c6b1bce5c.tar.gz
man: use BUILD_CC and target include files for configure
The configure script was using the cross-compiler for feature tests, which fails to execute when the target is different than the host. Change the script to use the build compiler instead, but use the target include files to check for the target features. [YOCTO #9359] (From OE-Core rev: c0e0d061d94a1ed2930cbf9a9445cf8cb9f4f9b3) Signed-off-by: Bill Randle <william.c.randle@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/man/man_1.6g.bb')
-rw-r--r--meta/recipes-extended/man/man_1.6g.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/man/man_1.6g.bb b/meta/recipes-extended/man/man_1.6g.bb
index efdf56569a..e78aa18cbc 100644
--- a/meta/recipes-extended/man/man_1.6g.bb
+++ b/meta/recipes-extended/man/man_1.6g.bb
@@ -54,6 +54,7 @@ SRC_URI = "http://pkgs.fedoraproject.org/lookaside/pkgs/man2html/${BP}.tar.gz/ba
54 file://configure_sed.patch \ 54 file://configure_sed.patch \
55 file://man-1.6g-parallel.patch \ 55 file://man-1.6g-parallel.patch \
56 file://man-1.6g-compile-warnings.patch \ 56 file://man-1.6g-compile-warnings.patch \
57 file://man-1.6g-configure.patch \
57" 58"
58 59
59SRC_URI[md5sum] = "ba154d5796928b841c9c69f0ae376660" 60SRC_URI[md5sum] = "ba154d5796928b841c9c69f0ae376660"