diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-10-13 10:41:53 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-14 13:18:11 +0100 |
| commit | c76eb50f75dfc5892d6ae05ace72b2c17d251d7e (patch) | |
| tree | 50164062197054f4bb8acb78ddfc5883a6a8ed9d /meta | |
| parent | 81931261a99de5e936f65aeb987dec15e7c5a2a5 (diff) | |
| download | poky-c76eb50f75dfc5892d6ae05ace72b2c17d251d7e.tar.gz | |
mesa-git: move shared parts from mesa-dri_git to mesa-git.inc and add mesa-xlib_git
(From OE-Core rev: 3772045d457cb049c34fe3b046cc3a3bb9694c1c)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-graphics/mesa/mesa-dri_git.bb | 33 | ||||
| -rw-r--r-- | meta/recipes-graphics/mesa/mesa-git.inc | 30 | ||||
| -rw-r--r-- | meta/recipes-graphics/mesa/mesa-xlib_git.bb | 4 |
3 files changed, 36 insertions, 31 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-dri_git.bb b/meta/recipes-graphics/mesa/mesa-dri_git.bb index 14852133ae..9c2c6a1b41 100644 --- a/meta/recipes-graphics/mesa/mesa-dri_git.bb +++ b/meta/recipes-graphics/mesa/mesa-dri_git.bb | |||
| @@ -1,36 +1,7 @@ | |||
| 1 | include mesa-common.inc | 1 | include mesa-common.inc |
| 2 | include mesa-git.inc | ||
| 2 | include mesa-dri.inc | 3 | include mesa-dri.inc |
| 3 | |||
| 4 | SRC_URI = "git://anongit.freedesktop.org/git/mesa/mesa;protocol=git \ | ||
| 5 | file://cross2.patch \ | ||
| 6 | file://matypes.h" | ||
| 7 | # file://mesa-DRI2Swapbuffer.patch " | ||
| 8 | S = "${WORKDIR}/git" | ||
| 9 | |||
| 10 | SRCREV = "1bf94d419805538ac23a4d0b04d31ac5e4487aca" | ||
| 11 | PV = "7.7+git${SRCPV}" | ||
| 12 | PR = "${INC_PR}.0" | 4 | PR = "${INC_PR}.0" |
| 13 | 5 | ||
| 14 | PACKAGES =+ "${PN}-xprogs" | ||
| 15 | |||
| 16 | FILES_${PN}-xprogs = "${bindir}/glxdemo ${bindir}/glxgears ${bindir}/glxheads ${bindir}/glxinfo" | ||
| 17 | |||
| 18 | do_configure_prepend () { | ||
| 19 | cp ${WORKDIR}/matypes.h ${S}/src/mesa/x86 | ||
| 20 | touch ${S}/src/mesa/x86/matypes.h | ||
| 21 | } | ||
| 22 | |||
| 23 | do_compile () { | ||
| 24 | oe_runmake clean | ||
| 25 | oe_runmake -C src/glsl CC='${BUILD_CC}' CFLAGS="" | ||
| 26 | mv ${S}/src/glsl/apps/compile ${S}/host_compile | ||
| 27 | oe_runmake clean | ||
| 28 | oe_runmake GLSL_CL="${S}/host_compile" | ||
| 29 | } | ||
| 30 | |||
| 31 | do_install_append () { | ||
| 32 | install -d ${D}/usr/bin | ||
| 33 | install -m 0755 ${S}/progs/xdemos/{glxdemo,glxgears,glxheads,glxinfo} ${D}/usr/bin/ | ||
| 34 | } | ||
| 35 | |||
| 36 | COMPATIBLE_HOST = '(i.86|x86_64).*-linux' | 6 | COMPATIBLE_HOST = '(i.86|x86_64).*-linux' |
| 7 | |||
diff --git a/meta/recipes-graphics/mesa/mesa-git.inc b/meta/recipes-graphics/mesa/mesa-git.inc new file mode 100644 index 0000000000..2f27ef1a16 --- /dev/null +++ b/meta/recipes-graphics/mesa/mesa-git.inc | |||
| @@ -0,0 +1,30 @@ | |||
| 1 | SRC_URI = "git://anongit.freedesktop.org/git/mesa/mesa;protocol=git \ | ||
| 2 | file://cross2.patch \ | ||
| 3 | file://matypes.h" | ||
| 4 | # file://mesa-DRI2Swapbuffer.patch " | ||
| 5 | S = "${WORKDIR}/git" | ||
| 6 | |||
| 7 | SRCREV = "1bf94d419805538ac23a4d0b04d31ac5e4487aca" | ||
| 8 | PV = "7.7+git${SRCPV}" | ||
| 9 | |||
| 10 | PACKAGES =+ "${PN}-xprogs" | ||
| 11 | |||
| 12 | FILES_${PN}-xprogs = "${bindir}/glxdemo ${bindir}/glxgears ${bindir}/glxheads ${bindir}/glxinfo" | ||
| 13 | |||
| 14 | do_configure_prepend () { | ||
| 15 | cp ${WORKDIR}/matypes.h ${S}/src/mesa/x86 | ||
| 16 | touch ${S}/src/mesa/x86/matypes.h | ||
| 17 | } | ||
| 18 | |||
| 19 | do_compile () { | ||
| 20 | oe_runmake clean | ||
| 21 | oe_runmake -C src/glsl CC='${BUILD_CC}' CFLAGS="" | ||
| 22 | mv ${S}/src/glsl/apps/compile ${S}/host_compile | ||
| 23 | oe_runmake clean | ||
| 24 | oe_runmake GLSL_CL="${S}/host_compile" | ||
| 25 | } | ||
| 26 | |||
| 27 | do_install_append () { | ||
| 28 | install -d ${D}/usr/bin | ||
| 29 | install -m 0755 ${S}/progs/xdemos/{glxdemo,glxgears,glxheads,glxinfo} ${D}/usr/bin/ | ||
| 30 | } | ||
diff --git a/meta/recipes-graphics/mesa/mesa-xlib_git.bb b/meta/recipes-graphics/mesa/mesa-xlib_git.bb new file mode 100644 index 0000000000..7f827a70aa --- /dev/null +++ b/meta/recipes-graphics/mesa/mesa-xlib_git.bb | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | include mesa-common.inc | ||
| 2 | include mesa-git.inc | ||
| 3 | include mesa-xlib.inc | ||
| 4 | PR = "${INC_PR}.0" | ||
