[oe-commits] Andreas Müller : libatasmart: fix QA warnings

git at git.openembedded.org git at git.openembedded.org
Thu Mar 29 14:23:16 UTC 2012


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

Author: Andreas Müller <schnitzeltony at googlemail.com>
Date:   Wed Mar 28 08:58:57 2012 +0000

libatasmart: fix QA warnings

fix the following warnings:
WARNING: For recipe libatasmart, the following files/directories were installed but not shipped in any package:
WARNING:   /usr/share/vala
WARNING:   /usr/share/vala/vapi
WARNING:   /usr/share/vala/vapi/atasmart.vapi

Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 .../libatasmart/libatasmart_0.17.bb                |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/meta-oe/recipes-support/libatasmart/libatasmart_0.17.bb b/meta-oe/recipes-support/libatasmart/libatasmart_0.17.bb
index c8f75f8..6162b58 100644
--- a/meta-oe/recipes-support/libatasmart/libatasmart_0.17.bb
+++ b/meta-oe/recipes-support/libatasmart/libatasmart_0.17.bb
@@ -2,6 +2,8 @@ DESCRIPTION = "ATA S.M.A.R.T. Reading and Parsing Library"
 LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://LGPL;md5=2d5025d4aa3495befef8f17206a5b0a1"
 
+PR = "r1"
+
 DEPENDS = "udev"
 
 SRCREV = "v${PV}"
@@ -15,3 +17,6 @@ inherit autotools lib_package
 do_install_append() {
 	sed -i -e s://:/:g -e 's:=${libdir}/libudev.la:-ludev:g' ${D}${libdir}/libatasmart.la
 }
+
+PACKAGES =+ "${PN}-dev-vala"
+FILES_${PN}-dev-vala = "${datadir}/vala"





More information about the Openembedded-commits mailing list