summaryrefslogtreecommitdiffstats
path: root/classes/image_repo_manifest.bbclass
diff options
context:
space:
mode:
authorMing Liu <liu.ming50@gmail.com>2019-12-31 21:32:52 +0100
committerPatrick Vacek <patrickvacek@gmail.com>2020-01-15 12:24:05 +0100
commit008e95a59b6aadbceccec35eb09a8f35a3cd62c9 (patch)
tree41ff811acb0b19b1ca9a60dc11ee894c470f43bd /classes/image_repo_manifest.bbclass
parent73d0471162a54c1737db6622781a3713a8bad61f (diff)
downloadmeta-updater-008e95a59b6aadbceccec35eb09a8f35a3cd62c9.tar.gz
meta: add python to HOSTTOOLS_NONFATAL
repo is requiring python to be able to work correctly, add python to HOSTTOOLS_NONFATAL as well. image_repo_manifest is actually a image bbclass, move it to IMAGE_CLASSES instead of inheriting it in sota.bbclass. Signed-off-by: Ming Liu <liu.ming50@gmail.com>
Diffstat (limited to 'classes/image_repo_manifest.bbclass')
-rw-r--r--classes/image_repo_manifest.bbclass2
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
12HOSTTOOLS_NONFATAL += " repo " 12HOSTTOOLS_NONFATAL += "repo python"
13 13
14# Write build information to target filesystem 14# Write build information to target filesystem
15buildinfo_manifest () { 15buildinfo_manifest () {