diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-02-27 10:46:50 +0100 |
---|---|---|
committer | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-05-03 11:10:04 +0200 |
commit | 10d0d2392d64bed9aee6f81818390ea5ddd54082 (patch) | |
tree | 933fe42b414244263fc7fa399e45bedca6482e47 /meta-rcar-gen3/recipes-graphics/wayland/weston_1.11.0.bbappend | |
parent | 6bcdb8b084a45f5526a75bc10aae641da7bbcd73 (diff) |
[COMMUNITY] cleaned wayland recipes to facilitate maintenance
* move wayland forward port into directory :
recipes-forward-port/wayland_fp_morty
* move renesas fix on forward port into directory :
recipes-forward-port/wayland
* weston recipes bbappend do not overwrite SRC_URI,
replace SRC_URI softly (Easier to maintain).
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
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 | 12 |
1 files changed, 3 insertions, 9 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 22f82ba..fe56cd8 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 @@ -6,16 +6,10 @@ BRANCH = "rcar-gen3/1.11.0/gl-fallback" SRCREV = "a9df84304f6fcf8025beae998adcc4b02d8b968e" -SRC_URI = " \ +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://weston.png \ - file://weston.desktop \ - file://0001-make-error-portable.patch \ - file://0001-configure.ac-Fix-wayland-protocols-path.patch \ - file://0001-shared-include-stdint.h-for-int32_t.patch \ - file://xwayland.weston-start \ - file://make-weston-launch-exit-for-unrecognized-option.patch \ - file://0001-weston-launch-Provide-a-default-version-that-doesn-t.patch \ file://weston.ini \ file://weston_v4l2.ini \ " |