diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2020-02-10 14:10:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-10 14:10:03 +0100 |
commit | b0c3af35eb9c2add2b7cbb02d57820b8f909cdb6 (patch) | |
tree | 932cf0ebe11893949a47d8246da0525842b34e43 /classes/image_repo_manifest.bbclass | |
parent | 6eef6a93107b5d50fc2c3e227c2754db30dbb51a (diff) | |
parent | 3a2fecfc1d78e4b161f7180f35fc7d0a1a967ae6 (diff) | |
download | meta-updater-b0c3af35eb9c2add2b7cbb02d57820b8f909cdb6.tar.gz |
Merge pull request #669 from liuming50/fix-some-problems-in-image-recipes
Fix some problems in image recipes
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 |