diff options
author | Yu Ke <ke.yu@intel.com> | 2010-11-27 09:24:56 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-02 05:24:57 -0800 |
commit | 770cbc076e88f045d33fbba97ff2906e6de4d5fd (patch) | |
tree | a250a28678e14952817895d0e68cbb848aaa9d04 | |
parent | 742f217ac29577194fcdaec61117e04d26213220 (diff) | |
download | poky-770cbc076e88f045d33fbba97ff2906e6de4d5fd.tar.gz |
mesa-xlib: upgrade from 7.8.2 to 7.9
- starting from mesa 7.9, mesa-demos is not bundled with mesa in upstream, so remove the mesa demo in mesa recipes. there will be a seperate recipes to build mesa-demos
Signed-off-by: Yu Ke <ke.yu@intel.com>
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-xlib_7.9.bb (renamed from meta/recipes-graphics/mesa/mesa-xlib_7.8.2.bb) | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-xlib_7.8.2.bb b/meta/recipes-graphics/mesa/mesa-xlib_7.9.bb index 093ad6ed7c..c4d3b31e5c 100644 --- a/meta/recipes-graphics/mesa/mesa-xlib_7.8.2.bb +++ b/meta/recipes-graphics/mesa/mesa-xlib_7.9.bb | |||
@@ -1,9 +1,11 @@ | |||
1 | include mesa-common.inc | 1 | include mesa-common.inc |
2 | 2 | ||
3 | SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2" | ||
4 | |||
3 | LIC_FILES_CHKSUM = "file://docs/license.html;md5=7a3373c039b6b925c427755a4f779c1d" | 5 | LIC_FILES_CHKSUM = "file://docs/license.html;md5=7a3373c039b6b925c427755a4f779c1d" |
4 | 6 | ||
5 | PROTO_DEPS = "xf86driproto glproto" | 7 | PROTO_DEPS = "xf86driproto glproto" |
6 | LIB_DEPS = "virtual/libx11 libxext libxxf86vm libxdamage libxfixes" | 8 | LIB_DEPS = "virtual/libx11 libxext libxxf86vm libxdamage libxfixes talloc libxml2-native" |
7 | 9 | ||
8 | DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}" | 10 | DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}" |
9 | 11 | ||
@@ -11,12 +13,3 @@ PE = "1" | |||
11 | PR = "r0" | 13 | PR = "r0" |
12 | 14 | ||
13 | EXTRA_OECONF += "--with-driver=xlib" | 15 | EXTRA_OECONF += "--with-driver=xlib" |
14 | |||
15 | do_install_append () { | ||
16 | install -d ${D}/${bindir} | ||
17 | install -m 0755 ${S}/progs/xdemos/{glxdemo,glxgears,glxheads,glxinfo} ${D}/${bindir} | ||
18 | } | ||
19 | |||
20 | PACKAGES =+ "${PN}-xprogs" | ||
21 | |||
22 | FILES_${PN}-xprogs = "${bindir}/glxdemo ${bindir}/glxgears ${bindir}/glxheads ${bindir}/glxinfo" | ||