From 958fd5a649ecab5c30b401a08770dd734c206b60 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Tue, 11 Jan 2011 08:14:04 -0800 Subject: fstests: fix build issue with gcc dso linking change All the libraries needs to be specified explicitely with the new gcc dso linking change patch. This was causing build errors for this recipe. Specifying the libX11 library explicitely for linking to work without errors. Signed-off-by: Nitin A Kamble --- meta/recipes-graphics/fstests/fstests_svn.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'meta/recipes-graphics/fstests/fstests_svn.bb') diff --git a/meta/recipes-graphics/fstests/fstests_svn.bb b/meta/recipes-graphics/fstests/fstests_svn.bb index efa5c1fa22..3c0d7b0b12 100644 --- a/meta/recipes-graphics/fstests/fstests_svn.bb +++ b/meta/recipes-graphics/fstests/fstests_svn.bb @@ -4,11 +4,12 @@ SECTION = "devel" LICENSE = "ZLIB" DEPENDS = "pango libxext libxft virtual/libx11 gtk+" PV = "0.0+svnr${SRCPV}" -PR = "r0" +PR = "r1" inherit autotools -SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=fstests;proto=http" +SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=fstests;proto=http \ + file://dso_linking_change_build_fix.patch" S = "${WORKDIR}/fstests/tests" -- cgit v1.2.3