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 6411e33ec5..534a17fde7 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;patch=1 \ - file://add-sysfs-ldflags.patch;patch=1" + file://prefix-fix.patch;apply=yes \ + file://add-sysfs-ldflags.patch;apply=yes" -SRC_URI_append_uclibc = "file://iconv.patch;patch=1" +SRC_URI_append_uclibc = "file://iconv.patch;apply=yes" S = "${WORKDIR}/lm_sensors-${PV}" |