]> code.ossystems Code Review - openembedded-core.git/commitdiff
package.bbclass: Optimise file dependency calculations to ignore locales and kernel...
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 3 Feb 2011 20:17:30 +0000 (20:17 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 3 Feb 2011 20:18:52 +0000 (20:18 +0000)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/package.bbclass

index e64e4419fcabc8ced807fb046ab137b5445771d9..8f58ad03f10bd90dd8f86d874db3fa9ec8b9797d 100644 (file)
@@ -611,7 +611,7 @@ python package_do_filedeps() {
 
        # Determine dependencies
        for pkg in packages.split():
-               if pkg.endswith('-dbg'):
+               if pkg.endswith('-dbg') or pkg.find('-locale-') != -1 or pkg.find('-localedata-') != -1 or pkg.find('-gconv-') != -1  or pkg.find('-charmap-') != -1 or pkg.startswith('kernel-module-') != -1:
                        continue
 
                # Process provides