[PATCH] octave: upgrade 7.1.0 -> 7.2.0
Andreas Müller
* Fixes build with glibc 2.36 [1]
* Changelog found at [2] [1] https://savannah.gnu.org/bugs/?62750 [2] https://octave.org/news/release/2022/07/28/octave-7.2.0-released.html Signed-off-by: Andreas Müller <schnitzeltony@...> --- .../octave/{octave_7.1.0.bb => octave_7.2.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/octave/{octave_7.1.0.bb => octave_7.2.0.bb} (93%) diff --git a/meta-oe/recipes-devtools/octave/octave_7.1.0.bb b/meta-oe/recipes-devtools/octave/octave_7.2.0.bb similarity index 93% rename from meta-oe/recipes-devtools/octave/octave_7.1.0.bb rename to meta-oe/recipes-devtools/octave/octave_7.2.0.bb index c9982a7bb..eb96a624f 100644 --- a/meta-oe/recipes-devtools/octave/octave_7.1.0.bb +++ b/meta-oe/recipes-devtools/octave/octave_7.2.0.bb @@ -32,7 +32,7 @@ SRC_URI = " \ ${GNU_MIRROR}/octave/${BPN}-${PV}.tar.gz \ file://fix-blas-library-integer-size.patch \ " -SRC_URI[sha256sum] = "d4a9d81f3f67b4a6e07cb7a80dcb10ad5e9176fcc30762c70a81580a64b8b0b6" +SRC_URI[sha256sum] = "b12cb652587d31c5c382b39ed73463c22a5259ecb2fa6b323a27da409222dacc" # Note: Qt5Help is required for gui -> qttools(-native) must be build with # clang in PACKAGECONFIG -- 2.35.3 |
|