diff options
author | Meh Mbeh Ida Delphine <idadelm@gmail.com> | 2021-03-01 14:57:34 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-02 20:39:35 +0000 |
commit | 1f0b83c5eb8966a1d3b36e0bf5b72fb03eb10abf (patch) | |
tree | 3ea6108a52cce4fcca09b4ed1eb2145c0941b3c9 /meta/recipes-graphics/igt-gpu-tools | |
parent | 30f694fec7f47264ec20086c45a3de5fbc55842e (diff) | |
download | poky-1f0b83c5eb8966a1d3b36e0bf5b72fb03eb10abf.tar.gz |
recipes-graphics: Add missing HOMEPAGE and DESCRIPTION for recipes.
Fixes: [YOCTO #13471]
(From OE-Core rev: 24eac1fef8892484cc3dede1853d180e0c235120)
Signed-off-by: Ida Delphine <idadelm@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/igt-gpu-tools')
-rw-r--r-- | meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb b/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb index 098594cf2c..1cc94cf993 100644 --- a/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb +++ b/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb | |||
@@ -1,5 +1,7 @@ | |||
1 | SUMMARY = "IGT GPU Tools" | 1 | SUMMARY = "IGT GPU Tools" |
2 | DESCRIPTION = "IGT GPU Tools is a collection of tools for development and testing of the DRM drivers" | 2 | DESCRIPTION = "IGT GPU Tools is a collection of tools for development and testing of the DRM drivers" |
3 | HOMEPAGE = "https://gitlab.freedesktop.org/drm/igt-gpu-tools" | ||
4 | BUGTRACKER = "https://gitlab.freedesktop.org/drm/igt-gpu-tools/-/issues" | ||
3 | 5 | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=67bfee4df38fa6ecbe3a675c552d4c08" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=67bfee4df38fa6ecbe3a675c552d4c08" |
5 | 7 | ||