summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/matchbox-stroke/matchbox-stroke_svn.bb
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2011-01-11 09:48:49 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-01-20 21:37:04 +0000
commita698372e9b8e139ce2fa24aaaae8bcffc3e6a4b1 (patch)
treea43949de387e099b8faff6158bb9c993dcf3065a /meta/recipes-sato/matchbox-stroke/matchbox-stroke_svn.bb
parente6d4c253a895b307cc163cbd9e2fb78b5122de92 (diff)
downloadpoky-a698372e9b8e139ce2fa24aaaae8bcffc3e6a4b1.tar.gz
matchbox-stroke: : 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 libxrender library explicitely for linking to work without errors. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/recipes-sato/matchbox-stroke/matchbox-stroke_svn.bb')
-rw-r--r--meta/recipes-sato/matchbox-stroke/matchbox-stroke_svn.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-sato/matchbox-stroke/matchbox-stroke_svn.bb b/meta/recipes-sato/matchbox-stroke/matchbox-stroke_svn.bb
index 5021d8839e..de675c2b9b 100644
--- a/meta/recipes-sato/matchbox-stroke/matchbox-stroke_svn.bb
+++ b/meta/recipes-sato/matchbox-stroke/matchbox-stroke_svn.bb
@@ -8,10 +8,12 @@ LIC_FILES_CHKSUM = "file://src/matchbox-stroke.h;endline=12;md5=8ed5c5bbec2321fb
8DEPENDS = "libfakekey expat libxft" 8DEPENDS = "libfakekey expat libxft"
9SECTION = "x11/wm" 9SECTION = "x11/wm"
10PV = "0.0+svnr${SRCPV}" 10PV = "0.0+svnr${SRCPV}"
11PR = "r1"
11 12
12SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \ 13SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \
13 file://single-instance.patch;patch=1 \ 14 file://single-instance.patch;patch=1 \
14 file://configure_fix.patch;patch=1;maxrev=1819 " 15 file://configure_fix.patch;patch=1;maxrev=1819 \
16 file://dso_linking_change_build_fix.patch "
15 17
16S = "${WORKDIR}/${PN}" 18S = "${WORKDIR}/${PN}"
17 19