diff options
Diffstat (limited to 'recipes/lm_sensors/lmsensors-apps_2.10.8.bb')
-rw-r--r-- | recipes/lm_sensors/lmsensors-apps_2.10.8.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/lm_sensors/lmsensors-apps_2.10.8.bb b/recipes/lm_sensors/lmsensors-apps_2.10.8.bb index 534a17fde7..dcc33ac3ad 100644 --- a/recipes/lm_sensors/lmsensors-apps_2.10.8.bb +++ b/recipes/lm_sensors/lmsensors-apps_2.10.8.bb @@ -5,10 +5,10 @@ LICENSE = "GPL" PR = "r1" SRC_URI = "http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-${PV}.tar.gz \ - file://prefix-fix.patch;apply=yes \ - file://add-sysfs-ldflags.patch;apply=yes" + file://prefix-fix.patch \ + file://add-sysfs-ldflags.patch" -SRC_URI_append_uclibc = "file://iconv.patch;apply=yes" +SRC_URI_append_uclibc = "file://iconv.patch" S = "${WORKDIR}/lm_sensors-${PV}" |