summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/userland/userland_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-07-25 23:44:16 -0700
committerAndrei Gherzan <andrei@gherzan.ro>2019-08-16 15:17:26 +0100
commita374ab0e4e5f2d17d506f28498b0de37798549fb (patch)
treefeeb903ad401d24fe81b0ba5dd03565c0f75d337 /recipes-graphics/userland/userland_git.bb
parentf961726634dc84b2f535ebd5eb323a3235785f30 (diff)
downloadmeta-raspberrypi-a374ab0e4e5f2d17d506f28498b0de37798549fb.tar.gz
userland: Upgrade to latest
Fix build with glibc 2.30 Forward patches to 20190724 release 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, 3 insertions, 3 deletions
diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb
index 2b5ac33..99a3f23 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 = "517cdc30da167d81a485e7a994e02cec2390a269" 15SRCREV = "17d2fdc1abd370e09ba7074753294c7976dd6b0d"
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 = "20190501" 19PV = "20190724"
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,7 @@ SRC_URI = "\
38 file://0016-Allow-multiple-wayland-compositor-state-data-per-pro.patch \ 38 file://0016-Allow-multiple-wayland-compositor-state-data-per-pro.patch \
39 file://0017-khronos-backport-typedef-for-EGL_EXT_image_dma_buf_i.patch \ 39 file://0017-khronos-backport-typedef-for-EGL_EXT_image_dma_buf_i.patch \
40 file://0018-Add-EGL_IMG_context_priority-related-defines.patch \ 40 file://0018-Add-EGL_IMG_context_priority-related-defines.patch \
41 file://0019-libfdt-Undefine-__wordsize-if-already-defined.patch \
41" 42"
42S = "${WORKDIR}/git" 43S = "${WORKDIR}/git"
43 44
@@ -64,7 +65,6 @@ do_install_append () {
64 sed -i 's/include "vcos_futex_mutex.h"/include "pthreads\/vcos_futex_mutex.h"/g' ${f} 65 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} 66 sed -i 's/include "vcos_platform_types.h"/include "pthreads\/vcos_platform_types.h"/g' ${f}
66 done 67 done
67 install -D -m 0755 ${D}${prefix}${sysconfdir}/init.d/vcfiled ${D}${sysconfdir}/init.d/vcfiled
68 rm -rf ${D}${prefix}${sysconfdir} 68 rm -rf ${D}${prefix}${sysconfdir}
69 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
70 rm -rf ${D}${libdir}/libEGL* 70 rm -rf ${D}${libdir}/libEGL*