diff options
| author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-12-21 23:47:48 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-02 12:50:21 +0000 |
| commit | 2de5f44a6558628d8c6a275d9b584e8bbb4fa3ad (patch) | |
| tree | a104dd22b4db37e0cfeda79ebb88ade08131214e /meta/recipes-kernel | |
| parent | bc16384ef75a23df30eaa1ee8ba59ef55386344a (diff) | |
| download | poky-2de5f44a6558628d8c6a275d9b584e8bbb4fa3ad.tar.gz | |
linux-dummy: set reasonable DESCRIPTION
(From OE-Core rev: 2deb5211fdad0df501c3c2cdb0ed14caccb37ebe)
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/linux/linux-dummy.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux/linux-dummy.bb b/meta/recipes-kernel/linux/linux-dummy.bb index acf07e182f..bab1ac1c0c 100644 --- a/meta/recipes-kernel/linux/linux-dummy.bb +++ b/meta/recipes-kernel/linux/linux-dummy.bb | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | SECTION = "kernel" | 1 | SECTION = "kernel" |
| 2 | SUMMARY = "Dummy Linux kernel" | 2 | SUMMARY = "Dummy Linux kernel" |
| 3 | DESCRIPTION = "Dummy Linux kernel, to be selected as the preferred \ | ||
| 4 | provider for virtual/kernel to satisfy dependencies for situations \ | ||
| 5 | where you wish to build the kernel externally from the build system." | ||
| 3 | LICENSE = "GPLv2" | 6 | LICENSE = "GPLv2" |
| 4 | 7 | ||
| 5 | LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" | 8 | LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" |
