diff options
author | Randy Witt <randy.e.witt@linux.intel.com> | 2014-10-10 15:39:18 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-10-11 08:11:02 +0100 |
commit | 6bc86e0c5795278b2b6b1c4babdf0dd9a8c58827 (patch) | |
tree | 82ed99341f1742ca3fc7914b577b10b7be77a43e /meta/recipes-graphics | |
parent | 0172cded27d73437784fe1578110937aede563eb (diff) | |
download | poky-6bc86e0c5795278b2b6b1c4babdf0dd9a8c58827.tar.gz |
mesa_git.bb: Fix fetch and license errors.
Without these changes mesa_git.bb can't be enabled as the
PREFERRED_VERSION due to build breakage.
(From OE-Core rev: 04f48ad3fab4e21a23c46b90f6a62269a1cf1ee7)
Signed-off-by: Randy Witt <randy.e.witt@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa_git.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-graphics/mesa/mesa_git.bb b/meta/recipes-graphics/mesa/mesa_git.bb index 59b0d1cdeb..cda310a525 100644 --- a/meta/recipes-graphics/mesa/mesa_git.bb +++ b/meta/recipes-graphics/mesa/mesa_git.bb | |||
@@ -2,13 +2,12 @@ require ${BPN}.inc | |||
2 | 2 | ||
3 | DEFAULT_PREFERENCE = "-1" | 3 | DEFAULT_PREFERENCE = "-1" |
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://docs/license.html;md5=f69a4626e9efc40fa0d3cc3b02c9eacf" | 5 | LIC_FILES_CHKSUM = "file://docs/license.html;md5=6a23445982a7a972ac198e93cc1cb3de" |
6 | 6 | ||
7 | PR = "${INC_PR}.0" | ||
8 | SRCREV = "0028eb1083e6adc110a23a5f02c993cda217067a" | 7 | SRCREV = "0028eb1083e6adc110a23a5f02c993cda217067a" |
9 | PV = "10.1.3+git${SRCPV}" | 8 | PV = "10.1.3+git${SRCPV}" |
10 | 9 | ||
11 | SRC_URI = "git://anongit.freedesktop.org/git/mesa/mesa \ | 10 | SRC_URI = "git://anongit.freedesktop.org/git/mesa/mesa;branch=10.1 \ |
12 | file://0002-pipe_loader_sw-include-xlib_sw_winsys.h-only-when-HA.patch \ | 11 | file://0002-pipe_loader_sw-include-xlib_sw_winsys.h-only-when-HA.patch \ |
13 | file://0006-fix-out-of-tree-egl.patch \ | 12 | file://0006-fix-out-of-tree-egl.patch \ |
14 | " | 13 | " |