diff options
author | Changhyeok Bae <changhyeok.bae@gmail.com> | 2017-08-05 11:39:36 +0900 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-08-09 23:37:57 +0200 |
commit | 476081511a2064eb3b261018c5149c128ab8415a (patch) | |
tree | 23b659cbfcde447b45e928eacb3ee934b0a63a19 /meta-rcar-gen3/recipes-graphics/wayland/weston_1.11.0.bbappend | |
parent | 20e27838486bc2497249398d4342debc11654fff (diff) |
Upgrade to pyro
u-boot: Add LICENSE and S variable
- two variables are removed in upstream include files.
weston: Add 1.11.0 recipe
wayland-kms: Add wayland-native dependency
- To use wayland-scanner, wayland-native should be in DEPENDS.
gstreamer1.0-plugin-vspfilter: Add pkgconfig.bbclass
v2 (jsmoeller):
- fix weston dependencies on pyro (RecipeSpecificSysroot)
- downgrade wayland-ivi-extension alongside weston version
Bug-AGL: SPEC-646
Change-Id: I70fbdde2a67d7220e18efda7f6a5a9d5b59981df
Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-rcar-gen3/recipes-graphics/wayland/weston_1.11.0.bbappend')
-rw-r--r-- | meta-rcar-gen3/recipes-graphics/wayland/weston_1.11.0.bbappend | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-rcar-gen3/recipes-graphics/wayland/weston_1.11.0.bbappend b/meta-rcar-gen3/recipes-graphics/wayland/weston_1.11.0.bbappend index 7c3c74e..fb51fd0 100644 --- a/meta-rcar-gen3/recipes-graphics/wayland/weston_1.11.0.bbappend +++ b/meta-rcar-gen3/recipes-graphics/wayland/weston_1.11.0.bbappend @@ -1,15 +1,21 @@ require weston.inc +DEPENDS_append = " gstreamer1.0" + FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" BRANCH = "rcar-gen3/1.11.0/gl-fallback" +EXTRA_OECONF_append = " --enable-sys-uid" + SRCREV = "a9df84304f6fcf8025beae998adcc4b02d8b968e" SRC_URI_remove = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz" SRC_URI_append = " \ git://github.com/renesas-rcar/weston.git;branch=${BRANCH} \ + file://0001-compositor-drm.c-Launch-without-input-devices.patch \ + file://0001-Allow-regular-users-to-launch-Weston.patch \ " S = "${WORKDIR}/git" |