diff options
| -rw-r--r-- | meta/classes/sanity.bbclass | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass index 2864318632..2eb744fb7d 100644 --- a/meta/classes/sanity.bbclass +++ b/meta/classes/sanity.bbclass | |||
| @@ -819,8 +819,6 @@ def check_sanity_everybuild(status, d): | |||
| 819 | continue | 819 | continue |
| 820 | 820 | ||
| 821 | if mirror.startswith('file://'): | 821 | if mirror.startswith('file://'): |
| 822 | if not mirror.startswith('file:///'): | ||
| 823 | bb.warn('Invalid file url in %s: %s, must be absolute path (file:///)' % (mirror_var, mirror_entry)) | ||
| 824 | import urlparse | 822 | import urlparse |
| 825 | check_symlink(urlparse.urlparse(mirror).path, d) | 823 | check_symlink(urlparse.urlparse(mirror).path, d) |
| 826 | # SSTATE_MIRROR ends with a /PATH string | 824 | # SSTATE_MIRROR ends with a /PATH string |
