merge from opendreambox branch
[vuplus_openembedded] / classes / package.bbclass
index 0601885..53042bc 100644 (file)
@@ -398,6 +398,8 @@ python populate_packages () {
                                        continue
                        if (not os.path.islink(file)) and (not os.path.exists(file)):
                                continue
+                       if file[-4:] == '.pyo':
+                               continue
                        if file in seen:
                                continue
                        seen.append(file)