summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gimp/gimp
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-11-13 18:40:32 -0800
committerKhem Raj <raj.khem@gmail.com>2023-11-13 22:49:13 -0800
commit347053753a6ce2db1eacd85e4927dd52225afaaa (patch)
treeae09021e54944eacf3f54d9172334194301c203d /meta-gnome/recipes-gimp/gimp
parent14447c653c6f4c7da0e882faaff6667770498b32 (diff)
downloadmeta-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"
38DEPENDS:append:libc-musl = " libexecinfo" 38DEPENDS:append:libc-musl = " libexecinfo"
39 39
40GNOMEBASEBUILDCLASS = "autotools"
40inherit features_check gnomebase gtk-icon-cache gtk-doc mime-xdg 41inherit features_check gnomebase gtk-icon-cache gtk-doc mime-xdg
41 42
42REQUIRED_DISTRO_FEATURES = "x11" 43REQUIRED_DISTRO_FEATURES = "x11"
@@ -46,7 +47,7 @@ SHPV = "${@gnome_verdir("${PV}")}"
46SRC_URI = "https://download.gimp.org/pub/${BPN}/v${SHPV}/${BP}.tar.bz2 \ 47SRC_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"
49SRC_URI[sha256sum] = "84004642d351b398a4293cd7fd3592044a944f05bb52850ee6068f247c657aa3" 50SRC_URI[sha256sum] = "3d3bc3c69a4bdb3aea9ba2d5385ed98ea03953f3857aafd1d6976011ed7cdbb2"
50 51
51EXTRA_OECONF = "--disable-python \ 52EXTRA_OECONF = "--disable-python \
52 --without-webkit \ 53 --without-webkit \