blob: c26f3f09478ba4c2cd75ece8054a239590c544a3 [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 \
5 file://0001-4-byte-read-support-466.patch"
Norman James46f323a2015-10-26 16:27:47 -05006
7RDEPENDS_${PN}_remove = "${PN}-misc"