diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-12-21 22:51:12 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-02 12:50:18 +0000 |
commit | e792f5470bbe23aa72c257eec5caa289da665d98 (patch) | |
tree | 8d642768f55c28abd91722df9de6493befafc2cb /meta/recipes-kernel | |
parent | cec8b230cf2b459dc47deeaa201dd13055b5fb9a (diff) | |
download | poky-e792f5470bbe23aa72c257eec5caa289da665d98.tar.gz |
Add missing SUMMARY values
These recipes all had a long DESCRIPTION but no SUMMARY; since the
SUMMARY is often displayed alone by package managers and the default
value ("${PN} version ${PV}") isn't particularly useful, we should
always try to set SUMMARY.
(From OE-Core rev: db02edd2e9d7645592933cbb25ea0ca4d6561392)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/kmod/kmod.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc index f8d5bac743..3eef69aed8 100644 --- a/meta/recipes-kernel/kmod/kmod.inc +++ b/meta/recipes-kernel/kmod/kmod.inc | |||
@@ -1,6 +1,7 @@ | |||
1 | # Copyright (C) 2012 Khem Raj <raj.khem@gmail.com> | 1 | # Copyright (C) 2012 Khem Raj <raj.khem@gmail.com> |
2 | # Released under the MIT license (see COPYING.MIT for the terms) | 2 | # Released under the MIT license (see COPYING.MIT for the terms) |
3 | 3 | ||
4 | SUMMARY = "Tools for managing Linux kernel modules" | ||
4 | DESCRIPTION = "kmod is a set of tools to handle common tasks with Linux kernel modules like \ | 5 | DESCRIPTION = "kmod is a set of tools to handle common tasks with Linux kernel modules like \ |
5 | insert, remove, list, check properties, resolve dependencies and aliases." | 6 | insert, remove, list, check properties, resolve dependencies and aliases." |
6 | HOMEPAGE = "http://packages.profusion.mobi/kmod/" | 7 | HOMEPAGE = "http://packages.profusion.mobi/kmod/" |