summaryrefslogtreecommitdiff
path: root/meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2011-02-03 14:35:51 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-02-07 16:52:41 +0000
commit4816a02db45be5e857341fa989e3df6095813b42 (patch)
tree0cb0d7073eb438d48001e83a95a3bf6dd566a59a /meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb
parentd372eadfd3d7105a85b4d227c52538ab4ec3b2eb (diff)
downloadopenembedded-core-4816a02db45be5e857341fa989e3df6095813b42.tar.gz
openembedded-core-4816a02db45be5e857341fa989e3df6095813b42.tar.bz2
openembedded-core-4816a02db45be5e857341fa989e3df6095813b42.tar.xz
openembedded-core-4816a02db45be5e857341fa989e3df6095813b42.zip
mesa-demos: 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 libpthread 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/mesa/mesa-demos_8.0.1.bb')
-rw-r--r--meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb b/meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb
index e3a84beb1..504a8b700 100644
--- a/meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb
+++ b/meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb
@@ -11,9 +11,10 @@ LIC_FILES_CHKSUM = "file://src/xdemos/glxgears.c;beginline=1;endline=20;md5=9142
DEPENDS = "virtual/libx11 virtual/libgl glew"
-PR = "r0"
+PR = "r1"
-SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/demos/${PV}/${PN}-${PV}.tar.bz2"
+SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/demos/${PV}/${PN}-${PV}.tar.bz2 \
+ file://dso_linking_change_build_fix.patch"
inherit autotools pkgconfig