summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/classes/kernel-module-split.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/kernel-module-split.bbclass b/meta/classes/kernel-module-split.bbclass
index aa0c499b79..45639c613c 100644
--- a/meta/classes/kernel-module-split.bbclass
+++ b/meta/classes/kernel-module-split.bbclass
@@ -173,7 +173,7 @@ python split_kernel_module_packages () {
173 modules = do_split_packages(d, root='/lib/modules', file_regex=module_regex, output_pattern=module_pattern, description='%s kernel module', postinst=postinst, postrm=postrm, recursive=True, hook=frob_metadata, extra_depends='kernel-%s' % (d.getVar("KERNEL_VERSION", True))) 173 modules = do_split_packages(d, root='/lib/modules', file_regex=module_regex, output_pattern=module_pattern, description='%s kernel module', postinst=postinst, postrm=postrm, recursive=True, hook=frob_metadata, extra_depends='kernel-%s' % (d.getVar("KERNEL_VERSION", True)))
174 if modules: 174 if modules:
175 metapkg = d.getVar('KERNEL_MODULES_META_PACKAGE', True) 175 metapkg = d.getVar('KERNEL_MODULES_META_PACKAGE', True)
176 d.appendVar('RDEPENDS_' + metapkg, ' '.join(modules)) 176 d.appendVar('RDEPENDS_' + metapkg, ' '+' '.join(modules))
177 177
178 # If modules-load.d and modprobe.d are empty at this point, remove them to 178 # If modules-load.d and modprobe.d are empty at this point, remove them to
179 # avoid warnings. removedirs only raises an OSError if an empty 179 # avoid warnings. removedirs only raises an OSError if an empty