Rick Altherr | 472a654 | 2016-05-18 10:29:44 -0700 | [diff] [blame] | 1 | # Prefer the Yocto mirror over the direct lm-sensors download. |
Norman James | 46f323a | 2015-10-26 16:27:47 -0500 | [diff] [blame] | 2 | SRC_URI_remove = "http://dl.lm-sensors.org/i2c-tools/releases/${BP}.tar.bz2" |
Rick Altherr | 472a654 | 2016-05-18 10:29:44 -0700 | [diff] [blame] | 3 | SRC_URI =+ "http://downloads.yoctoproject.org/mirror/sources/${BP}.tar.bz2" |
Norman James | 46f323a | 2015-10-26 16:27:47 -0500 | [diff] [blame] | 4 | |
5 | RDEPENDS_${PN}_remove = "${PN}-misc" |