From: Paul Eggleton Date: Sun, 11 Oct 2015 18:36:36 +0000 (+0100) Subject: linux-yocto.inc: set SUMMARY instead of DESCRIPTION X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~28432 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d655e2407267ed91e371e078e9a9a10183e3d62;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git linux-yocto.inc: set SUMMARY instead of DESCRIPTION We only have a short description, so set SUMMARY and DESCRIPTION will be defaulted from it. Signed-off-by: Paul Eggleton Signed-off-by: Ross Burton --- diff --git a/meta/recipes-kernel/linux/linux-yocto.inc b/meta/recipes-kernel/linux/linux-yocto.inc index 81ffa24d054..e0524de27ed 100644 --- a/meta/recipes-kernel/linux/linux-yocto.inc +++ b/meta/recipes-kernel/linux/linux-yocto.inc @@ -1,4 +1,4 @@ -DESCRIPTION = "Yocto Kernel" +SUMMARY = "Linux kernel" SECTION = "kernel" LICENSE = "GPLv2"