diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:04:53 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
commit | c61dc077bbd81260e4f167fa2251643ba0ba6974 (patch) | |
tree | 66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-gnome/recipes-gimp/gimp | |
parent | c5f7cfb8db54cfa4257797db5bd87828dea43296 (diff) | |
download | meta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz |
Convert to new override syntax
This is the result of automated script (0.9.1) conversion:
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gimp/gimp')
-rw-r--r-- | meta-gnome/recipes-gimp/gimp/gimp_2.10.24.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-gnome/recipes-gimp/gimp/gimp_2.10.24.bb b/meta-gnome/recipes-gimp/gimp/gimp_2.10.24.bb index be05354da..dbb576a10 100644 --- a/meta-gnome/recipes-gimp/gimp/gimp_2.10.24.bb +++ b/meta-gnome/recipes-gimp/gimp/gimp_2.10.24.bb | |||
@@ -35,7 +35,7 @@ DEPENDS = " \ | |||
35 | libmng \ | 35 | libmng \ |
36 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxmu libxpm', '', d)} \ | 36 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxmu libxpm', '', d)} \ |
37 | " | 37 | " |
38 | DEPENDS_append_libc-musl = " libexecinfo" | 38 | DEPENDS:append:libc-musl = " libexecinfo" |
39 | 39 | ||
40 | inherit features_check gnomebase gtk-icon-cache gtk-doc mime-xdg | 40 | inherit features_check gnomebase gtk-icon-cache gtk-doc mime-xdg |
41 | 41 | ||
@@ -51,17 +51,17 @@ EXTRA_OECONF = "--disable-python \ | |||
51 | --disable-check-update \ | 51 | --disable-check-update \ |
52 | --without-wmf" | 52 | --without-wmf" |
53 | 53 | ||
54 | do_configure_append() { | 54 | do_configure:append() { |
55 | find ${B} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g | 55 | find ${B} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g |
56 | find ${B} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g | 56 | find ${B} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g |
57 | } | 57 | } |
58 | 58 | ||
59 | do_compile_prepend() { | 59 | do_compile:prepend() { |
60 | # Let native babl/gegl find their plugins | 60 | # Let native babl/gegl find their plugins |
61 | export BABL_PATH=`find ${STAGING_LIBDIR_NATIVE} -maxdepth 1 -name 'babl-*'` | 61 | export BABL_PATH=`find ${STAGING_LIBDIR_NATIVE} -maxdepth 1 -name 'babl-*'` |
62 | export GEGL_PATH=`find ${STAGING_LIBDIR_NATIVE} -maxdepth 1 -name 'gegl-*'` | 62 | export GEGL_PATH=`find ${STAGING_LIBDIR_NATIVE} -maxdepth 1 -name 'gegl-*'` |
63 | } | 63 | } |
64 | 64 | ||
65 | FILES_${PN} += "${datadir}/metainfo" | 65 | FILES:${PN} += "${datadir}/metainfo" |
66 | 66 | ||
67 | RDEPENDS_${PN} += "mypaint-brushes-1.0" | 67 | RDEPENDS:${PN} += "mypaint-brushes-1.0" |