diff options
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 \ " |