diff options
Diffstat (limited to 'meta-oe/recipes-support/fltk/fltk.inc')
| -rw-r--r-- | meta-oe/recipes-support/fltk/fltk.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/fltk/fltk.inc b/meta-oe/recipes-support/fltk/fltk.inc index 0b2921095c..9d0eb549bd 100644 --- a/meta-oe/recipes-support/fltk/fltk.inc +++ b/meta-oe/recipes-support/fltk/fltk.inc | |||
| @@ -1,18 +1,18 @@ | |||
| 1 | SUMMARY = "FLTK is a cross-platform C++ GUI toolkit" | 1 | SUMMARY = "FLTK is a cross-platform C++ GUI toolkit" |
| 2 | HOMEPAGE = "http://www.fltk.org" | 2 | HOMEPAGE = "https://www.fltk.org" |
| 3 | SECTION = "libs" | 3 | SECTION = "libs" |
| 4 | LICENSE = "LGPL-2.0-only & FLTK" | 4 | LICENSE = "LGPL-2.0-only & FLTK" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=f6b26344a24a941a01a5b0826e80b5ca" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=f6b26344a24a941a01a5b0826e80b5ca" |
| 6 | 6 | ||
| 7 | SRC_URI = " \ | 7 | SRC_URI = " \ |
| 8 | http://fltk.org/pub/fltk/${PV}/${BP}-source.tar.bz2 \ | 8 | https://github.com/fltk/fltk/releases/download/release-${PV}/${BP}-source.tar.bz2 \ |
| 9 | file://disable_test.patch \ | 9 | file://disable_test.patch \ |
| 10 | file://0001-Fl_Preferences.cxx-do-not-use-dlopen-in-case-glibc-s.patch \ | 10 | file://0001-Fl_Preferences.cxx-do-not-use-dlopen-in-case-glibc-s.patch \ |
| 11 | file://0002-always-build-fluid-and-export-pointers.patch \ | 11 | file://0002-always-build-fluid-and-export-pointers.patch \ |
| 12 | " | 12 | " |
| 13 | 13 | ||
| 14 | PV = "1.3.9" | 14 | PV = "1.3.11" |
| 15 | SRC_URI[sha256sum] = "103441134915402808fd45424d4061778609437e804334434e946cfd26b196c2" | 15 | SRC_URI[sha256sum] = "ca2e144e5f89173cd094cc273940d56230b1bf613083a0792e6406dc191cd99f" |
| 16 | 16 | ||
| 17 | inherit cmake pkgconfig | 17 | inherit cmake pkgconfig |
| 18 | 18 | ||
