diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2020-03-03 10:06:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-03 10:06:06 +0100 |
commit | 8edbc7a5409a578ad9c47111aef3e95fba964239 (patch) | |
tree | f2978bebab3313bc85cdad3663e4b63dd0eeecf1 /classes/image_repo_manifest.bbclass | |
parent | 98db3460285d634073830879825825c4a893863c (diff) | |
parent | c771a9e62df91afeed3eae5b1c067ae2525b5a91 (diff) | |
download | meta-updater-8edbc7a5409a578ad9c47111aef3e95fba964239.tar.gz |
Merge pull request #692 from advancedtelematic/feat/warrior/2020.3
Feat/warrior/2020.3
Diffstat (limited to 'classes/image_repo_manifest.bbclass')
-rw-r--r-- | classes/image_repo_manifest.bbclass | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/classes/image_repo_manifest.bbclass b/classes/image_repo_manifest.bbclass index 0b311bd..72dc28f 100644 --- a/classes/image_repo_manifest.bbclass +++ b/classes/image_repo_manifest.bbclass | |||
@@ -9,8 +9,6 @@ | |||
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 | HOSTTOOLS_NONFATAL += "repo python" | ||
13 | |||
14 | # Write build information to target filesystem | 12 | # Write build information to target filesystem |
15 | buildinfo_manifest () { | 13 | buildinfo_manifest () { |
16 | if [ $(which repo) ]; then | 14 | if [ $(which repo) ]; then |