diff options
| author | Meh Mbeh Ida Delphine <idadelm@gmail.com> | 2021-03-01 14:57:35 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-02 20:39:35 +0000 |
| commit | 3ca5157080c89dc95a9b438d33d55940c34dcb4d (patch) | |
| tree | cafbd84e8bec0e27fa58574081a738e542af187f /meta/recipes-kernel/lttng | |
| parent | 1f0b83c5eb8966a1d3b36e0bf5b72fb03eb10abf (diff) | |
| download | poky-3ca5157080c89dc95a9b438d33d55940c34dcb4d.tar.gz | |
recipes-kernel: Add missing HOMEPAGE and DESCRIPTION for recipes.
Fixes: [YOCTO #13471]
(From OE-Core rev: 16409694f19e4d3b7bdc10a7f71c67938ce5f3ff)
Signed-off-by: Ida Delphine <idadelm@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/lttng')
| -rw-r--r-- | meta/recipes-kernel/lttng/lttng-modules_2.12.4.bb | 1 | ||||
| -rw-r--r-- | meta/recipes-kernel/lttng/lttng-tools_2.12.2.bb | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-modules_2.12.4.bb b/meta/recipes-kernel/lttng/lttng-modules_2.12.4.bb index 73f3931717..3ca59f789a 100644 --- a/meta/recipes-kernel/lttng/lttng-modules_2.12.4.bb +++ b/meta/recipes-kernel/lttng/lttng-modules_2.12.4.bb | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | SECTION = "devel" | 1 | SECTION = "devel" |
| 2 | SUMMARY = "Linux Trace Toolkit KERNEL MODULE" | 2 | SUMMARY = "Linux Trace Toolkit KERNEL MODULE" |
| 3 | DESCRIPTION = "The lttng-modules 2.0 package contains the kernel tracer modules" | 3 | DESCRIPTION = "The lttng-modules 2.0 package contains the kernel tracer modules" |
| 4 | HOMEPAGE = "https://lttng.org/" | ||
| 4 | LICENSE = "LGPLv2.1 & GPLv2 & MIT" | 5 | LICENSE = "LGPLv2.1 & GPLv2 & MIT" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3f882d431dc0f32f1f44c0707aa41128" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3f882d431dc0f32f1f44c0707aa41128" |
| 6 | 7 | ||
diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.12.2.bb b/meta/recipes-kernel/lttng/lttng-tools_2.12.2.bb index 1f509caeb4..52bfd36370 100644 --- a/meta/recipes-kernel/lttng/lttng-tools_2.12.2.bb +++ b/meta/recipes-kernel/lttng/lttng-tools_2.12.2.bb | |||
| @@ -3,6 +3,7 @@ SUMMARY = "Linux Trace Toolkit Control" | |||
| 3 | DESCRIPTION = "The Linux trace toolkit is a suite of tools designed \ | 3 | DESCRIPTION = "The Linux trace toolkit is a suite of tools designed \ |
| 4 | to extract program execution details from the Linux operating system \ | 4 | to extract program execution details from the Linux operating system \ |
| 5 | and interpret them." | 5 | and interpret them." |
| 6 | HOMEPAGE = "https://github.com/lttng/lttng-tools" | ||
| 6 | 7 | ||
| 7 | LICENSE = "GPLv2 & LGPLv2.1" | 8 | LICENSE = "GPLv2 & LGPLv2.1" |
| 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=40ef17463fbd6f377db3c47b1cbaded8 \ | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=40ef17463fbd6f377db3c47b1cbaded8 \ |
