mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-17 04:06:56 +00:00
userland: Upgrade to latest
Drop upstreamed patches Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -16,27 +16,24 @@ COMPATIBLE_MACHINE = "raspberrypi"
|
||||
|
||||
SRCBRANCH = "master"
|
||||
SRCFORK = "raspberrypi"
|
||||
SRCREV = "2a4af2192c0e161555fdb2a12e902b587166c4a6"
|
||||
SRCREV = "748b2ba6112435063352d72f48d1d6dcc124bd6f"
|
||||
|
||||
SRC_URI = "\
|
||||
git://github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH} \
|
||||
file://0001-Fix-VCOS_INLINE_DECL-to-not-use-extern-inlines-in-de.patch \
|
||||
file://0002-musl-inspired-fixed.patch \
|
||||
file://0003-set-VMCS_INSTALL_PREFIX-to-usr.patch \
|
||||
file://0004-cmake-generate-and-install-pkgconfig-files.patch \
|
||||
file://0005-user-vcsm-Fix-build-with-clang.patch \
|
||||
file://0006-Fix-enum-type-conversion-warnings.patch \
|
||||
file://0007-vcos_platform_types-Dont-use-extern-inline-with-clan.patch \
|
||||
file://0008-Allow-applications-to-set-next-resource-handle.patch \
|
||||
file://0009-wayland-Add-support-for-the-Wayland-winsys.patch \
|
||||
file://0010-wayland-Add-Wayland-example.patch \
|
||||
file://0011-wayland-egl-Add-bcm_host-to-dependencies.patch \
|
||||
file://0012-interface-remove-faulty-assert-to-make-weston-happy-.patch \
|
||||
file://0013-zero-out-wl-buffers-in-egl_surface_free.patch \
|
||||
file://0014-initialize-front-back-wayland-buffers.patch \
|
||||
file://0015-Remove-RPC_FLUSH.patch \
|
||||
file://0016-define-PROJECT_APIVER.patch \
|
||||
file://0017-fix-cmake-dependency-race.patch \
|
||||
file://0002-set-VMCS_INSTALL_PREFIX-to-usr.patch \
|
||||
file://0003-cmake-generate-and-install-pkgconfig-files.patch \
|
||||
file://0004-vcos_platform_types-Dont-use-extern-inline-with-clan.patch \
|
||||
file://0005-Allow-applications-to-set-next-resource-handle.patch \
|
||||
file://0006-wayland-Add-support-for-the-Wayland-winsys.patch \
|
||||
file://0007-wayland-Add-Wayland-example.patch \
|
||||
file://0008-wayland-egl-Add-bcm_host-to-dependencies.patch \
|
||||
file://0009-interface-remove-faulty-assert-to-make-weston-happy-.patch \
|
||||
file://0010-zero-out-wl-buffers-in-egl_surface_free.patch \
|
||||
file://0011-initialize-front-back-wayland-buffers.patch \
|
||||
file://0012-Remove-RPC_FLUSH.patch \
|
||||
file://0013-fix-cmake-dependency-race.patch \
|
||||
file://0014-Fix-enum-conversion-warnings.patch \
|
||||
"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user