diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2020-08-03 16:05:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-03 16:05:08 +0200 |
commit | a85ed5864ddfb60b612f69f04e3224ef71ec17c8 (patch) | |
tree | 4bec8ab4a21c6551f6ce89e7ada9ad06c6e800b5 /classes | |
parent | b95d0d80624deecc54e0b99d054b8f58bfc0a588 (diff) | |
parent | 628c4e317618d1b03da41e43cf0ede69c1fa4695 (diff) | |
download | meta-updater-a85ed5864ddfb60b612f69f04e3224ef71ec17c8.tar.gz |
Merge pull request #757 from advancedtelematic/fix/pythonnative
Inherit python3native instead of using HOSTTOOLS.
Diffstat (limited to 'classes')
-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 |