diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-12 06:01:32 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-12 06:01:32 -0300 |
| commit | 4298f9b9965105df213e038ac2a88e612f869fc8 (patch) | |
| tree | 19f1497d03bd5a69694fee50b77cdebd2a9bae04 /recipes-graphics | |
| parent | 46253656a9f246877b6dbc540862afc0c2d36a38 (diff) | |
| download | meta-freescale-4298f9b9965105df213e038ac2a88e612f869fc8.tar.gz | |
global: Set HOMEPAGE from resolved upstream
Add the mandatory HOMEPAGE to recipes whose upstream repository was not a
plain github/gitlab URL in SRC_URI: those using a source variable or an
included .inc (resolved to the real NXP/Freescale repo), and those hosted
elsewhere (denx, SourceForge, dpdk.org, freedesktop, jhauser). Clears the
oelint-adv oelint.var.mandatoryvar.HOMEPAGE error for these recipes.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics')
| -rw-r--r-- | recipes-graphics/devil/devil_1.8.0.bb | 1 | ||||
| -rw-r--r-- | recipes-graphics/imx-gpu-sdk/imx-gpu-sdk_6.1.1.bb | 1 | ||||
| -rw-r--r-- | recipes-graphics/vulkan/vulkan-wsi-layer_git.bb | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/recipes-graphics/devil/devil_1.8.0.bb b/recipes-graphics/devil/devil_1.8.0.bb index dcbdf3ac1..5b3c5efd8 100644 --- a/recipes-graphics/devil/devil_1.8.0.bb +++ b/recipes-graphics/devil/devil_1.8.0.bb | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | DESCRIPTION = "A full featured cross-platform image library" | 1 | DESCRIPTION = "A full featured cross-platform image library" |
| 2 | SECTION = "libs" | 2 | SECTION = "libs" |
| 3 | HOMEPAGE = "https://openil.sourceforge.net/" | ||
| 3 | LICENSE = "LGPL-2.1-only" | 4 | LICENSE = "LGPL-2.1-only" |
| 4 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/LGPL-2.1-only;md5=1a6d268fd218675ffea8be556788b780" | 5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/LGPL-2.1-only;md5=1a6d268fd218675ffea8be556788b780" |
| 5 | PR = "r0" | 6 | PR = "r0" |
diff --git a/recipes-graphics/imx-gpu-sdk/imx-gpu-sdk_6.1.1.bb b/recipes-graphics/imx-gpu-sdk/imx-gpu-sdk_6.1.1.bb index 86b8a9f97..4559e90a4 100644 --- a/recipes-graphics/imx-gpu-sdk/imx-gpu-sdk_6.1.1.bb +++ b/recipes-graphics/imx-gpu-sdk/imx-gpu-sdk_6.1.1.bb | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | SUMMARY = "i.MX GPU SDK Samples" | 1 | SUMMARY = "i.MX GPU SDK Samples" |
| 2 | DESCRIPTION = "Set of sample applications for i.MX GPU" | 2 | DESCRIPTION = "Set of sample applications for i.MX GPU" |
| 3 | HOMEPAGE = "https://github.com/nxp-imx/gtec-demo-framework" | ||
| 3 | LICENSE = "BSD-3-Clause" | 4 | LICENSE = "BSD-3-Clause" |
| 4 | LIC_FILES_CHKSUM = "file://License.md;md5=9d58a2573275ce8c35d79576835dbeb8" | 5 | LIC_FILES_CHKSUM = "file://License.md;md5=9d58a2573275ce8c35d79576835dbeb8" |
| 5 | 6 | ||
diff --git a/recipes-graphics/vulkan/vulkan-wsi-layer_git.bb b/recipes-graphics/vulkan/vulkan-wsi-layer_git.bb index e2ad0da34..21f275c52 100644 --- a/recipes-graphics/vulkan/vulkan-wsi-layer_git.bb +++ b/recipes-graphics/vulkan/vulkan-wsi-layer_git.bb | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | DESCRIPTION = "Vulkan Window System Integration Layer" | 1 | DESCRIPTION = "Vulkan Window System Integration Layer" |
| 2 | HOMEPAGE = "https://gitlab.freedesktop.org/mesa/vulkan-wsi-layer" | ||
| 2 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c2e771b72d60a13d2de384cb49055d00" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c2e771b72d60a13d2de384cb49055d00" |
| 4 | DEPENDS = "libdrm vulkan-loader" | 5 | DEPENDS = "libdrm vulkan-loader" |
