diff options
author | Lukas Gorris <lukas.gorris@gmx.de> | 2008-05-14 17:14:14 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-05-14 17:14:14 +0000 |
commit | 7a71b85b9c68330fc5d04e06162ae496b80dbcac (patch) | |
tree | 018b6cfbad2e096eff5595a4682c22b941fd1fac /packages/i2c-tools/i2c-tools_3.0.1.bb | |
parent | 5e3e99a318a25ca2666273e820d797c8fd23a40d (diff) |
i2c-tools: add with version 3.0.1. Closes 4260.
* commit from Laibsch
Diffstat (limited to 'packages/i2c-tools/i2c-tools_3.0.1.bb')
-rw-r--r-- | packages/i2c-tools/i2c-tools_3.0.1.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/i2c-tools/i2c-tools_3.0.1.bb b/packages/i2c-tools/i2c-tools_3.0.1.bb new file mode 100644 index 0000000000..c8ea32a5f1 --- /dev/null +++ b/packages/i2c-tools/i2c-tools_3.0.1.bb @@ -0,0 +1,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 +} |