From eb509c6c3df197b1baea1ac3b4d2509f8d9d71be Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 25 Sep 2011 15:42:00 +0100 Subject: cairo: Disable bfd symbol loopup since we don't list it in DEPENDS (From OE-Core rev: ac8b7e275a8789b6605ef84a3b128aea2518b596) Signed-off-by: Richard Purdie --- meta/recipes-graphics/cairo/cairo.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/recipes-graphics/cairo/cairo.inc') diff --git a/meta/recipes-graphics/cairo/cairo.inc b/meta/recipes-graphics/cairo/cairo.inc index c983a89af0..876acad3d6 100644 --- a/meta/recipes-graphics/cairo/cairo.inc +++ b/meta/recipes-graphics/cairo/cairo.inc @@ -18,3 +18,6 @@ require cairo-fpu.inc EXTRA_OECONF += "${@get_cairo_fpu_setting(bb, d)} ${@base_contains('DISTRO_FEATURES', 'x11', '--with-x', '--without-x', d)}" inherit autotools pkgconfig + +# We don't depend on binutils so we need to disable this +export ac_cv_lib_bfd_bfd_openr=no \ No newline at end of file -- cgit v1.2.3-54-g00ecf