mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-16 15:56:57 +00:00
userland: Fix a build regression in builds not using wayland
Update userland to latest Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -16,7 +16,7 @@ COMPATIBLE_MACHINE = "raspberrypi"
|
||||
|
||||
SRCBRANCH = "master"
|
||||
SRCFORK = "raspberrypi"
|
||||
SRCREV = "2f56a2943a9eb8420df52ccf91f5a1c5a70e8713"
|
||||
SRCREV = "703a2c4b35e23ee44ad84db6b9c3f89c0a627143"
|
||||
|
||||
SRC_URI = "\
|
||||
git://github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH} \
|
||||
@@ -33,7 +33,6 @@ SRC_URI = "\
|
||||
file://0011-fix-cmake-dependency-race.patch \
|
||||
file://0012-Fix-enum-conversion-warnings.patch \
|
||||
file://0013-Fix-for-framerate-with-nested-composition.patch \
|
||||
file://0014-Fix-errors-due-to-ignored-return-code.patch \
|
||||
file://0015-wl-dispmanx-buffer-wrapping.patch \
|
||||
"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Reference in New Issue
Block a user