From e8c194a627e091ef9da3b7fa83ea3897bd283d9e Mon Sep 17 00:00:00 2001 From: Scott Garman Date: Sun, 18 Dec 2011 15:06:57 -0800 Subject: Add missing SUMMARY fields to various recipes This adds the SUMMARY field to the following recipes which were missing it: * dosfstools * grep * icu * libevent * libnfsidmap * qemu-helper-nativesdk Signed-off-by: Scott Garman Signed-off-by: Richard Purdie --- meta/recipes-devtools/dosfstools/dosfstools_2.11.bb | 2 +- meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'meta/recipes-devtools') diff --git a/meta/recipes-devtools/dosfstools/dosfstools_2.11.bb b/meta/recipes-devtools/dosfstools/dosfstools_2.11.bb index ec75ac9250..eca54f1870 100644 --- a/meta/recipes-devtools/dosfstools/dosfstools_2.11.bb +++ b/meta/recipes-devtools/dosfstools/dosfstools_2.11.bb @@ -1,7 +1,7 @@ # dosfstools OE build file # Copyright (C) 2004-2006, Advanced Micro Devices, Inc. All Rights Reserved # Released under the MIT license (see packages/COPYING) - +SUMMARY = "DOS FAT Filesystem Utilities" DESCRIPTION = "DOS FAT Filesystem Utilities" SECTION = "base" diff --git a/meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb b/meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb index a3dca3d958..df0cae068e 100644 --- a/meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb +++ b/meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb @@ -1,4 +1,5 @@ -DESCRIPTION = "Qemu helper scripts from Poky" +SUMMARY = "Qemu helper scripts" +DESCRIPTION = "Qemu helper scripts" LICENSE = "GPLv2" RDEPENDS_${PN} = "qemu-nativesdk" PR = "r9" -- cgit v1.2.3