summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/userland/userland_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-02-22 16:34:15 -0800
committerAndrei Gherzan <andrei@gherzan.ro>2019-02-24 11:07:36 +0000
commit60dbfd25443754690f834afe30e7a6dca46a40da (patch)
tree02afa16733ac801f295fff82d6043baf54fd6036 /recipes-graphics/userland/userland_git.bb
parenta6c81aa527ce92e20452d5f23c17542bb81b4811 (diff)
downloadmeta-raspberrypi-60dbfd25443754690f834afe30e7a6dca46a40da.tar.gz
userland: Upgrade to latest as of 20190114
Forward port the patches package vcfiled init scripts 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.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb
index f5c803e..4311588 100644
--- a/recipes-graphics/userland/userland_git.bb
+++ b/recipes-graphics/userland/userland_git.bb
@@ -12,11 +12,11 @@ COMPATIBLE_MACHINE = "^rpi$"
12 12
13SRCBRANCH = "master" 13SRCBRANCH = "master"
14SRCFORK = "raspberrypi" 14SRCFORK = "raspberrypi"
15SRCREV = "d574b51a60a075baefe863670466ee24e6c4256e" 15SRCREV = "e5803f2c986cbf8c919c60278b3231dcdf4271a6"
16 16
17# Use the date of the above commit as the package version. Update this when 17# Use the date of the above commit as the package version. Update this when
18# SRCREV is changed. 18# SRCREV is changed.
19PV = "20181120" 19PV = "20190114"
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} \
@@ -64,6 +64,8 @@ do_install_append () {
64 sed -i 's/include "vcos_futex_mutex.h"/include "pthreads\/vcos_futex_mutex.h"/g' ${f} 64 sed -i 's/include "vcos_futex_mutex.h"/include "pthreads\/vcos_futex_mutex.h"/g' ${f}
65 sed -i 's/include "vcos_platform_types.h"/include "pthreads\/vcos_platform_types.h"/g' ${f} 65 sed -i 's/include "vcos_platform_types.h"/include "pthreads\/vcos_platform_types.h"/g' ${f}
66 done 66 done
67 install -D -m 0755 ${D}${prefix}${sysconfdir}/init.d/vcfiled ${D}${sysconfdir}/init.d/vcfiled
68 rm -rf ${D}${prefix}${sysconfdir}
67 if [ "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "1", "0", d)}" = "1" ]; then 69 if [ "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "1", "0", d)}" = "1" ]; then
68 rm -rf ${D}${libdir}/libEGL* 70 rm -rf ${D}${libdir}/libEGL*
69 rm -rf ${D}${libdir}/libGLES* 71 rm -rf ${D}${libdir}/libGLES*