summaryrefslogtreecommitdiff
path: root/recipes-support/i2c-tools/i2c-tools_3.1.0.bbappend
blob: 73f13ae92cee4f45637f29d69a93dbafbe4c4350 (plain)
1
2
3
4
5
6
7
8
9
10
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
}