diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2012-03-28 08:58:57 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-03-29 16:18:31 +0200 |
commit | f4dedbcc6341a106b01087a5c1751caf845ee06f (patch) | |
tree | cd18e2210dc8d390fef428da3e28bd0eede637c3 /meta-oe | |
parent | 1562c14b57f5dfc135f33359ffb6fb968def2991 (diff) | |
download | meta-openembedded-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')
-rw-r--r-- | meta-oe/recipes-support/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 c8f75f848..6162b58d2 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" | |||
2 | LICENSE = "LGPLv2.1" | 2 | LICENSE = "LGPLv2.1" |
3 | LIC_FILES_CHKSUM = "file://LGPL;md5=2d5025d4aa3495befef8f17206a5b0a1" | 3 | LIC_FILES_CHKSUM = "file://LGPL;md5=2d5025d4aa3495befef8f17206a5b0a1" |
4 | 4 | ||
5 | PR = "r1" | ||
6 | |||
5 | DEPENDS = "udev" | 7 | DEPENDS = "udev" |
6 | 8 | ||
7 | SRCREV = "v${PV}" | 9 | SRCREV = "v${PV}" |
@@ -15,3 +17,6 @@ inherit autotools lib_package | |||
15 | do_install_append() { | 17 | do_install_append() { |
16 | sed -i -e s://:/:g -e 's:=${libdir}/libudev.la:-ludev:g' ${D}${libdir}/libatasmart.la | 18 | sed -i -e s://:/:g -e 's:=${libdir}/libudev.la:-ludev:g' ${D}${libdir}/libatasmart.la |
17 | } | 19 | } |
20 | |||
21 | PACKAGES =+ "${PN}-dev-vala" | ||
22 | FILES_${PN}-dev-vala = "${datadir}/vala" | ||