summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-13 12:53:11 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-13 23:18:47 +0000
commit7d8c72dfc67767750ac699f2796972a5ac413b23 (patch)
treea9467734f7a04c7b0f9535ec0c612d377be63e9d /meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb
parent67a51cd20d67cd2259d9638fde006ca578e772a6 (diff)
downloadpoky-7d8c72dfc67767750ac699f2796972a5ac413b23.tar.gz
matchbox-keyboard: Fix unpackaged files warning
Addresses the warnings: WARNING: For recipe matchbox-keyboard, the following files/directories were installed but not shipped in any package: WARNING: /usr/lib/gtk-2.0/2.10.0/immodules/libmb-im-invoker.la WARNING: /usr/lib/matchbox-panel/libkeyboard.la (From OE-Core rev: 684b25e96164eec1c69710eb9c59be8a0db4eeb2) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb')
-rw-r--r--meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb
index 74d8757ee0..4c03541dd7 100644
--- a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb
+++ b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb
@@ -12,7 +12,7 @@ RDEPENDS_${PN} = "formfactor dbus-wait"
12SECTION = "x11" 12SECTION = "x11"
13SRCREV = "b38f24036cff3be6c2fbcf9ca9881803e69003ac" 13SRCREV = "b38f24036cff3be6c2fbcf9ca9881803e69003ac"
14PV = "0.0+git${SRCPV}" 14PV = "0.0+git${SRCPV}"
15PR = "r1" 15PR = "r2"
16 16
17SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git \ 17SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git \
18 file://configure_fix.patch;maxrev=1819 \ 18 file://configure_fix.patch;maxrev=1819 \
@@ -43,6 +43,9 @@ FILES_matchbox-keyboard-applet-dbg += "${libdir}/matchbox-panel/.debug"
43do_install_append () { 43do_install_append () {
44 install -d ${D}/${sysconfdir}/X11/Xsession.d/ 44 install -d ${D}/${sysconfdir}/X11/Xsession.d/
45 install -m 755 ${WORKDIR}/80matchboxkeyboard.shbg ${D}/${sysconfdir}/X11/Xsession.d/ 45 install -m 755 ${WORKDIR}/80matchboxkeyboard.shbg ${D}/${sysconfdir}/X11/Xsession.d/
46
47 rm -f ${D}${libdir}/gtk-2.0/*/immodules/*.la
48 rm -f ${D}${libdir}/matchbox-panel/*.la
46} 49}
47 50
48pkg_postinst_matchbox-keyboard-im () { 51pkg_postinst_matchbox-keyboard-im () {