From 9f2ce9d46b0afe503d8e2ac593deb02b064483f1 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Thu, 19 Aug 2021 13:02:45 +0200 Subject: fltk: upgrade 1.3.6 -> 1.3.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CHANGES IN FLTK 1.3 RELEASED: Jul 25 2021 FLTK 1.3.7 is a maintenance release for macOS only. It fixes one regression introduced in FLTK 1.3.6 and two long standing timer issues on macOS. Other platforms than macOS are not concerned. Changes: Avoid premature FL_RELEASE event at start of drag-n-drop operation Fix a timer inconsistency and prevent a crash Fl::add_timeout() must always create a new timer (#248) Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- meta-oe/recipes-support/fltk/fltk.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/fltk/fltk.inc b/meta-oe/recipes-support/fltk/fltk.inc index 403cbddbb5..6e8fdc9d3f 100644 --- a/meta-oe/recipes-support/fltk/fltk.inc +++ b/meta-oe/recipes-support/fltk/fltk.inc @@ -11,8 +11,8 @@ SRC_URI = " \ file://0002-always-build-fluid-and-export-pointers.patch \ " -PV = "1.3.6" -SRC_URI[sha256sum] = "20d2627c97b4485ee3eab5522303985bc22b798a878ba80239e6d43dcfed067e" +PV = "1.3.7" +SRC_URI[sha256sum] = "5ff1e90766ff4216e78e9a19a9bf527e6258f04accccd4429e9bb829b01d690d" inherit cmake pkgconfig -- cgit 1.2.3-korg