aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/devicekit/libatasmart_0.13.bb
blob: 4a4986effec66cd72fcf73199a4076e49d8d94f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DEPENDS = "udev"
LICENSE = "LGPL"

SRCREV = "a80d7d5c25e88adea7b8e843cdb57143e6cfb46b"
SRC_URI = "git://git.0pointer.de/libatasmart.git;protocol=git \
	file://strpool.patch"

S = "${WORKDIR}/git"
PR = "r2"

inherit autotools lib_package

do_install_append() {
	sed -i -e s://:/:g -e s:${base_libdir}/libudev.la:-ludev:g ${D}${libdir}/libatasmart.la
}