summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/userland/userland_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-11-06 00:25:15 -0700
committerAndrei Gherzan <andrei@gherzan.ro>2016-11-08 12:26:24 +0100
commita5f95f423322e8b4fe48eed00de5cad8dd8a9460 (patch)
treea74b4138569a135e52109ff9430801ba3b15fea8 /recipes-graphics/userland/userland_git.bb
parent716b6a9cd7f24a8bacd539bb40519d185e3f963a (diff)
downloadmeta-raspberrypi-a5f95f423322e8b4fe48eed00de5cad8dd8a9460.tar.gz
userland: Bump to latest and add ASNEEDED = ""
ASNEEDED does not work with userland libraries as noted in see https://lists.yoctoproject.org/pipermail/yocto/2014-June/019933.html Helps with running kodi using gles2 Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-graphics/userland/userland_git.bb')
-rw-r--r--recipes-graphics/userland/userland_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb
index 7558851..84d6854 100644
--- a/recipes-graphics/userland/userland_git.bb
+++ b/recipes-graphics/userland/userland_git.bb
@@ -16,7 +16,7 @@ COMPATIBLE_MACHINE = "raspberrypi"
16 16
17SRCBRANCH = "master" 17SRCBRANCH = "master"
18SRCFORK = "raspberrypi" 18SRCFORK = "raspberrypi"
19SRCREV = "2852d9ff5a9038021f1c22d95e8a9e3aad09893f" 19SRCREV = "100f8bb3e74e29d04fb99857183cc34aaa712e3f"
20 20
21SRC_URI = "\ 21SRC_URI = "\
22 git://github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH} \ 22 git://github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH} \
@@ -38,6 +38,8 @@ S = "${WORKDIR}/git"
38 38
39inherit cmake pkgconfig 39inherit cmake pkgconfig
40 40
41ASNEEDED = ""
42
41EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release -DCMAKE_EXE_LINKER_FLAGS='-Wl,--no-as-needed' \ 43EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release -DCMAKE_EXE_LINKER_FLAGS='-Wl,--no-as-needed' \
42 -DVMCS_INSTALL_PREFIX=${exec_prefix} \ 44 -DVMCS_INSTALL_PREFIX=${exec_prefix} \
43" 45"