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:39:37 +0000 |
commit | 1460e01165be9dcd22dcc3d15cd596b09dbc98d9 (patch) | |
tree | 0c8d82fc8f6b9c3f2496f5cee3cf1a0a2d310d5e | |
parent | 0821c36fedf3e084c09ec9c6f8897246e4f7897b (diff) | |
download | poky-1460e01165be9dcd22dcc3d15cd596b09dbc98d9.tar.gz |
gptfdisk: add SUMMARY
(From OE-Core rev: 71d1d180d6fdad900b9e2f20d7394907e8e454df)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 @@ | |||
1 | SUMMARY = "Utility for modifying GPT disk partitioning" | ||
1 | 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." | 2 | 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." |
2 | 3 | ||
3 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |