* [PATCH] cairo: explicity disable lzo
@ 2013-03-22 19:30 Saul Wold
0 siblings, 0 replies; only message in thread
From: Saul Wold @ 2013-03-22 19:30 UTC (permalink / raw)
To: openembedded-core
By explicitly disabling the LZO check, we ensure a deterministic build
[YOCTO #4076]
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
meta/recipes-graphics/cairo/cairo.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-graphics/cairo/cairo.inc b/meta/recipes-graphics/cairo/cairo.inc
index 9bec6c2..06d2dee 100644
--- a/meta/recipes-graphics/cairo/cairo.inc
+++ b/meta/recipes-graphics/cairo/cairo.inc
@@ -24,8 +24,9 @@ EXTRA_OECONF += "${@get_cairo_fpu_setting(bb, d)} \
--enable-tee \
"
-
inherit autotools pkgconfig
# We don't depend on binutils so we need to disable this
export ac_cv_lib_bfd_bfd_openr="no"
+# Ensure we don't depend on LZO
+export ac_cv_lib_lzo2_lzo2a_decompress="no"
--
1.8.0.2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-03-22 19:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-22 19:30 [PATCH] cairo: explicity disable lzo Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox