summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/grub
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2010-09-27 19:11:11 -0500
committerRichard Purdie <rpurdie@linux.intel.com>2010-10-11 22:15:37 +0100
commitdaa21c1e0a306c45f06c6fe6adb5fe1d6a90070c (patch)
tree1f724e588d6220f5f73cccaec9b96b95636acf91 /meta/recipes-bsp/grub
parentfa647b91768a151988f57036dfeff9a0846d6f61 (diff)
downloadpoky-daa21c1e0a306c45f06c6fe6adb5fe1d6a90070c.tar.gz
recipes-bsp: Cleanup package descriptions and summaries
[BUGID #281] Evaluate and update each package in recipes-bsp to ensure they have a consistent summary and description. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'meta/recipes-bsp/grub')
-rw-r--r--meta/recipes-bsp/grub/grub_0.97.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-bsp/grub/grub_0.97.bb b/meta/recipes-bsp/grub/grub_0.97.bb
index 6b6b5b0c29..d1eb645544 100644
--- a/meta/recipes-bsp/grub/grub_0.97.bb
+++ b/meta/recipes-bsp/grub/grub_0.97.bb
@@ -1,4 +1,7 @@
1DESCRIPTION = "GRUB is the GRand Unified Bootloader." 1SUMMARY = "GRUB is the GRand Unified Bootloader"
2DESCRIPTION = "GRUB is a GPLed bootloader intended to unify bootloading across x86 \
3operating systems. In addition to loading the Linux kernel, it implements the Multiboot \
4standard, which allows for flexible loading of multiple boot images."
2HOMEPAGE = "http://www.gnu.org/software/grub/" 5HOMEPAGE = "http://www.gnu.org/software/grub/"
3SECTION = "bootloaders" 6SECTION = "bootloaders"
4PRIORITY = "optional" 7PRIORITY = "optional"