[oe-commits] Randy Witt : mesa_git.bb: Fix fetch and license errors.

git at git.openembedded.org git at git.openembedded.org
Sat Oct 11 07:11:33 UTC 2014


Module: openembedded-core.git
Branch: dizzy
Commit: 04f48ad3fab4e21a23c46b90f6a62269a1cf1ee7
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=04f48ad3fab4e21a23c46b90f6a62269a1cf1ee7

Author: Randy Witt <randy.e.witt at linux.intel.com>
Date:   Fri Oct 10 15:39:18 2014 -0700

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.

Signed-off-by: Randy Witt <randy.e.witt at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-graphics/mesa/mesa_git.bb | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-graphics/mesa/mesa_git.bb b/meta/recipes-graphics/mesa/mesa_git.bb
index 59b0d1c..cda310a 100644
--- a/meta/recipes-graphics/mesa/mesa_git.bb
+++ b/meta/recipes-graphics/mesa/mesa_git.bb
@@ -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 \
            "



More information about the Openembedded-commits mailing list