]> code.ossystems Code Review - openembedded-core.git/commitdiff
mesa_git.bb: Fix fetch and license errors.
authorRandy Witt <randy.e.witt@linux.intel.com>
Fri, 10 Oct 2014 22:39:18 +0000 (15:39 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 11 Oct 2014 07:06:52 +0000 (08:06 +0100)
Without these changes mesa_git.bb can't be enabled as the
PREFERRED_VERSION due to build breakage.

Signed-off-by: Randy Witt <randy.e.witt@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/mesa/mesa_git.bb

index 59b0d1cdeb1f857e93e00c74aef4400e2426085f..cda310a52576a508ada39f1c0ad87300d072548b 100644 (file)
@@ -2,13 +2,12 @@ require ${BPN}.inc
 
 DEFAULT_PREFERENCE = "-1"
 
-LIC_FILES_CHKSUM = "file://docs/license.html;md5=f69a4626e9efc40fa0d3cc3b02c9eacf"
+LIC_FILES_CHKSUM = "file://docs/license.html;md5=6a23445982a7a972ac198e93cc1cb3de"
 
-PR = "${INC_PR}.0"
 SRCREV = "0028eb1083e6adc110a23a5f02c993cda217067a"
 PV = "10.1.3+git${SRCPV}"
 
-SRC_URI = "git://anongit.freedesktop.org/git/mesa/mesa \
+SRC_URI = "git://anongit.freedesktop.org/git/mesa/mesa;branch=10.1 \
            file://0002-pipe_loader_sw-include-xlib_sw_winsys.h-only-when-HA.patch \
            file://0006-fix-out-of-tree-egl.patch \
            "