From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH 2/2] recipes: drop '+' from LICENSE fields
Date: Tue, 10 May 2011 09:39:11 +0200 [thread overview]
Message-ID: <1305013151-17485-2-git-send-email-Martin.Jansa@gmail.com> (raw)
In-Reply-To: <1305013151-17485-1-git-send-email-Martin.Jansa@gmail.com>
* '+' 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 <Martin.Jansa@gmail.com>
---
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
next prev parent reply other threads:[~2011-05-10 7:42 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-10 7:39 [PATCH 1/2] recipes: fix LICENSE fields Martin Jansa
2011-05-10 7:39 ` Martin Jansa [this message]
2011-05-10 8:01 ` [PATCH 2/2] recipes: drop '+' from " Koen Kooi
2011-05-10 8:00 ` [PATCH 1/2] recipes: fix " Koen Kooi
2011-05-10 9:28 ` Phil Blundell
2011-05-10 9:36 ` Martin Jansa
2011-05-10 9:40 ` Phil Blundell
2011-05-12 16:39 ` Denys Dmytriyenko
2011-05-12 18:21 ` Martin Jansa
2011-05-12 20:32 ` Denys Dmytriyenko
2011-05-12 20:36 ` [OE-core] " Martin Jansa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1305013151-17485-2-git-send-email-Martin.Jansa@gmail.com \
--to=martin.jansa@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox