blob: da8f757fd33f01648acd95e99ccd68e42c3ac579 [file] [log] [blame]
Rick Altherr472a6542016-05-18 10:29:44 -07001# Prefer the Yocto mirror over the direct lm-sensors download.
Sergey Solomin8dd39aa2016-08-17 18:02:10 -05002FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
Norman James46f323a2015-10-26 16:27:47 -05003SRC_URI_remove = "http://dl.lm-sensors.org/i2c-tools/releases/${BP}.tar.bz2"
Sergey Solomin8dd39aa2016-08-17 18:02:10 -05004SRC_URI =+ "http://downloads.yoctoproject.org/mirror/sources/${BP}.tar.bz2 \
Matt Spinlerf5930452017-01-25 15:08:00 -06005 file://0001-4-byte-read-support-466.patch \
6 file://0001-i2cget-Add-support-for-i2c-block-data.patch"
Norman James46f323a2015-10-26 16:27:47 -05007
8RDEPENDS_${PN}_remove = "${PN}-misc"