Browse Source

dracut: Add HOMEPAGE info into recipe file.

Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Huang Qiyu 6 years ago
parent
commit
d50aee5e41
1 changed files with 1 additions and 0 deletions
  1. 1 0
      meta-initramfs/recipes-devtools/dracut/dracut_git.bb

+ 1 - 0
meta-initramfs/recipes-devtools/dracut/dracut_git.bb

@@ -1,4 +1,5 @@
 SUMMARY = "Initramfs generator using udev"
+HOMEPAGE = "https://dracut.wiki.kernel.org/index.php/Main_Page"
 DESCRIPTION = "Dracut is an event driven initramfs infrastructure. dracut (the tool) is used to create an initramfs image by copying tools and files from an installed system and combining it with the dracut framework, usually found in /usr/lib/dracut/modules.d."
 
 LICENSE = "GPLv2"