diff options
| author | Patrick Vacek <patrickvacek@gmail.com> | 2020-08-03 08:58:53 +0200 |
|---|---|---|
| committer | Patrick Vacek <patrickvacek@gmail.com> | 2020-08-26 09:47:38 +0200 |
| commit | 2d882d62feef02a7a4d28738ce595181f301dcd7 (patch) | |
| tree | e50cba441aeb1d03f0b407218930c658e7c47ac7 /classes/image_repo_manifest.bbclass | |
| parent | a753c2409f71ec9614ec48ade330c96a1cb919bc (diff) | |
| download | meta-updater-2d882d62feef02a7a4d28738ce595181f301dcd7.tar.gz | |
Inherit python3native instead of using HOSTTOOLS.
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
Diffstat (limited to 'classes/image_repo_manifest.bbclass')
| -rw-r--r-- | classes/image_repo_manifest.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/classes/image_repo_manifest.bbclass b/classes/image_repo_manifest.bbclass index 72dc28f..47692df 100644 --- a/classes/image_repo_manifest.bbclass +++ b/classes/image_repo_manifest.bbclass | |||
| @@ -9,6 +9,8 @@ | |||
| 9 | # For more information, see: | 9 | # For more information, see: |
| 10 | # https://web.archive.org/web/20161224194009/https://wiki.cyanogenmod.org/w/Doc:_Using_manifests | 10 | # https://web.archive.org/web/20161224194009/https://wiki.cyanogenmod.org/w/Doc:_Using_manifests |
| 11 | 11 | ||
| 12 | inherit python3native | ||
| 13 | |||
| 12 | # Write build information to target filesystem | 14 | # Write build information to target filesystem |
| 13 | buildinfo_manifest () { | 15 | buildinfo_manifest () { |
| 14 | if [ $(which repo) ]; then | 16 | if [ $(which repo) ]; then |
