diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-02-18 09:11:23 +0000 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2016-03-10 14:57:48 +0100 |
commit | 370e0f68e65d36f64a4e77700fd5cd3044c74cdc (patch) | |
tree | ee91687d3be272ec63aa27eba87469aeb628b892 /recipes-graphics/userland/userland_git.bb | |
parent | f248d7cf8c6a421b43dcd3afdf74600e414266e4 (diff) | |
download | meta-raspberrypi-370e0f68e65d36f64a4e77700fd5cd3044c74cdc.tar.gz |
userland: Upgrade to latest
Drop upstreamed patches
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.bb | 31 |
1 files changed, 14 insertions, 17 deletions
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" | |||
16 | 16 | ||
17 | SRCBRANCH = "master" | 17 | SRCBRANCH = "master" |
18 | SRCFORK = "raspberrypi" | 18 | SRCFORK = "raspberrypi" |
19 | SRCREV = "2a4af2192c0e161555fdb2a12e902b587166c4a6" | 19 | SRCREV = "748b2ba6112435063352d72f48d1d6dcc124bd6f" |
20 | 20 | ||
21 | SRC_URI = "\ | 21 | SRC_URI = "\ |
22 | git://github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH} \ | 22 | git://github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH} \ |
23 | file://0001-Fix-VCOS_INLINE_DECL-to-not-use-extern-inlines-in-de.patch \ | 23 | file://0001-Fix-VCOS_INLINE_DECL-to-not-use-extern-inlines-in-de.patch \ |
24 | file://0002-musl-inspired-fixed.patch \ | 24 | file://0002-set-VMCS_INSTALL_PREFIX-to-usr.patch \ |
25 | file://0003-set-VMCS_INSTALL_PREFIX-to-usr.patch \ | 25 | file://0003-cmake-generate-and-install-pkgconfig-files.patch \ |
26 | file://0004-cmake-generate-and-install-pkgconfig-files.patch \ | 26 | file://0004-vcos_platform_types-Dont-use-extern-inline-with-clan.patch \ |
27 | file://0005-user-vcsm-Fix-build-with-clang.patch \ | 27 | file://0005-Allow-applications-to-set-next-resource-handle.patch \ |
28 | file://0006-Fix-enum-type-conversion-warnings.patch \ | 28 | file://0006-wayland-Add-support-for-the-Wayland-winsys.patch \ |
29 | file://0007-vcos_platform_types-Dont-use-extern-inline-with-clan.patch \ | 29 | file://0007-wayland-Add-Wayland-example.patch \ |
30 | file://0008-Allow-applications-to-set-next-resource-handle.patch \ | 30 | file://0008-wayland-egl-Add-bcm_host-to-dependencies.patch \ |
31 | file://0009-wayland-Add-support-for-the-Wayland-winsys.patch \ | 31 | file://0009-interface-remove-faulty-assert-to-make-weston-happy-.patch \ |
32 | file://0010-wayland-Add-Wayland-example.patch \ | 32 | file://0010-zero-out-wl-buffers-in-egl_surface_free.patch \ |
33 | file://0011-wayland-egl-Add-bcm_host-to-dependencies.patch \ | 33 | file://0011-initialize-front-back-wayland-buffers.patch \ |
34 | file://0012-interface-remove-faulty-assert-to-make-weston-happy-.patch \ | 34 | file://0012-Remove-RPC_FLUSH.patch \ |
35 | file://0013-zero-out-wl-buffers-in-egl_surface_free.patch \ | 35 | file://0013-fix-cmake-dependency-race.patch \ |
36 | file://0014-initialize-front-back-wayland-buffers.patch \ | 36 | file://0014-Fix-enum-conversion-warnings.patch \ |
37 | file://0015-Remove-RPC_FLUSH.patch \ | ||
38 | file://0016-define-PROJECT_APIVER.patch \ | ||
39 | file://0017-fix-cmake-dependency-race.patch \ | ||
40 | " | 37 | " |
41 | S = "${WORKDIR}/git" | 38 | S = "${WORKDIR}/git" |
42 | 39 | ||