summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-graphics/userland/userland_git.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb
index 4b405ee..7fb7ebb 100644
--- a/recipes-graphics/userland/userland_git.bb
+++ b/recipes-graphics/userland/userland_git.bb
@@ -11,8 +11,11 @@ PROVIDES = "virtual/libgles2 \
11 virtual/egl" 11 virtual/egl"
12COMPATIBLE_MACHINE = "raspberrypi" 12COMPATIBLE_MACHINE = "raspberrypi"
13 13
14SRCBRANCH = "master"
15SRCFORK = "raspberrypi"
14SRCREV = "eccb81050afd177da1923404b366c6226f29bfe0" 16SRCREV = "eccb81050afd177da1923404b366c6226f29bfe0"
15SRC_URI = "git://github.com/raspberrypi/userland.git;protocol=git;branch=master \ 17
18SRC_URI = "git://github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH} \
16 " 19 "
17S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
18 21