From 2bf5e31bb042aad10d97b2e701f7330f9d1a66fd Mon Sep 17 00:00:00 2001 From: Ronan Date: Wed, 26 Oct 2016 16:46:24 +0200 Subject: move Bug-AGL fix from a bb to bbappend file. * move Fix on weston "Launch without input devices" from a backport recipes, (weston 1.9.0) to a clean bbappend. Change-Id: I8dab2928c3e291969548107e22fd8b29cabffc6b Signed-off-by: Ronan --- meta-agl/recipes-graphics/wayland/weston_%.bbappend | 1 + meta-agl/recipes-graphics/wayland/weston_1.9.0.bb | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-agl/recipes-graphics') diff --git a/meta-agl/recipes-graphics/wayland/weston_%.bbappend b/meta-agl/recipes-graphics/wayland/weston_%.bbappend index 6ad42fc77..95b886c6e 100644 --- a/meta-agl/recipes-graphics/wayland/weston_%.bbappend +++ b/meta-agl/recipes-graphics/wayland/weston_%.bbappend @@ -1,6 +1,7 @@ FILESEXTRAPATHS_append := ":${THISDIR}/${PN}" SRC_URI_append = "\ + file://0001-compositor-drm.c-Launch-without-input-devices.patch \ file://weston.service \ file://weston.ini \ " diff --git a/meta-agl/recipes-graphics/wayland/weston_1.9.0.bb b/meta-agl/recipes-graphics/wayland/weston_1.9.0.bb index bee457a90..5d51992bc 100644 --- a/meta-agl/recipes-graphics/wayland/weston_1.9.0.bb +++ b/meta-agl/recipes-graphics/wayland/weston_1.9.0.bb @@ -11,7 +11,6 @@ SRC_URI = "http://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \ file://make-lcms-explicitly-configurable.patch \ file://make-libwebp-explicitly-configurable.patch \ file://0001-make-error-portable.patch \ - file://0001-compositor-drm.c-Launch-without-input-devices.patch \ " SRC_URI[md5sum] = "66bbba12f546570b4d97f676bc79a28e" SRC_URI[sha256sum] = "9c1b03f3184fa0b0dfdf67e215048085156e1a2ca344af6613fed36794ac48cf" -- cgit 1.2.3-korg