From 563cab8e823c3fde8ae4785ceaf4d68a5d3e25df Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 26 Jun 2017 11:52:30 +0100 Subject: meta: Add/fix missing Upstream-Status to patches This adds or fixes the Upstream-Status for all remaining patches missing it in OE-Core. Signed-off-by: Richard Purdie --- .../0001-Prevents-omapfb-from-from-crashing-when-pixelclock-o.patch | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-graphics/xorg-driver') diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-omapfb/0001-Prevents-omapfb-from-from-crashing-when-pixelclock-o.patch b/meta/recipes-graphics/xorg-driver/xf86-video-omapfb/0001-Prevents-omapfb-from-from-crashing-when-pixelclock-o.patch index c4cf16eb05..ac19219284 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-video-omapfb/0001-Prevents-omapfb-from-from-crashing-when-pixelclock-o.patch +++ b/meta/recipes-graphics/xorg-driver/xf86-video-omapfb/0001-Prevents-omapfb-from-from-crashing-when-pixelclock-o.patch @@ -6,6 +6,8 @@ Subject: [PATCH] Prevents omapfb from from crashing when pixelclock of 0 is Due to a Linux design bug it is easy to get a pixelclock set to zero when changing displays at runtime. + +Upstream-Status: Pending --- src/omapfb-output.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) -- cgit 1.2.3-korg