summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-12 21:24:48 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-13 11:45:03 +0000
commita10c348763bdedc7dc640eb6fe29a004bdadb171 (patch)
tree5c654e5632ddf851c3cfbf631d79101c7096f455 /meta
parent7dfac86166321551b39aa66dddda11dcde1354b9 (diff)
downloadpoky-a10c348763bdedc7dc640eb6fe29a004bdadb171.tar.gz
sato-screenshot: Remove unneeded .la file
This resolves the QA warning: WARNING: For recipe sato-screenshot, the following files/directories were installed but not shipped in any package: WARNING: /usr/lib/matchbox-panel/libscreenshot.la (From OE-Core rev: c5f4a9261d582a52429cf5a115efed61987b0dd8) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-sato/sato-screenshot/sato-screenshot_git.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-sato/sato-screenshot/sato-screenshot_git.bb b/meta/recipes-sato/sato-screenshot/sato-screenshot_git.bb
index 8a113b375a..ff92142315 100644
--- a/meta/recipes-sato/sato-screenshot/sato-screenshot_git.bb
+++ b/meta/recipes-sato/sato-screenshot/sato-screenshot_git.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
10DEPENDS = "matchbox-panel-2" 10DEPENDS = "matchbox-panel-2"
11SRCREV = "c792e4edc758bab21e0b01814979eacf0b1af945" 11SRCREV = "c792e4edc758bab21e0b01814979eacf0b1af945"
12PV = "0.1+git${SRCPV}" 12PV = "0.1+git${SRCPV}"
13PR = "r1" 13PR = "r2"
14 14
15SRC_URI = "git://git.yoctoproject.org/screenshot;protocol=git \ 15SRC_URI = "git://git.yoctoproject.org/screenshot;protocol=git \
16 file://fix_ldadd_order.patch" 16 file://fix_ldadd_order.patch"
@@ -21,3 +21,7 @@ inherit autotools pkgconfig
21 21
22FILES_${PN} += "${libdir}/matchbox-panel/*.so" 22FILES_${PN} += "${libdir}/matchbox-panel/*.so"
23FILES_${PN}-dbg += "${libdir}/matchbox-panel/.debug" 23FILES_${PN}-dbg += "${libdir}/matchbox-panel/.debug"
24
25do_install_append () {
26 rm ${D}${libdir}/matchbox-panel/*.la
27}