aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libatasmart
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/libatasmart')
-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"