From d89f02d9eecbfe4df3bcc380b7d32ecf9f9ba933 Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Tue, 31 Dec 2019 21:32:52 +0100 Subject: 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 --- classes/image_repo_manifest.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes/image_repo_manifest.bbclass') 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 @@ # For more information, see: # https://web.archive.org/web/20161224194009/https://wiki.cyanogenmod.org/w/Doc:_Using_manifests -HOSTTOOLS_NONFATAL += " repo " +HOSTTOOLS_NONFATAL += "repo python" # Write build information to target filesystem buildinfo_manifest () { -- cgit v1.2.3-54-g00ecf