]> code.ossystems Code Review - openembedded-core.git/commitdiff
package.bbclass: Unbreak per file dependencies and blacklist doc packages
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 25 Feb 2011 12:13:27 +0000 (12:13 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 1 Mar 2011 11:46:37 +0000 (11:46 +0000)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/package.bbclass

index fa1abf0dda8eb02b1bb13eeed95200fe11ca2852..dcece40acd376e6f8380a9a8fdd4ed07f8fa97f9 100644 (file)
@@ -642,7 +642,7 @@ python package_do_filedeps() {
 
        # Determine dependencies
        for pkg in packages.split():
-               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:
+               if pkg.endswith('-dbg') or pkg.endswith('-doc') 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-'):
                        continue
 
                # Process provides