chinook-compat: add new toolchain options and stick to util-linux
[openembedded.git] / recipes / i2c-tools / i2c-tools_3.0.1.bb
blobc8ea32a5f1f919714c645fbf21b3cfa10a8ce594
1 DESCRIPTION = "Set of i2c tools for linux"
2 SECTION = "base"
3 LICENSE = "GPL"
5 SRC_URI = "http://dl.lm-sensors.org/i2c-tools/releases/i2c-tools-${PV}.tar.bz2"
7 inherit autotools
9 do_compile_prepend() {
10 sed -i 's_/usr/local_/usr_' Makefile
11 sed -i 's_CC\t:= gcc_CC\t:= ${CC}_' Makefile