diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2015-10-11 20:48:04 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-11-16 11:36:58 +0000 |
commit | 71d1d180d6fdad900b9e2f20d7394907e8e454df (patch) | |
tree | 4876804edab911b6f99a9c6199a1083f7f51d42f /meta/recipes-devtools/fdisk | |
parent | 3e81d209fd8c76fce5bee19acb591483c1335119 (diff) | |
download | openembedded-core-71d1d180d6fdad900b9e2f20d7394907e8e454df.tar.gz openembedded-core-71d1d180d6fdad900b9e2f20d7394907e8e454df.tar.bz2 openembedded-core-71d1d180d6fdad900b9e2f20d7394907e8e454df.zip |
gptfdisk: add SUMMARY
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/fdisk')
-rw-r--r-- | meta/recipes-devtools/fdisk/gptfdisk_1.0.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/fdisk/gptfdisk_1.0.0.bb b/meta/recipes-devtools/fdisk/gptfdisk_1.0.0.bb index f4b0e32aac..a4cc846495 100644 --- a/meta/recipes-devtools/fdisk/gptfdisk_1.0.0.bb +++ b/meta/recipes-devtools/fdisk/gptfdisk_1.0.0.bb @@ -1,3 +1,4 @@ +SUMMARY = "Utility for modifying GPT disk partitioning" DESCRIPTION = "GPT fdisk is a disk partitioning tool loosely modeled on Linux fdisk, but used for modifying GUID Partition Table (GPT) disks. The related FixParts utility fixes some common problems on Master Boot Record (MBR) disks." LICENSE = "GPLv2" |