| Submitter | Laurentiu Palcu |
|---|---|
| Date | Dec. 20, 2012, 1:15 p.m. |
| Message ID | <1356009340-15874-4-git-send-email-laurentiu.palcu@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/41399/ |
| State | New |
| Headers | show |
Comments
On 20 December 2012 13:15, Laurentiu Palcu <laurentiu.palcu@intel.com> wrote: > Since the class was already present, use it. Also, this will have the > postinstalls run on host, at do_rootfs time. Signed-off-by: Ross Burton <ross.burton@intel.com> Ross
Patch
diff --git a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb index adde25b..a7091d2 100644 --- a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb +++ b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb @@ -22,7 +22,7 @@ SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git \ S = "${WORKDIR}/git" -inherit autotools pkgconfig gettext +inherit autotools pkgconfig gettext gtk-immodules-cache EXTRA_OECONF = "--disable-cairo --enable-gtk-im --enable-applet" @@ -49,18 +49,4 @@ do_install_append () { rm -f ${D}${libdir}/matchbox-panel/*.la } -pkg_postinst_matchbox-keyboard-im () { -if [ "x$D" != "x" ]; then - exit 1 -fi - -gtk-query-immodules-2.0 > /etc/gtk-2.0/gtk.immodules -} - -pkg_postrm_matchbox-keyboard-im () { -if [ "x$D" != "x" ]; then - exit 1 -fi - -gtk-query-immodules-2.0 > /etc/gtk-2.0/gtk.immodules -} +GTKIMMODULES_PACKAGES = "${PN}-im"
Since the class was already present, use it. Also, this will have the postinstalls run on host, at do_rootfs time. [YOCTO #3602] Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> --- .../matchbox-keyboard/matchbox-keyboard_git.bb | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-)