summaryrefslogtreecommitdiffstats
path: root/recipes-core/classpathx
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/classpathx')
-rw-r--r--recipes-core/classpathx/gnujaf_1.1.1.bb4
-rw-r--r--recipes-core/classpathx/gnumail_1.1.2.bb3
-rw-r--r--recipes-core/classpathx/inetlib_1.1.1.bb3
3 files changed, 7 insertions, 3 deletions
diff --git a/recipes-core/classpathx/gnujaf_1.1.1.bb b/recipes-core/classpathx/gnujaf_1.1.1.bb
index 962496d..d6b9e0f 100644
--- a/recipes-core/classpathx/gnujaf_1.1.1.bb
+++ b/recipes-core/classpathx/gnujaf_1.1.1.bb
@@ -1,8 +1,10 @@
1DESCRIPTION = "Provides a mean to type data and locate components suitable for performing various kinds of action on it." 1DESCRIPTION = "Provides a mean to type data and locate components suitable for performing various kinds of action on it."
2AUTHOR = "GNU ClasspathX" 2AUTHOR = "GNU ClasspathX"
3LICENSE = "GPL+libraryexception" 3LICENSE = "GPL-2.0-with-GCC-exception"
4LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" 4LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
5 5
6PR = "r1"
7
6SRC_URI = "http://ftp.gnu.org/gnu/classpathx/activation-${PV}.tar.gz \ 8SRC_URI = "http://ftp.gnu.org/gnu/classpathx/activation-${PV}.tar.gz \
7 file://datadir_java.patch \ 9 file://datadir_java.patch \
8 " 10 "
diff --git a/recipes-core/classpathx/gnumail_1.1.2.bb b/recipes-core/classpathx/gnumail_1.1.2.bb
index 4cdee2b..3a67e5e 100644
--- a/recipes-core/classpathx/gnumail_1.1.2.bb
+++ b/recipes-core/classpathx/gnumail_1.1.2.bb
@@ -1,6 +1,7 @@
1DESCRIPTION = "GNU's free implementation of the JavaMail API specification" 1DESCRIPTION = "GNU's free implementation of the JavaMail API specification"
2AUTHOR = "GNU ClasspathX" 2AUTHOR = "GNU ClasspathX"
3LICENSE = "GPL+libraryexception" 3LICENSE = "GPL-2.0-with-GCC-exception"
4PR = "r1"
4LIC_FILES_CHKSUM = "file://COPYING;md5=14bc6ee8b2e2b409be599212867d126e" 5LIC_FILES_CHKSUM = "file://COPYING;md5=14bc6ee8b2e2b409be599212867d126e"
5 6
6SRC_URI = "http://ftp.gnu.org/gnu/classpathx/mail-${PV}.tar.gz \ 7SRC_URI = "http://ftp.gnu.org/gnu/classpathx/mail-${PV}.tar.gz \
diff --git a/recipes-core/classpathx/inetlib_1.1.1.bb b/recipes-core/classpathx/inetlib_1.1.1.bb
index 9e507c0..f078e33 100644
--- a/recipes-core/classpathx/inetlib_1.1.1.bb
+++ b/recipes-core/classpathx/inetlib_1.1.1.bb
@@ -1,7 +1,8 @@
1DESCRIPTION = "A Java library of clients for common internet protocols" 1DESCRIPTION = "A Java library of clients for common internet protocols"
2AUTHOR = "GNU Classpath" 2AUTHOR = "GNU Classpath"
3HOMEPAGE = "http://gnu.org/software/classpath/inetlib.html" 3HOMEPAGE = "http://gnu.org/software/classpath/inetlib.html"
4LICENSE = "GPL+libraryexception" 4LICENSE = "GPL-2.0-with-GCC-exception"
5PR = "r1"
5LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" 6LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
6 7
7SRC_URI = "http://ftp.gnu.org/gnu/classpath/${BP}.tar.gz \ 8SRC_URI = "http://ftp.gnu.org/gnu/classpath/${BP}.tar.gz \