From 370e0f68e65d36f64a4e77700fd5cd3044c74cdc Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 18 Feb 2016 09:11:23 +0000 Subject: userland: Upgrade to latest Drop upstreamed patches Signed-off-by: Khem Raj --- recipes-graphics/userland/userland_git.bb | 31 ++++++++++++++----------------- 1 file changed, 14 insertions(+), 17 deletions(-) (limited to 'recipes-graphics/userland/userland_git.bb') diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb index c59b5f3..4eb67fe 100644 --- a/recipes-graphics/userland/userland_git.bb +++ b/recipes-graphics/userland/userland_git.bb @@ -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" -- cgit v1.2.3-54-g00ecf