diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2020-01-23 16:25:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-23 16:25:28 +0100 |
commit | 5163ff50bb45903ca31b5b19220ad9ddf54ee0c1 (patch) | |
tree | 55de20ed32d38f62b4fdfaf2fbe0d15b43fca256 /classes/image_repo_manifest.bbclass | |
parent | ed1fdcb6e51073c90dcc9e58f894fb1c0fc4b77a (diff) | |
parent | c267c82641991e01097caac042b7237f60afe545 (diff) | |
download | meta-updater-5163ff50bb45903ca31b5b19220ad9ddf54ee0c1.tar.gz |
Merge pull request #664 from advancedtelematic/feat/warrior/2020.1
Feat/warrior/2020.1
Diffstat (limited to 'classes/image_repo_manifest.bbclass')
-rw-r--r-- | classes/image_repo_manifest.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/image_repo_manifest.bbclass b/classes/image_repo_manifest.bbclass index c2e7056..0b311bd 100644 --- a/classes/image_repo_manifest.bbclass +++ b/classes/image_repo_manifest.bbclass | |||
@@ -9,7 +9,7 @@ | |||
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 " | 12 | HOSTTOOLS_NONFATAL += "repo python" |
13 | 13 | ||
14 | # Write build information to target filesystem | 14 | # Write build information to target filesystem |
15 | buildinfo_manifest () { | 15 | buildinfo_manifest () { |