Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 276 Bytes

oelint.vars.homepageping.md

File metadata and controls

21 lines (13 loc) · 276 Bytes

oelint.vars.homepageping

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"