From: Paul Eggleton Date: Sat, 21 Dec 2013 23:47:48 +0000 (+0000) Subject: linux-dummy: set reasonable DESCRIPTION X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~35013 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2deb5211fdad0df501c3c2cdb0ed14caccb37ebe;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git linux-dummy: set reasonable DESCRIPTION Signed-off-by: Paul Eggleton --- diff --git a/meta/recipes-kernel/linux/linux-dummy.bb b/meta/recipes-kernel/linux/linux-dummy.bb index acf07e182f1..bab1ac1c0c6 100644 --- a/meta/recipes-kernel/linux/linux-dummy.bb +++ b/meta/recipes-kernel/linux/linux-dummy.bb @@ -1,5 +1,8 @@ SECTION = "kernel" SUMMARY = "Dummy Linux kernel" +DESCRIPTION = "Dummy Linux kernel, to be selected as the preferred \ +provider for virtual/kernel to satisfy dependencies for situations \ +where you wish to build the kernel externally from the build system." LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe"