diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-11-13 18:40:32 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-11-13 22:49:13 -0800 |
commit | 347053753a6ce2db1eacd85e4927dd52225afaaa (patch) | |
tree | ae09021e54944eacf3f54d9172334194301c203d /meta-gnome/recipes-gimp/gimp | |
parent | 14447c653c6f4c7da0e882faaff6667770498b32 (diff) | |
download | meta-openembedded-347053753a6ce2db1eacd85e4927dd52225afaaa.tar.gz |
gimp: Update to 2.10.36
Explicitly ask for autotools build system since gnomebase is now
defaulting to meson.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gimp/gimp')
-rw-r--r-- | meta-gnome/recipes-gimp/gimp/gimp_2.10.36.bb (renamed from meta-gnome/recipes-gimp/gimp/gimp_2.10.34.bb) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gimp/gimp/gimp_2.10.34.bb b/meta-gnome/recipes-gimp/gimp/gimp_2.10.36.bb index 734303680..4526839ad 100644 --- a/meta-gnome/recipes-gimp/gimp/gimp_2.10.34.bb +++ b/meta-gnome/recipes-gimp/gimp/gimp_2.10.36.bb | |||
@@ -37,6 +37,7 @@ DEPENDS = " \ | |||
37 | " | 37 | " |
38 | DEPENDS:append:libc-musl = " libexecinfo" | 38 | DEPENDS:append:libc-musl = " libexecinfo" |
39 | 39 | ||
40 | GNOMEBASEBUILDCLASS = "autotools" | ||
40 | inherit features_check gnomebase gtk-icon-cache gtk-doc mime-xdg | 41 | inherit features_check gnomebase gtk-icon-cache gtk-doc mime-xdg |
41 | 42 | ||
42 | REQUIRED_DISTRO_FEATURES = "x11" | 43 | REQUIRED_DISTRO_FEATURES = "x11" |
@@ -46,7 +47,7 @@ SHPV = "${@gnome_verdir("${PV}")}" | |||
46 | SRC_URI = "https://download.gimp.org/pub/${BPN}/v${SHPV}/${BP}.tar.bz2 \ | 47 | SRC_URI = "https://download.gimp.org/pub/${BPN}/v${SHPV}/${BP}.tar.bz2 \ |
47 | file://0001-configure-Keep-first-line-of-compiler-version-string.patch \ | 48 | file://0001-configure-Keep-first-line-of-compiler-version-string.patch \ |
48 | file://0001-libtool-Do-not-add-build-time-library-paths-to-LD_LI.patch" | 49 | file://0001-libtool-Do-not-add-build-time-library-paths-to-LD_LI.patch" |
49 | SRC_URI[sha256sum] = "84004642d351b398a4293cd7fd3592044a944f05bb52850ee6068f247c657aa3" | 50 | SRC_URI[sha256sum] = "3d3bc3c69a4bdb3aea9ba2d5385ed98ea03953f3857aafd1d6976011ed7cdbb2" |
50 | 51 | ||
51 | EXTRA_OECONF = "--disable-python \ | 52 | EXTRA_OECONF = "--disable-python \ |
52 | --without-webkit \ | 53 | --without-webkit \ |