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>
This commit is contained in:
Paul Eggleton 2015-10-11 19:36:36 +01:00 committed by Richard Purdie
parent 19e1a73064
commit 0a30a1fd3f
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
DESCRIPTION = "Yocto Kernel"
SUMMARY = "Linux kernel"
SECTION = "kernel"
LICENSE = "GPLv2"