summaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2020-08-03 08:58:53 +0200
committerPatrick Vacek <patrickvacek@gmail.com>2020-08-26 09:47:42 +0200
commit870ebf9603b0b96f015c373381625d2bb0c0395f (patch)
treeb546053f1a1aafa3713d3b28bff6bf1148ef1ce1 /classes
parent4cbe89d7c7af10228f689675b006be8f82b69d6d (diff)
downloadmeta-updater-870ebf9603b0b96f015c373381625d2bb0c0395f.tar.gz
Inherit python3native instead of using HOSTTOOLS.
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
Diffstat (limited to 'classes')
-rw-r--r--classes/image_repo_manifest.bbclass2
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
12inherit python3native
13
12# Write build information to target filesystem 14# Write build information to target filesystem
13buildinfo_manifest () { 15buildinfo_manifest () {
14 if [ $(which repo) ]; then 16 if [ $(which repo) ]; then