From 4298f9b9965105df213e038ac2a88e612f869fc8 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Sun, 12 Jul 2026 06:01:32 -0300 Subject: 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 --- recipes-graphics/devil/devil_1.8.0.bb | 1 + recipes-graphics/imx-gpu-sdk/imx-gpu-sdk_6.1.1.bb | 1 + recipes-graphics/vulkan/vulkan-wsi-layer_git.bb | 1 + 3 files changed, 3 insertions(+) (limited to 'recipes-graphics') 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 @@ DESCRIPTION = "A full featured cross-platform image library" SECTION = "libs" +HOMEPAGE = "https://openil.sourceforge.net/" LICENSE = "LGPL-2.1-only" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/LGPL-2.1-only;md5=1a6d268fd218675ffea8be556788b780" 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 @@ SUMMARY = "i.MX GPU SDK Samples" DESCRIPTION = "Set of sample applications for i.MX GPU" +HOMEPAGE = "https://github.com/nxp-imx/gtec-demo-framework" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://License.md;md5=9d58a2573275ce8c35d79576835dbeb8" 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 @@ DESCRIPTION = "Vulkan Window System Integration Layer" +HOMEPAGE = "https://gitlab.freedesktop.org/mesa/vulkan-wsi-layer" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=c2e771b72d60a13d2de384cb49055d00" DEPENDS = "libdrm vulkan-loader" -- cgit v1.2.3-54-g00ecf