diff options
Diffstat (limited to 'meta/lib/oe/rootfs.py')
-rw-r--r-- | meta/lib/oe/rootfs.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/lib/oe/rootfs.py b/meta/lib/oe/rootfs.py index b7c0b9c24b..9358f562c8 100644 --- a/meta/lib/oe/rootfs.py +++ b/meta/lib/oe/rootfs.py | |||
@@ -1,3 +1,6 @@ | |||
1 | # | ||
2 | # SPDX-License-Identifier: GPL-2.0-only | ||
3 | # | ||
1 | from abc import ABCMeta, abstractmethod | 4 | from abc import ABCMeta, abstractmethod |
2 | from oe.utils import execute_pre_post_process | 5 | from oe.utils import execute_pre_post_process |
3 | from oe.package_manager import * | 6 | from oe.package_manager import * |