aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2012-03-28 08:58:57 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-03-29 16:18:31 +0200
commitf4dedbcc6341a106b01087a5c1751caf845ee06f (patch)
treecd18e2210dc8d390fef428da3e28bd0eede637c3 /meta-oe/recipes-support
parent1562c14b57f5dfc135f33359ffb6fb968def2991 (diff)
downloadmeta-openembedded-contrib-f4dedbcc6341a106b01087a5c1751caf845ee06f.tar.gz
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@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/libatasmart/libatasmart_0.17.bb5
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 c8f75f8482..6162b58d29 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"