diff options
-rw-r--r-- | recipes-graphics/userland/userland_git.bb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb index a348090..7fb7ebb 100644 --- a/recipes-graphics/userland/userland_git.bb +++ b/recipes-graphics/userland/userland_git.bb | |||
@@ -11,14 +11,17 @@ PROVIDES = "virtual/libgles2 \ | |||
11 | virtual/egl" | 11 | virtual/egl" |
12 | COMPATIBLE_MACHINE = "raspberrypi" | 12 | COMPATIBLE_MACHINE = "raspberrypi" |
13 | 13 | ||
14 | SRCBRANCH = "master" | ||
15 | SRCFORK = "raspberrypi" | ||
14 | SRCREV = "eccb81050afd177da1923404b366c6226f29bfe0" | 16 | SRCREV = "eccb81050afd177da1923404b366c6226f29bfe0" |
15 | SRC_URI = "git://github.com/raspberrypi/userland.git;protocol=git;branch=master \ | 17 | |
18 | SRC_URI = "git://github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH} \ | ||
16 | " | 19 | " |
17 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
18 | 21 | ||
19 | inherit cmake | 22 | inherit cmake |
20 | 23 | ||
21 | EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release" | 24 | EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release -DCMAKE_EXE_LINKER_FLAGS='-Wl,--no-as-needed'" |
22 | 25 | ||
23 | # The compiled binaries don't provide sonames. | 26 | # The compiled binaries don't provide sonames. |
24 | SOLIBS = "${SOLIBSDEV}" | 27 | SOLIBS = "${SOLIBSDEV}" |