summaryrefslogtreecommitdiff
path: root/lirc/lirc_0.6.6.oe
diff options
context:
space:
mode:
Diffstat (limited to 'lirc/lirc_0.6.6.oe')
-rw-r--r--lirc/lirc_0.6.6.oe4
1 files changed, 2 insertions, 2 deletions
diff --git a/lirc/lirc_0.6.6.oe b/lirc/lirc_0.6.6.oe
index b067507589..b408962c3d 100644
--- a/lirc/lirc_0.6.6.oe
+++ b/lirc/lirc_0.6.6.oe
@@ -11,8 +11,8 @@ S = "${WORKDIR}/lirc-${PV}"
inherit autotools
-KERNEL_VERSION = ${@open('${STAGING_DIR}/${HOST_SYS}/kernel/kernel-version').read().strip()}
-KERNEL_SOURCE = ${@open('${STAGING_DIR}/${HOST_SYS}/kernel/kernel-source').read().strip()}
+KERNEL_VERSION = ${@base_read_file('${STAGING_DIR}/${HOST_SYS}/kernel/kernel-version')}
+KERNEL_SOURCE = ${@base_read_file('${STAGING_DIR}/${HOST_SYS}/kernel/kernel-source')}
KERNEL_PATH = "${STAGING_LIBDIR}/../kernel"
#FIXME: Caution: EXTRA_OECONF is arm-specific!