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