All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-java][master][pyro][PATCH] inetlib: cleanup and fix RSS regression
@ 2017-05-21 22:58 Tim Orling
  0 siblings, 0 replies; only message in thread
From: Tim Orling @ 2017-05-21 22:58 UTC (permalink / raw)
  To: openembedded-devel

- Add SUMMARY and expand DESCRIPTION
- Move SRC_URI checksums to recommended location in recipe
- Drop PR, no longer required
- Add virtual/javac-native and classpath-initial-native
  to DEPENDS for RSS

Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
---
 recipes-core/classpathx/inetlib_1.1.1.bb | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/recipes-core/classpathx/inetlib_1.1.1.bb b/recipes-core/classpathx/inetlib_1.1.1.bb
index e42a650..9146c9e 100644
--- a/recipes-core/classpathx/inetlib_1.1.1.bb
+++ b/recipes-core/classpathx/inetlib_1.1.1.bb
@@ -1,15 +1,24 @@
-DESCRIPTION = "A Java library of clients for common internet protocols"
+SUMMARY = "A Java library of clients for common internet protocols"
+DESCRIPTION = "GNU Classpath inetlib is an extension library to provide \
+extra network protocol support for GNU Classpath and ClasspathX project, \
+but it can also used standalone to add http, imap, pop3 and smtp client \
+support applications. \
+"
 AUTHOR = "GNU Classpath"
 HOMEPAGE = "http://gnu.org/software/classpath/inetlib.html"
 LICENSE = "GPL-2.0-with-GCC-exception"
-PR = "r1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
 
 SRC_URI = "http://ftp.gnu.org/gnu/classpath/${BP}.tar.gz \
            file://datadir_java.patch \
            file://inetlib-missing-dependency-for-util_classes.patch \
           "
+SRC_URI[md5sum] = "aaa24be4bc8d172ac675be8bdfa636ee"
+SRC_URI[sha256sum] = "1b078a39e022f86e4e2c8189b4d2789a5da414e8f1cb285587b7800b950a44de"
 
+DEPENDS = "classpath-initial-native \
+           virtual/javac-native \
+"
 inherit java-library autotools
 
 JPN = "libgnuinet-java"
@@ -25,8 +34,4 @@ do_compile() {
   oe_runmake JARDIR=${datadir_java} inetlib_jar=${JARFILENAME}
 }
 
-SRC_URI[md5sum] = "aaa24be4bc8d172ac675be8bdfa636ee"
-SRC_URI[sha256sum] = "1b078a39e022f86e4e2c8189b4d2789a5da414e8f1cb285587b7800b950a44de"
-
 BBCLASSEXTEND = "native"
-
-- 
2.9.4



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-05-21 22:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-21 22:58 [meta-java][master][pyro][PATCH] inetlib: cleanup and fix RSS regression Tim Orling

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.