aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/i2c-tools/i2c-tools_3.0.1.bb
blob: 69fa3edfe2ebf663c3ed792ab44a484874f26ed8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "Set of i2c tools for linux"
SECTION = "base"
LICENSE = "GPLv2"

SRC_URI = "http://dl.lm-sensors.org/i2c-tools/releases/i2c-tools-${PV}.tar.bz2"

inherit autotools

do_compile_prepend() {
        sed -i 's_/usr/local_/usr_' Makefile
        sed -i 's_CC\t:= gcc_CC\t:= ${CC}_' Makefile
}

SRC_URI[md5sum] = "0f5c7ce5fd3c65113909db0ef3a3a8c8"
SRC_URI[sha256sum] = "8cf39f7c447b0b8f7a24eaed243ad4d8c654c2e94a146a796dba9ed08e857209"