diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2014-12-26 15:13:17 -0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-12-31 16:32:30 +0100 |
| commit | a5a9697cf6b24ccfb588759798a08f36d1e67fc5 (patch) | |
| tree | 5811a2841508e8d1a456a80379a6752a754c5728 /meta-oe/recipes-benchmark/nbench-byte/nbench-byte_2.2.3.bb | |
| parent | f2833950bede6982a3cd761b92083d7be9ab33bf (diff) | |
| download | meta-openembedded-a5a9697cf6b24ccfb588759798a08f36d1e67fc5.tar.gz | |
nbench-byte: Fix license QA error
The license is not a common only and seems to be a 'free distribution'
license but without explicit rules about modification or similar. Due
that, we copied the license text from the README file and added it
onto nbench-byte license file.
This fixes following QA error:
,----
| WARNING: Recipe nbench-byte, LICENSE (freely distributable) has
| invalid format, LICENSES must have operator "([&|() ])" between
| them.
`----
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-benchmark/nbench-byte/nbench-byte_2.2.3.bb')
| -rw-r--r-- | meta-oe/recipes-benchmark/nbench-byte/nbench-byte_2.2.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-benchmark/nbench-byte/nbench-byte_2.2.3.bb b/meta-oe/recipes-benchmark/nbench-byte/nbench-byte_2.2.3.bb index a98d5075cd..2eedd7e313 100644 --- a/meta-oe/recipes-benchmark/nbench-byte/nbench-byte_2.2.3.bb +++ b/meta-oe/recipes-benchmark/nbench-byte/nbench-byte_2.2.3.bb | |||
| @@ -2,7 +2,7 @@ DESCRIPTION = "BYTE Magazine's native benchmarks (also called BYTEmark) \ | |||
| 2 | designed to expose the capabilities of a system's CPU, FPU, \ | 2 | designed to expose the capabilities of a system's CPU, FPU, \ |
| 3 | and memory system." | 3 | and memory system." |
| 4 | HOMEPAGE = "http://www.tux.org/~mayer/linux/" | 4 | HOMEPAGE = "http://www.tux.org/~mayer/linux/" |
| 5 | LICENSE = "freely distributable" | 5 | LICENSE = "nbench-byte" |
| 6 | LIC_FILES_CHKSUM = "file://README;beginline=57;endline=66;md5=020ef579f8fa5746b7e307a54707834f" | 6 | LIC_FILES_CHKSUM = "file://README;beginline=57;endline=66;md5=020ef579f8fa5746b7e307a54707834f" |
| 7 | SECTION = "console/utils" | 7 | SECTION = "console/utils" |
| 8 | 8 | ||
