[oe-commits] org.oe.dev i2c-tools: add with version 3.0.1. Closes 4260.

Lukas commit oe at amethyst.openembedded.net
Wed May 14 17:29:24 UTC 2008


i2c-tools: add with version 3.0.1.  Closes 4260.
* commit from Laibsch

Author: Lukas
Branch: org.openembedded.dev
Revision: 836a9d42387c9e4e4c52326592f250cbe3628d34
ViewMTN: http://monotone.openembedded.org/revision/info/836a9d42387c9e4e4c52326592f250cbe3628d34
Files:
1
packages/i2c-tools
packages/i2c-tools/i2c-tools_3.0.1.bb
Diffs:

#
# mt diff -rb79fc3b4464182525c734d24545a72d0c0d22ebe -r836a9d42387c9e4e4c52326592f250cbe3628d34
#
#
#
# add_dir "packages/i2c-tools"
# 
# add_file "packages/i2c-tools/i2c-tools_3.0.1.bb"
#  content [353aa093f4a9d6c3e69ffdeeb19a926b07da9c3f]
#
============================================================
--- packages/i2c-tools/i2c-tools_3.0.1.bb	353aa093f4a9d6c3e69ffdeeb19a926b07da9c3f
+++ packages/i2c-tools/i2c-tools_3.0.1.bb	353aa093f4a9d6c3e69ffdeeb19a926b07da9c3f
@@ -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
+}






More information about the Openembedded-commits mailing list