From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-fx0-f47.google.com ([209.85.161.47]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1QJha7-0004G2-HE for openembedded-devel@lists.openembedded.org; Tue, 10 May 2011 09:42:12 +0200 Received: by mail-fx0-f47.google.com with SMTP id 19so4633355fxm.6 for ; Tue, 10 May 2011 00:39:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references; bh=cRaavi6BTCUB8QQ1RrDBqDQhNGkNCvQzZYtgGfKWvGU=; b=dnZYdbebMG6/EYdDNF+arDhv9DyjJQ4HTPaSRRMjnyGsGGXj6RgD1J4A4mqdURGkVz lgyO4blPuJQmSSj299gHWVkL+GgmwGRRQPaXckgthJlu9qmT0FwQ1LLN2UVnS0ORSIK2 oI0HRkhTKBNkxFX8xGZA9VOlw8pjntZMlXb3I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; b=vOIK94lYyilh4sxjQeUd1wd5oCybaqyRs3hzMuTqVNHE9P9f82fCgmHNM62RmyJNGl RufIE4q+F/S+O9ndrgOFG8AT793Y/RTlCce95A6WrKHrLzcZteprSoLG15NFJfvnX1oi DYqAO/Ll0zR8eRwMHf53dVQXV0IiuVe+8vUnc= Received: by 10.223.127.210 with SMTP id h18mr933062fas.71.1305013168689; Tue, 10 May 2011 00:39:28 -0700 (PDT) Received: from localhost ([94.230.152.115]) by mx.google.com with ESMTPS id o10sm1304812faa.19.2011.05.10.00.39.27 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 10 May 2011 00:39:28 -0700 (PDT) From: Martin Jansa To: openembedded-devel@lists.openembedded.org Date: Tue, 10 May 2011 09:39:11 +0200 Message-Id: <1305013151-17485-2-git-send-email-Martin.Jansa@gmail.com> X-Mailer: git-send-email 1.7.5.rc3 In-Reply-To: <1305013151-17485-1-git-send-email-Martin.Jansa@gmail.com> References: <1305013151-17485-1-git-send-email-Martin.Jansa@gmail.com> Subject: [PATCH 2/2] recipes: drop '+' from LICENSE fields X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 May 2011 07:42:12 -0000 * '+' is valid folder name, so it does not break distribute_sources like & does, but still tmp/deploy/sources/+ folder doesn't make sense at all * PR was bumped only when white-spaces were removed from LICENSE field causing sources to be stored in different folder (classpathx recipes) Signed-off-by: Martin Jansa --- recipes/classpathx/gnujaf_1.1.1.bb | 4 ++-- recipes/classpathx/gnumail_1.1.2.bb | 4 ++-- recipes/classpathx/inetlib_1.1.1.bb | 4 ++-- recipes/gpe-themes/gpe-theme-e17_0.1.bb | 2 +- recipes/hwdata/hwdata_0.191.bb | 2 +- recipes/sdr/soft66_git.bb | 2 +- recipes/tesseract/tesseract_1.0.bb | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/recipes/classpathx/gnujaf_1.1.1.bb b/recipes/classpathx/gnujaf_1.1.1.bb index e0dfd24..94560ea 100644 --- a/recipes/classpathx/gnujaf_1.1.1.bb +++ b/recipes/classpathx/gnujaf_1.1.1.bb @@ -1,5 +1,5 @@ DESCRIPTION = "Provides a mean to type data and locate components suitable for performing various kinds of action on it." -LICENSE = "GPL + library exception" +LICENSE = "GPL+libraryexception" AUTHOR = "GNU ClasspathX" SRC_URI = "\ @@ -12,7 +12,7 @@ inherit autotools java-library S = "${WORKDIR}/activation-${PV}" -PR = "r1" +PR = "r2" export JAVAC = "javac" diff --git a/recipes/classpathx/gnumail_1.1.2.bb b/recipes/classpathx/gnumail_1.1.2.bb index 3eab0f6..0c3afd8 100644 --- a/recipes/classpathx/gnumail_1.1.2.bb +++ b/recipes/classpathx/gnumail_1.1.2.bb @@ -1,5 +1,5 @@ DESCRIPTION = "GNU's free implementation of the JavaMail API specification" -LICENSE = "GPL + library exception" +LICENSE = "GPL+libraryexception" AUTHOR = "GNU ClasspathX" SRC_URI = "\ @@ -14,7 +14,7 @@ S = "${WORKDIR}/mail-${PV}" DEPENDS = "fastjar-native gnujaf inetlib" DEPENDS_virtclass-native = "fastjar-native gnujaf-native inetlib-native" -PR = "r1" +PR = "r2" export JAVAC = "${STAGING_BINDIR_NATIVE}/javac" export JAVA = "${STAGING_BINDIR_NATIVE}/java" diff --git a/recipes/classpathx/inetlib_1.1.1.bb b/recipes/classpathx/inetlib_1.1.1.bb index 9377d6d..7d8e89d 100644 --- a/recipes/classpathx/inetlib_1.1.1.bb +++ b/recipes/classpathx/inetlib_1.1.1.bb @@ -1,5 +1,5 @@ DESCRIPTION = "A Java library of clients for common internet protocols" -LICENSE = "GPL + library exception" +LICENSE = "GPL+libraryexception" AUTHOR = "GNU Classpath" HOMEPAGE = "http://gnu.org/software/classpath/inetlib.html" @@ -12,7 +12,7 @@ inherit java-library autotools DEPENDS = "fastjar-native" -PR = "r1" +PR = "r2" JPN = "libgnuinet-java" diff --git a/recipes/gpe-themes/gpe-theme-e17_0.1.bb b/recipes/gpe-themes/gpe-theme-e17_0.1.bb index bf29f9b..9b76007 100644 --- a/recipes/gpe-themes/gpe-theme-e17_0.1.bb +++ b/recipes/gpe-themes/gpe-theme-e17_0.1.bb @@ -1,5 +1,5 @@ DESCRIPTION = "GTK+ enlightenment theme adjusted for GPE" -LICENSE = "MIT + GPL" +LICENSE = "MIT GPL" PR = "r1" #it doesn't really depends on it, but it's nice to make OE build it diff --git a/recipes/hwdata/hwdata_0.191.bb b/recipes/hwdata/hwdata_0.191.bb index 527efdf..e94d997 100644 --- a/recipes/hwdata/hwdata_0.191.bb +++ b/recipes/hwdata/hwdata_0.191.bb @@ -1,5 +1,5 @@ DESCRIPTION = "This package contains various hardware identification and configuration data, such as the pci.ids database, or the XFree86/xorg Cards database. It's needed for the kudzu hardware detection." -LICENSE = "GPL + X11" +LICENSE = "GPL X11" PR = "r1" diff --git a/recipes/sdr/soft66_git.bb b/recipes/sdr/soft66_git.bb index 8955d1e..7aa827f 100644 --- a/recipes/sdr/soft66_git.bb +++ b/recipes/sdr/soft66_git.bb @@ -1,5 +1,5 @@ DESCRIPTION = "Library and tools for Soft66ADD and related SDR radio receivers" -LICENSE = "GPLv3 + LGPLv3" +LICENSE = "GPLv3 LGPLv3" DEPENDS = "libftdi" diff --git a/recipes/tesseract/tesseract_1.0.bb b/recipes/tesseract/tesseract_1.0.bb index 762eb95..de20403 100644 --- a/recipes/tesseract/tesseract_1.0.bb +++ b/recipes/tesseract/tesseract_1.0.bb @@ -1,5 +1,5 @@ DESCRIPTION = "A commercial quality OCR engine " -LICENSE = "APL + others" +LICENSE = "APL others" DEPENDS = "tiff" -- 1.7.5.rc3