diff options
Diffstat (limited to 'meta/lib')
| -rw-r--r-- | meta/lib/oe/package_manager/ipk/manifest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oe/package_manager/ipk/manifest.py b/meta/lib/oe/package_manager/ipk/manifest.py index 469e14c3c6..3549d7428d 100644 --- a/meta/lib/oe/package_manager/ipk/manifest.py +++ b/meta/lib/oe/package_manager/ipk/manifest.py | |||
| @@ -64,7 +64,7 @@ class PkgManifest(Manifest): | |||
| 64 | if len(pkgs_to_install) == 0: | 64 | if len(pkgs_to_install) == 0: |
| 65 | return | 65 | return |
| 66 | 66 | ||
| 67 | output = pm.dummy_install(pkgs_to_install).decode('utf-8') | 67 | output = pm.dummy_install(pkgs_to_install) |
| 68 | 68 | ||
| 69 | with open(self.full_manifest, 'w+') as manifest: | 69 | with open(self.full_manifest, 'w+') as manifest: |
| 70 | pkg_re = re.compile('^Installing ([^ ]+) [^ ].*') | 70 | pkg_re = re.compile('^Installing ([^ ]+) [^ ].*') |
