blob: c8ea32a5f1f919714c645fbf21b3cfa10a8ce594 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DESCRIPTION = "Set of i2c tools for linux"
SECTION = "base"
LICENSE = "GPL"
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
}
|