diff options
Diffstat (limited to 'recipes/mesa/mesa-dri_git.bb')
-rw-r--r-- | recipes/mesa/mesa-dri_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/mesa/mesa-dri_git.bb b/recipes/mesa/mesa-dri_git.bb index 1626326235..295938ba01 100644 --- a/recipes/mesa/mesa-dri_git.bb +++ b/recipes/mesa/mesa-dri_git.bb @@ -11,13 +11,13 @@ PR_append = "+gitr${SRCREV}" PE = "1" DEFAULT_PREFERENCE = "-2" -DEFAULT_PREFERENCE_om-gta02 = "2" +DEFAULT_PREFERENCE_shr = "2" SRCREV_pn-mesa-dri ?= "196214bf2b677a83653d49f79d03752f29df44ec" -SRCREV_pn-mesa-dri_om-gta02 ?= "1ac166895fef47806c9e9286d2a6356b4db8398d" +SRCREV_pn-mesa-dri_shr ?= "1ac166895fef47806c9e9286d2a6356b4db8398d" SRC_URI = "git://anongit.freedesktop.org/git/mesa/mesa;protocol=git" -SRC_URI_om-gta02 = "git://git.bitwiz.org.uk/mesa.git;protocol=git;branch=glamo" +SRC_URI_shr = "git://git.bitwiz.org.uk/mesa.git;protocol=git;branch=glamo" S = "${WORKDIR}/git" PACKAGES =+ " mesa-utils " |