diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2014-12-26 15:13:17 -0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-01-28 08:59:26 +0100 |
commit | e9e625145f6dd86f4ec1c34b3c22111054fedb6b (patch) | |
tree | c490e35e93df47aa9133bba8428cee8ea07bc86a | |
parent | 7f48d8a54c121953db402f12186e60e651d4ba03 (diff) | |
download | meta-openembedded-e9e625145f6dd86f4ec1c34b3c22111054fedb6b.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>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-oe/licenses/nbench-byte | 10 | ||||
-rw-r--r-- | meta-oe/recipes-benchmark/nbench-byte/nbench-byte_2.2.3.bb | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/meta-oe/licenses/nbench-byte b/meta-oe/licenses/nbench-byte new file mode 100644 index 000000000..7e47ba62b --- /dev/null +++ b/meta-oe/licenses/nbench-byte | |||
@@ -0,0 +1,10 @@ | |||
1 | THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR | ||
2 | IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES | ||
3 | OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. | ||
4 | IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, | ||
5 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT | ||
6 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | ||
7 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | ||
8 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
9 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | ||
10 | THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
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 a98d5075c..2eedd7e31 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 | ||