diff options
Diffstat (limited to 'meta-oe/recipes-support/fltk')
4 files changed, 8 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/fltk/fltk-native.bb b/meta-oe/recipes-support/fltk/fltk-native.bb index 3e8e2cdf77..322a28430f 100644 --- a/meta-oe/recipes-support/fltk/fltk-native.bb +++ b/meta-oe/recipes-support/fltk/fltk-native.bb | |||
@@ -4,6 +4,8 @@ DEPENDS = "zlib-native jpeg-native libpng-native libxext-native libxft-native" | |||
4 | 4 | ||
5 | SRC_URI += "file://fltk-native-link-libdl.patch" | 5 | SRC_URI += "file://fltk-native-link-libdl.patch" |
6 | 6 | ||
7 | UPSTREAM_CHECK_URI = "https://www.fltk.org/software.php" | ||
8 | |||
7 | inherit native | 9 | inherit native |
8 | 10 | ||
9 | EXTRA_OECMAKE += " \ | 11 | EXTRA_OECMAKE += " \ |
diff --git a/meta-oe/recipes-support/fltk/fltk.bb b/meta-oe/recipes-support/fltk/fltk.bb index 82007c4cf4..4278a2fa3d 100644 --- a/meta-oe/recipes-support/fltk/fltk.bb +++ b/meta-oe/recipes-support/fltk/fltk.bb | |||
@@ -7,6 +7,8 @@ REQUIRED_DISTRO_FEATURES = "x11" | |||
7 | 7 | ||
8 | SRC_URI += "file://0003-fluid-CMakeLists.txt-Do-not-export-fluid-target.patch" | 8 | SRC_URI += "file://0003-fluid-CMakeLists.txt-Do-not-export-fluid-target.patch" |
9 | 9 | ||
10 | UPSTREAM_CHECK_URI = "https://www.fltk.org/software.php" | ||
11 | |||
10 | EXTRA_OECMAKE = " \ | 12 | EXTRA_OECMAKE = " \ |
11 | -DOPTION_BUILD_SHARED_LIBS=ON \ | 13 | -DOPTION_BUILD_SHARED_LIBS=ON \ |
12 | -DOPTION_USE_THREADS=ON \ | 14 | -DOPTION_USE_THREADS=ON \ |
diff --git a/meta-oe/recipes-support/fltk/fltk.inc b/meta-oe/recipes-support/fltk/fltk.inc index b1bc83578f..0b2921095c 100644 --- a/meta-oe/recipes-support/fltk/fltk.inc +++ b/meta-oe/recipes-support/fltk/fltk.inc | |||
@@ -11,8 +11,8 @@ SRC_URI = " \ | |||
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.8" | 14 | PV = "1.3.9" |
15 | SRC_URI[sha256sum] = "1d9832409fc08c908c64ab40ad9fd8b0e8af5d203651eb9690b810f41e2f412d" | 15 | SRC_URI[sha256sum] = "103441134915402808fd45424d4061778609437e804334434e946cfd26b196c2" |
16 | 16 | ||
17 | inherit cmake pkgconfig | 17 | inherit cmake pkgconfig |
18 | 18 | ||
diff --git a/meta-oe/recipes-support/fltk/fltk/0001-Fl_Preferences.cxx-do-not-use-dlopen-in-case-glibc-s.patch b/meta-oe/recipes-support/fltk/fltk/0001-Fl_Preferences.cxx-do-not-use-dlopen-in-case-glibc-s.patch index d1cbb35479..0d47dac2dd 100644 --- a/meta-oe/recipes-support/fltk/fltk/0001-Fl_Preferences.cxx-do-not-use-dlopen-in-case-glibc-s.patch +++ b/meta-oe/recipes-support/fltk/fltk/0001-Fl_Preferences.cxx-do-not-use-dlopen-in-case-glibc-s.patch | |||
@@ -16,10 +16,10 @@ Content-Transfer-Encoding: 8bit | |||
16 | | ^ | 16 | | ^ |
17 | | src/CMakeFiles/fltk.dir/build.make:1217: recipe for target 'src/CMakeFiles/fltk.dir/Fl_Preferences.cxx.o' failed | 17 | | src/CMakeFiles/fltk.dir/build.make:1217: recipe for target 'src/CMakeFiles/fltk.dir/Fl_Preferences.cxx.o' failed |
18 | 18 | ||
19 | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> | ||
20 | --- | ||
21 | Upstream-Status: Pending | 19 | Upstream-Status: Pending |
22 | 20 | ||
21 | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> | ||
22 | --- | ||
23 | src/Fl_Preferences.cxx | 2 +- | 23 | src/Fl_Preferences.cxx | 2 +- |
24 | 1 file changed, 1 insertion(+), 1 deletion(-) | 24 | 1 file changed, 1 insertion(+), 1 deletion(-) |
25 | 25 | ||