diff options
author | 2021-03-09 12:35:49 +0100 | |
---|---|---|
committer | 2021-03-11 14:00:36 +0000 | |
commit | 45d10529b2dda20d4234740464ea5ecd0859fc62 (patch) | |
tree | b4ae8703d0be1fbad35ab749fbd80e8341bb3d4d /meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb | |
parent | 79e0b33248edba08efe8aa534702c67a41a1d5bb (diff) | |
download | poky-45d10529b2dda20d4234740464ea5ecd0859fc62.tar.gz poky-45d10529b2dda20d4234740464ea5ecd0859fc62.tar.bz2 poky-45d10529b2dda20d4234740464ea5ecd0859fc62.zip |
meta/recipes-kernel: Add HOMEPAGE / DESCRIPTION
Added missing HOMEPAGE and DESCRIPTION found using the test command
`oe-selftest -r distrodata.Distrodata.test_missing_homepg`
[YOCTO #13471]
(From OE-Core rev: 693988ec423341b930e93d604638826cccba9e37)
Signed-off-by: Dorinda Bassey <dorindabassey@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb')
-rw-r--r-- | meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb b/meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb index 46820ef489..6ee0be5e3e 100644 --- a/meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb +++ b/meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb @@ -1,5 +1,5 @@ SUMMARY = "UProbes kernel module for SystemTap" - +HOMEPAGE = "https://sourceware.org/systemtap/" require systemtap_git.inc DEPENDS = "systemtap virtual/kernel" |