summaryrefslogtreecommitdiffstats
path: root/meta-initramfs/recipes-devtools/dracut/dracut_git.bb
diff options
context:
space:
mode:
authorHuang Qiyu <huangqy.fnst@cn.fujitsu.com>2017-09-07 17:08:51 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2017-09-13 11:13:21 +0200
commitd50aee5e41361a7a89e3e901b7e5aaa56532a8a2 (patch)
tree65552406abfbc929b5e0e1f7f3cfb61c94f762e2 /meta-initramfs/recipes-devtools/dracut/dracut_git.bb
parent0eeff8703ec973b172e4bc94164abad554564ac5 (diff)
downloadmeta-openembedded-d50aee5e41361a7a89e3e901b7e5aaa56532a8a2.tar.gz
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>
Diffstat (limited to 'meta-initramfs/recipes-devtools/dracut/dracut_git.bb')
-rw-r--r--meta-initramfs/recipes-devtools/dracut/dracut_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-initramfs/recipes-devtools/dracut/dracut_git.bb b/meta-initramfs/recipes-devtools/dracut/dracut_git.bb
index 09c86d0b76..e18409d11a 100644
--- a/meta-initramfs/recipes-devtools/dracut/dracut_git.bb
+++ b/meta-initramfs/recipes-devtools/dracut/dracut_git.bb
@@ -1,4 +1,5 @@
1SUMMARY = "Initramfs generator using udev" 1SUMMARY = "Initramfs generator using udev"
2HOMEPAGE = "https://dracut.wiki.kernel.org/index.php/Main_Page"
2DESCRIPTION = "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." 3DESCRIPTION = "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."
3 4
4LICENSE = "GPLv2" 5LICENSE = "GPLv2"