aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xtscal/xtscal_0.6.3.bb
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2011-01-11 07:34:03 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-01-20 21:37:03 +0000
commit52691e7284a4a4c23cb6ecf981231d259c9b0b0d (patch)
treeec34c403863f9488d11dbaccdd9aab0644073c01 /meta/recipes-graphics/xtscal/xtscal_0.6.3.bb
parent5a91224e9c6936ed76c3c27842b438b437e10bff (diff)
downloadopenembedded-core-52691e7284a4a4c23cb6ecf981231d259c9b0b0d.tar.gz
xtscal: 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-graphics/xtscal/xtscal_0.6.3.bb')
-rw-r--r--meta/recipes-graphics/xtscal/xtscal_0.6.3.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xtscal/xtscal_0.6.3.bb b/meta/recipes-graphics/xtscal/xtscal_0.6.3.bb
index 2136f340e6..539399ed63 100644
--- a/meta/recipes-graphics/xtscal/xtscal_0.6.3.bb
+++ b/meta/recipes-graphics/xtscal/xtscal_0.6.3.bb
@@ -9,11 +9,12 @@ SECTION = "x11/base"
DEPENDS = "virtual/libx11 libxft libxcalibrate"
-PR = "r12"
+PR = "r13"
SRC_URI = "${GPE_MIRROR}/xtscal-${PV}.tar.bz2 \
file://change-cross.patch;patch=1 \
file://cleanup.patch;patch=1 \
+ file://dso_linking_change_build_fix.patch \
file://30xTs_Calibrate.sh"
SRC_URI[md5sum] = "9bcab80b474d5454477d1ca166a68c34"