diff options
Diffstat (limited to 'meta/lib/oeqa/utils')
| -rw-r--r-- | meta/lib/oeqa/utils/package_manager.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/lib/oeqa/utils/package_manager.py b/meta/lib/oeqa/utils/package_manager.py index 15ffd59231..9998d01ebc 100644 --- a/meta/lib/oeqa/utils/package_manager.py +++ b/meta/lib/oeqa/utils/package_manager.py | |||
| @@ -12,8 +12,9 @@ def get_package_manager(d, root_path): | |||
| 12 | """ | 12 | """ |
| 13 | Returns an OE package manager that can install packages in root_path. | 13 | Returns an OE package manager that can install packages in root_path. |
| 14 | """ | 14 | """ |
| 15 | from oe.package_manager import OpkgPM, DpkgPM | 15 | from oe.package_manager import DpkgPM |
| 16 | from oe.package_manager.rpm import RpmPM | 16 | from oe.package_manager.rpm import RpmPM |
| 17 | from oe.package_manager.ipk import OpkgPM | ||
| 17 | 18 | ||
| 18 | 19 | ||
| 19 | pkg_class = d.getVar("IMAGE_PKGTYPE") | 20 | pkg_class = d.getVar("IMAGE_PKGTYPE") |
