diff options
author | Jérémy Rosen <jeremy.rosen@smile.fr> | 2016-09-07 11:08:49 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-14 22:22:07 +0100 |
commit | d4583c98fa845694539fccfc5d8bb82cb2177ef0 (patch) | |
tree | d479d9b9a14cff78b43374060b8bca43aa8c36ab /meta/recipes-support | |
parent | c14dc1a130fb15fa70ca32b75ab32d534c59ec01 (diff) | |
download | poky-d4583c98fa845694539fccfc5d8bb82cb2177ef0.tar.gz |
libpcre: explicitely specify CCLD_FOR_BUILD for this recipe
libpcre uses CCLD_FOR_BUILD as the name of the host command to use for
linking. This is not a standard autotools symbol but particular to this
recipe. We need to set it explicitely
(From OE-Core rev: 07023dcf5ab15d69a336b96b73e2b0089300727f)
Signed-off-by: Jérémy Rosen <jeremy.rosen@smile.fr>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/libpcre/libpcre_8.39.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/libpcre/libpcre_8.39.bb b/meta/recipes-support/libpcre/libpcre_8.39.bb index 129076a7fc..2d4668b52d 100644 --- a/meta/recipes-support/libpcre/libpcre_8.39.bb +++ b/meta/recipes-support/libpcre/libpcre_8.39.bb | |||
@@ -48,6 +48,8 @@ BUILD_CFLAGS =+ "-DLINK_SIZE=2 -I${B}" | |||
48 | CFLAGS += "-D_REENTRANT" | 48 | CFLAGS += "-D_REENTRANT" |
49 | CXXFLAGS_append_powerpc = " -lstdc++" | 49 | CXXFLAGS_append_powerpc = " -lstdc++" |
50 | 50 | ||
51 | export CCLD_FOR_BUILD ="${BUILD_CCLD}" | ||
52 | |||
51 | PACKAGES =+ "libpcrecpp libpcreposix pcregrep pcregrep-doc pcretest pcretest-doc" | 53 | PACKAGES =+ "libpcrecpp libpcreposix pcregrep pcregrep-doc pcretest pcretest-doc" |
52 | 54 | ||
53 | SUMMARY_libpcrecpp = "${SUMMARY} - C++ wrapper functions" | 55 | SUMMARY_libpcrecpp = "${SUMMARY} - C++ wrapper functions" |