diff options
| author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2015-10-11 19:36:36 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-11-16 11:39:37 +0000 |
| commit | 0a30a1fd3fc283305f6f3327081cadeefc10e597 (patch) | |
| tree | cee6b163f58af4564a6e1b14b60fb9934e46e09f | |
| parent | 19e1a7306408fabd5d2f778c5940cec45fc64fa3 (diff) | |
| download | poky-0a30a1fd3fc283305f6f3327081cadeefc10e597.tar.gz | |
linux-yocto.inc: set SUMMARY instead of DESCRIPTION
We only have a short description, so set SUMMARY and DESCRIPTION
will be defaulted from it.
(From OE-Core rev: 1d655e2407267ed91e371e078e9a9a10183e3d62)
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-kernel/linux/linux-yocto.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto.inc b/meta/recipes-kernel/linux/linux-yocto.inc index 81ffa24d05..e0524de27e 100644 --- a/meta/recipes-kernel/linux/linux-yocto.inc +++ b/meta/recipes-kernel/linux/linux-yocto.inc | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | DESCRIPTION = "Yocto Kernel" | 1 | SUMMARY = "Linux kernel" |
| 2 | SECTION = "kernel" | 2 | SECTION = "kernel" |
| 3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
| 4 | 4 | ||
