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-support/ibus/ibus.bb | |
| 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-support/ibus/ibus.bb')
| -rw-r--r-- | meta-gnome/recipes-support/ibus/ibus.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-gnome/recipes-support/ibus/ibus.bb b/meta-gnome/recipes-support/ibus/ibus.bb index caec455b6d..2d733ce53e 100644 --- a/meta-gnome/recipes-support/ibus/ibus.bb +++ b/meta-gnome/recipes-support/ibus/ibus.bb | |||
| @@ -19,19 +19,19 @@ PACKAGECONFIG ??= " \ | |||
| 19 | ${@bb.utils.filter('DISTRO_FEATURES', 'wayland x11', d)} \ | 19 | ${@bb.utils.filter('DISTRO_FEATURES', 'wayland x11', d)} \ |
| 20 | " | 20 | " |
| 21 | 21 | ||
| 22 | do_configure_prepend() { | 22 | do_configure:prepend() { |
| 23 | # run native unicode-parser | 23 | # run native unicode-parser |
| 24 | sed -i 's:$(builddir)/unicode-parser:unicode-parser:g' ${S}/src/Makefile.am | 24 | sed -i 's:$(builddir)/unicode-parser:unicode-parser:g' ${S}/src/Makefile.am |
| 25 | } | 25 | } |
| 26 | 26 | ||
| 27 | FILES_${PN} += " \ | 27 | FILES:${PN} += " \ |
| 28 | ${datadir}/dbus-1 \ | 28 | ${datadir}/dbus-1 \ |
| 29 | ${datadir}/GConf \ | 29 | ${datadir}/GConf \ |
| 30 | ${datadir}/glib-2.0 \ | 30 | ${datadir}/glib-2.0 \ |
| 31 | ${libdir}/gtk-3.0 \ | 31 | ${libdir}/gtk-3.0 \ |
| 32 | " | 32 | " |
| 33 | 33 | ||
| 34 | FILES_${PN}-dev += " \ | 34 | FILES:${PN}-dev += " \ |
| 35 | ${datadir}/gettext \ | 35 | ${datadir}/gettext \ |
| 36 | " | 36 | " |
| 37 | 37 | ||
