aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/devicekit/libatasmart_0.13.bb
blob: 31565f6cfb5ff8c7d44594d4bf527b1a32c07103 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
LICENSE = "LGPL"

SRCREV = "a80d7d5c25e88adea7b8e843cdb57143e6cfb46b"
SRC_URI = "git://git.0pointer.de/libatasmart.git;protocol=git"

S = "${WORKDIR}/git"

inherit autotools_stage lib_package
AUTOTOOLS_STAGE_PKGCONFIG = "1"

do_compile_prepend() {
	rm strpool -f
	${BUILD_CC} -o strpool strpool.c
	chmod +x strpool
}

do_stage_append() {
	sed -i -e s://:/:g -e s:${base_libdir}/libudev.la:-ludev:g ${STAGING_LIBDIR}/libatasmart.la
}