summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-graphics/mesa/mesa_git.bbappend13
1 files changed, 0 insertions, 13 deletions
diff --git a/recipes-graphics/mesa/mesa_git.bbappend b/recipes-graphics/mesa/mesa_git.bbappend
deleted file mode 100644
index 2da3e47..0000000
--- a/recipes-graphics/mesa/mesa_git.bbappend
+++ /dev/null
@@ -1,13 +0,0 @@
-# Although not typically set anymore it seems, set PR to work around a
-# bug in mesa_git.bb where it uses INC_PR. A fix has been submitted upstream
-# for mesa_git.bb, but eventually we won't use mesa_git.bb anyway.
-PR = "r0"
-
-LIC_FILES_CHKSUM = "file://docs/license.html;md5=6a23445982a7a972ac198e93cc1cb3de"
-
-SRCREV = "088d3501786a2ff0833de45951b63acbe6560a0f"
-PV = "10.3.1+git${SRCPV}"
-
-# Set the SRC_URI because we don't want the patches that have been applied
-# upstream and the branch is needed.
-SRC_URI = "git://anongit.freedesktop.org/git/mesa/mesa;branch=10.3"