Rick Altherr | 472a654 | 2016-05-18 10:29:44 -0700 | [diff] [blame] | 1 | # Prefer the Yocto mirror over the direct lm-sensors download. |
Sergey Solomin | 8dd39aa | 2016-08-17 18:02:10 -0500 | [diff] [blame] | 2 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
Norman James | 46f323a | 2015-10-26 16:27:47 -0500 | [diff] [blame] | 3 | SRC_URI_remove = "http://dl.lm-sensors.org/i2c-tools/releases/${BP}.tar.bz2" |
Sergey Solomin | 8dd39aa | 2016-08-17 18:02:10 -0500 | [diff] [blame] | 4 | SRC_URI =+ "http://downloads.yoctoproject.org/mirror/sources/${BP}.tar.bz2 \ |
Matt Spinler | f593045 | 2017-01-25 15:08:00 -0600 | [diff] [blame] | 5 | file://0001-4-byte-read-support-466.patch \ |
| 6 | file://0001-i2cget-Add-support-for-i2c-block-data.patch" |
Norman James | 46f323a | 2015-10-26 16:27:47 -0500 | [diff] [blame] | 7 | |
| 8 | RDEPENDS_${PN}_remove = "${PN}-misc" |