[oe] [meta-oe][PATCH 01/12] nbench-byte: Fix license QA error

akuster808 akuster808 at gmail.com
Fri Dec 26 19:26:02 UTC 2014


Otavio,
Thanks.

I just saw this this morning.

- armin

On 12/26/2014 11:21 AM, Otavio Salvador wrote:
> 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 at ossystems.com.br>
> ---
>   meta-oe/licenses/nbench-byte                               | 10 ++++++++++
>   meta-oe/recipes-benchmark/nbench-byte/nbench-byte_2.2.3.bb |  2 +-
>   2 files changed, 11 insertions(+), 1 deletion(-)
>   create mode 100644 meta-oe/licenses/nbench-byte
>
> diff --git a/meta-oe/licenses/nbench-byte b/meta-oe/licenses/nbench-byte
> new file mode 100644
> index 0000000..7e47ba6
> --- /dev/null
> +++ b/meta-oe/licenses/nbench-byte
> @@ -0,0 +1,10 @@
> +THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
> +IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
> +OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
> +IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
> +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
> +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
> +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
> +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
> +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
> +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 a98d507..2eedd7e 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) \
>   designed to expose the capabilities of a system's CPU, FPU, \
>   and memory system."
>   HOMEPAGE = "http://www.tux.org/~mayer/linux/"
> -LICENSE = "freely distributable"
> +LICENSE = "nbench-byte"
>   LIC_FILES_CHKSUM = "file://README;beginline=57;endline=66;md5=020ef579f8fa5746b7e307a54707834f"
>   SECTION = "console/utils"
>
>



More information about the Openembedded-devel mailing list