summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libatasmart
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
commit1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e (patch)
treea21a5fc103bb3bd65ecd85ed22be5228fc54e447 /meta-oe/recipes-support/libatasmart
downloadmeta-openembedded-1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e.tar.gz
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-oe/recipes-support/libatasmart')
-rw-r--r--meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb b/meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb
new file mode 100644
index 000000000..16657b4b1
--- /dev/null
+++ b/meta-oe/recipes-support/libatasmart/libatasmart_0.19.bb
@@ -0,0 +1,19 @@
1SUMMARY = "ATA S.M.A.R.T. Reading and Parsing Library"
2LICENSE = "LGPLv2.1"
3LIC_FILES_CHKSUM = "file://LGPL;md5=2d5025d4aa3495befef8f17206a5b0a1"
4
5DEPENDS = "udev"
6
7SRCREV = "de6258940960443038b4c1651dfda3620075e870"
8SRC_URI = "git://git.0pointer.de/libatasmart.git"
9
10S = "${WORKDIR}/git"
11
12inherit autotools lib_package pkgconfig
13
14do_install_append() {
15 sed -i -e s://:/:g -e 's:=${libdir}/libudev.la:-ludev:g' ${D}${libdir}/libatasmart.la
16}
17
18PACKAGES =+ "${PN}-dev-vala"
19FILES_${PN}-dev-vala = "${datadir}/vala"