From 3918402ea146a93747170de3a3fd266ec89e521f Mon Sep 17 00:00:00 2001 From: André Draszik Date: Wed, 25 Apr 2018 16:02:58 +0100 Subject: classpath: harmonise -native and -initial-native recipes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit removing lots of code-duplication Signed-off-by: André Draszik Tested-by: Richard Leitner Signed-off-by: Richard Leitner --- recipes-core/classpath/classpath-native.inc | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) (limited to 'recipes-core/classpath/classpath-native.inc') diff --git a/recipes-core/classpath/classpath-native.inc b/recipes-core/classpath/classpath-native.inc index 6a56337..b1de458 100644 --- a/recipes-core/classpath/classpath-native.inc +++ b/recipes-core/classpath/classpath-native.inc @@ -1,6 +1,7 @@ SUMMARY = "GNU Classpath standard Java libraries - For native Java-dependent programs" HOMEPAGE = "http://www.gnu.org/software/classpath/" LICENSE = "GPL-2.0 & SAX-PD" +LIC_FILES_CHKSUM = "file://COPYING;md5=af0004801732bc4b20d90f351cf80510" DEPENDS = "fastjar-native zip-native" @@ -14,17 +15,13 @@ export JAVA="${STAGING_BINDIR_NATIVE}/java-initial" export JAVAC="${STAGING_BINDIR_NATIVE}/ecj-initial" export JAVACFLAGS="-nowarn" -EXTRA_OECONF = " \ - --with-glibj \ - --enable-local-sockets \ - --disable-Werror \ - --disable-alsa \ - --disable-gconf-peer \ - --disable-gtk-peer \ - --disable-plugin \ - --disable-dssi \ - --disable-gjdoc \ - --disable-examples \ - --enable-tools \ - --includedir=${STAGING_INCDIR}/classpath \ - " +EXTRA_OECONF = "\ + --with-glibj \ + --disable-Werror \ + --disable-alsa \ + --disable-gconf-peer \ + --disable-gtk-peer \ + --disable-plugin \ + --disable-dssi \ + --disable-examples \ +" -- cgit v1.2.3-54-g00ecf