oelint.vars.homepageping

March 17, 2024 ยท View on GitHub

severity: warning

Example

In my-recipe_1.0.bb

HOMEPAGE = "ftp://abc-def.com"

Why is this bad?

HOMEPAGE should point to a website, that is reachable by the user

Ways to fix it

HOMEPAGE = "https://abc-def.com"