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 <[email protected]>
---
 .../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"
-- 
1.7.6.5


_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to