diff options
| author | Fan Xin <fan.xin@jp.fujitsu.com> | 2017-09-04 13:55:08 +0900 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-05 15:01:01 +0100 |
| commit | 917a00e0948c1250b8a47b74ad3aaa0425e5135b (patch) | |
| tree | fdfd0beb8772ae411ca208e9191aa3df50fa25b8 | |
| parent | 482b7e974ad7ea5313f8a2977651ec077490d0ea (diff) | |
| download | poky-917a00e0948c1250b8a47b74ad3aaa0425e5135b.tar.gz | |
systemtap: Add HOMEPAGE info into recipe file.
(From OE-Core rev: 492f43f1aa402a60902fafb2d524ae67007f59bd)
Signed-off-by: Fan Xin <fan.xin@jp.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-kernel/systemtap/systemtap_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.bb b/meta/recipes-kernel/systemtap/systemtap_git.bb index b3fd9730da..475b2073f1 100644 --- a/meta/recipes-kernel/systemtap/systemtap_git.bb +++ b/meta/recipes-kernel/systemtap/systemtap_git.bb | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | SUMMARY = "Script-directed dynamic tracing and performance analysis tool for Linux" | 1 | SUMMARY = "Script-directed dynamic tracing and performance analysis tool for Linux" |
| 2 | HOMEPAGE = "https://sourceware.org/systemtap/" | ||
| 2 | 3 | ||
| 3 | require systemtap_git.inc | 4 | require systemtap_git.inc |
| 4 | 5 | ||
