summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-kernel/linux/linux-rpi.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-rpi.inc b/recipes-kernel/linux/linux-rpi.inc
index 1755685..4b65fc2 100644
--- a/recipes-kernel/linux/linux-rpi.inc
+++ b/recipes-kernel/linux/linux-rpi.inc
@@ -133,4 +133,6 @@ python () {
133 if 'CONFIG_KERNEL_LZO=y\n' in configfile.readlines(): 133 if 'CONFIG_KERNEL_LZO=y\n' in configfile.readlines():
134 depends = d.getVar('DEPENDS', False) 134 depends = d.getVar('DEPENDS', False)
135 d.setVar('DEPENDS', depends + ' lzop-native') 135 d.setVar('DEPENDS', depends + ' lzop-native')
136
137 configfile.close()
136} 138}