cairo: Disable bfd symbol loopup since we don't list it in DEPENDS

(From OE-Core rev: ac8b7e275a8789b6605ef84a3b128aea2518b596)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2011-09-25 15:42:00 +01:00
parent c3c8084855
commit b8a67d3000
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -2,7 +2,7 @@ require cairo.inc
LIC_FILES_CHKSUM = "file://COPYING;md5=e73e999e0c72b5ac9012424fa157ad77"
PR = "r1"
PR = "r2"
SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz"