[oe-commits] Richard Purdie : sato-screenshot: Remove unneeded .la file

git at git.openembedded.org git at git.openembedded.org
Tue Mar 13 11:48:17 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: c5f4a9261d582a52429cf5a115efed61987b0dd8
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=c5f4a9261d582a52429cf5a115efed61987b0dd8

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Mon Mar 12 21:24:48 2012 +0000

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

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../sato-screenshot/sato-screenshot_git.bb         |    6 +++++-
 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 8a113b3..ff92142 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 \
 DEPENDS = "matchbox-panel-2"
 SRCREV = "c792e4edc758bab21e0b01814979eacf0b1af945"
 PV = "0.1+git${SRCPV}"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "git://git.yoctoproject.org/screenshot;protocol=git \
            file://fix_ldadd_order.patch"
@@ -21,3 +21,7 @@ inherit autotools pkgconfig
 
 FILES_${PN} += "${libdir}/matchbox-panel/*.so"
 FILES_${PN}-dbg += "${libdir}/matchbox-panel/.debug"
+
+do_install_append () {
+	rm ${D}${libdir}/matchbox-panel/*.la
+}





More information about the Openembedded-commits mailing list