diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2018-12-06 19:23:31 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-14 11:35:55 +0000 |
commit | 8ac47178d1051e38bdc19c58eb69cd2dc8d728f2 (patch) | |
tree | b0760ceee991fa44faa4563e1a853324d8b31956 /meta/recipes-connectivity/openssl | |
parent | 3be36b0d27d89cff3dfd5ee7f0906afaccf9c9e5 (diff) | |
download | poky-8ac47178d1051e38bdc19c58eb69cd2dc8d728f2.tar.gz |
apr/openssl10: Enable ccache for them
They work well now.
(From OE-Core rev: 5514c6c136b4ea48cba7edb0831eb12e1870d7d2)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/openssl')
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl10_1.0.2q.bb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl10_1.0.2q.bb b/meta/recipes-connectivity/openssl/openssl10_1.0.2q.bb index 9d67053b7a..809634f6c0 100644 --- a/meta/recipes-connectivity/openssl/openssl10_1.0.2q.bb +++ b/meta/recipes-connectivity/openssl/openssl10_1.0.2q.bb | |||
@@ -76,9 +76,6 @@ EXTRA_OEMAKE = "${@bb.utils.contains('PACKAGECONFIG', 'manpages', '', 'OE_DISABL | |||
76 | 76 | ||
77 | export OE_LDFLAGS = "${LDFLAGS}" | 77 | export OE_LDFLAGS = "${LDFLAGS}" |
78 | 78 | ||
79 | # openssl fails with ccache: https://bugzilla.yoctoproject.org/show_bug.cgi?id=12810 | ||
80 | CCACHE = "" | ||
81 | |||
82 | TERMIO ?= "-DTERMIO" | 79 | TERMIO ?= "-DTERMIO" |
83 | TERMIO_libc-musl = "-DTERMIOS" | 80 | TERMIO_libc-musl = "-DTERMIOS" |
84 | EXTRA_OECONF_append_libc-musl_powerpc64 = " no-asm" | 81 | EXTRA_OECONF_append_libc-musl_powerpc64 = " no-asm" |