diff options
Diffstat (limited to 'meta/classes')
| -rw-r--r-- | meta/classes/insane.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index c6dff9659c..cf2165c517 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass | |||
| @@ -976,8 +976,8 @@ def package_qa_check_src_uri(pn, d, messages): | |||
| 976 | package_qa_handle_error("src-uri-bad", "%s: SRC_URI uses PN not BPN" % pn, d) | 976 | package_qa_handle_error("src-uri-bad", "%s: SRC_URI uses PN not BPN" % pn, d) |
| 977 | 977 | ||
| 978 | for url in d.getVar("SRC_URI").split(): | 978 | for url in d.getVar("SRC_URI").split(): |
| 979 | if re.search(r"github\.com/.+/.+/archive/.+", url): | 979 | if re.search(r"git(hu|la)b\.com/.+/.+/archive/.+", url): |
| 980 | package_qa_handle_error("src-uri-bad", "%s: SRC_URI uses unstable GitHub archives" % pn, d) | 980 | package_qa_handle_error("src-uri-bad", "%s: SRC_URI uses unstable GitHub/GitLab archives, convert recipe to use git protocol" % pn, d) |
| 981 | 981 | ||
| 982 | QARECIPETEST[unhandled-features-check] = "package_qa_check_unhandled_features_check" | 982 | QARECIPETEST[unhandled-features-check] = "package_qa_check_unhandled_features_check" |
| 983 | def package_qa_check_unhandled_features_check(pn, d, messages): | 983 | def package_qa_check_unhandled_features_check(pn, d, messages): |
