diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-02-09 18:06:19 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-02-09 12:57:18 -0800 |
| commit | c87c5d5614bf5d5255e031abe32ea681968a6d75 (patch) | |
| tree | fa065a33f12b1339a76a6b2a36f6b5cc1aafb287 /meta-gnome/recipes-support | |
| parent | c5bec5304bf9542e0365be9c8efb76628701af57 (diff) | |
| download | meta-openembedded-c87c5d5614bf5d5255e031abe32ea681968a6d75.tar.gz | |
ibus: missing installed file w/ gtk2 PACKAGECONFIG
In case gtk2 PACKAGECONFIG is enabled, do_package task fails
with the following error:
ERROR: ibus-1.5.26-r0 do_package: QA Issue: ibus: Files/directories were installed but not shipped in any package:
/usr/lib/gtk-2.0/2.10.0/immodules/im-ibus.so
This patch adds the missing folder to the FILES variable.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-support')
| -rw-r--r-- | meta-gnome/recipes-support/ibus/ibus.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-gnome/recipes-support/ibus/ibus.bb b/meta-gnome/recipes-support/ibus/ibus.bb index 141341e341..479498d82f 100644 --- a/meta-gnome/recipes-support/ibus/ibus.bb +++ b/meta-gnome/recipes-support/ibus/ibus.bb | |||
| @@ -30,6 +30,7 @@ FILES:${PN} += " \ | |||
| 30 | ${datadir}/dbus-1 \ | 30 | ${datadir}/dbus-1 \ |
| 31 | ${datadir}/GConf \ | 31 | ${datadir}/GConf \ |
| 32 | ${datadir}/glib-2.0 \ | 32 | ${datadir}/glib-2.0 \ |
| 33 | ${libdir}/gtk-2.0 \ | ||
| 33 | ${libdir}/gtk-3.0 \ | 34 | ${libdir}/gtk-3.0 \ |
| 34 | ${libdir}/gtk-4.0 \ | 35 | ${libdir}/gtk-4.0 \ |
| 35 | ${systemd_user_unitdir} \ | 36 | ${systemd_user_unitdir} \ |
