diff options
author | Scott Garman <scott.a.garman@intel.com> | 2011-12-18 15:06:57 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-19 09:24:19 +0000 |
commit | e8c194a627e091ef9da3b7fa83ea3897bd283d9e (patch) | |
tree | 26a4b8acdd82be2e63911c1504b510d7e74973b5 /meta/recipes-devtools/qemu | |
parent | f647d2cc1ee6cf84f4b9153bbe8a0c030668b1d0 (diff) | |
download | openembedded-core-e8c194a627e091ef9da3b7fa83ea3897bd283d9e.tar.gz openembedded-core-e8c194a627e091ef9da3b7fa83ea3897bd283d9e.tar.bz2 openembedded-core-e8c194a627e091ef9da3b7fa83ea3897bd283d9e.zip |
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 <scott.a.garman@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
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" |