summaryrefslogtreecommitdiff
path: root/recipes-support/i2c-tools
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2013-10-09 11:23:54 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2013-10-09 11:23:54 +0200
commit38cddfd9f86adc45036c53741af044b4f6782426 (patch)
treecb8b3dd44efd1ae03d0be902c65c7c79d6143cd4 /recipes-support/i2c-tools
parent51a3144f603f91122b95f34e9c5af6e4566daa0e (diff)
i2c-tools: don't install the perl scripts (and thus don't RDEPEND on perl)
Diffstat (limited to 'recipes-support/i2c-tools')
-rw-r--r--recipes-support/i2c-tools/i2c-tools_3.1.0.bbappend11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-support/i2c-tools/i2c-tools_3.1.0.bbappend b/recipes-support/i2c-tools/i2c-tools_3.1.0.bbappend
new file mode 100644
index 0000000..73f13ae
--- /dev/null
+++ b/recipes-support/i2c-tools/i2c-tools_3.1.0.bbappend
@@ -0,0 +1,11 @@
+PRINC = "1"
+
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+
+#don't install the perl scripts (and thus don't RDEPEND on perl)
+
+RDEPENDS_${PN} = ""
+
+do_compile_prepend() {
+ sed -i 's/eeprom stub//' Makefile
+} \ No newline at end of file