[oe-commits] org.oe.dev classpath-native 0.97.2: Removed automake <1.10 incompatible part from autotools patch

thebohemian commit oe at amethyst.openembedded.net
Wed Sep 3 08:29:21 UTC 2008


classpath-native 0.97.2: Removed automake <1.10 incompatible part from autotools patch
 - added patch to fix bug in java.util.DecimalFormat
classpath-minimal 0.97.2: Dito.
classpath 0.97.2: Dito.

Author: thebohemian at openembedded.org
Branch: org.openembedded.dev
Revision: 4bf3d585c38329ddf1bf7279a2a91e68bf2ac8e7
ViewMTN: http://monotone.openembedded.org/revision/info/4bf3d585c38329ddf1bf7279a2a91e68bf2ac8e7
Files:
1
packages/classpath/classpath-0.97.2/autotools.patch
packages/classpath/classpath-minimal-0.97.2/autotools.patch
packages/classpath/classpath-minimal_0.97.2.bb
packages/classpath/classpath-native-0.97.2/autotools.patch
packages/classpath/classpath-native_0.97.2.bb
packages/classpath/classpath_0.97.2.bb
packages/classpath/files/autotools.patch
Diffs:

#
# mt diff -rfb263edc3e69fefb103d13cd5b7526b3448a04ba -r4bf3d585c38329ddf1bf7279a2a91e68bf2ac8e7
#
#
#
# patch "packages/classpath/classpath-0.97.2/autotools.patch"
#  from [15a07b0bb24cef4fd53371e4bf6d37b9fe655d44]
#    to [662f977a6cb3e548d0a9a62342762c0081ed9907]
# 
# patch "packages/classpath/classpath-minimal-0.97.2/autotools.patch"
#  from [15a07b0bb24cef4fd53371e4bf6d37b9fe655d44]
#    to [662f977a6cb3e548d0a9a62342762c0081ed9907]
# 
# patch "packages/classpath/classpath-minimal_0.97.2.bb"
#  from [cc6670b99fd590bf0ad74fa09447b184313fc008]
#    to [fe0236b7b3c70cfc9ae4ae7c9162e46c136eb1ef]
# 
# patch "packages/classpath/classpath-native-0.97.2/autotools.patch"
#  from [15a07b0bb24cef4fd53371e4bf6d37b9fe655d44]
#    to [662f977a6cb3e548d0a9a62342762c0081ed9907]
# 
# patch "packages/classpath/classpath-native_0.97.2.bb"
#  from [a757f77768377156889b4b9e0147b2d651b9d4fd]
#    to [537d513b9558846909bfcff51984e4dacdc7b586]
# 
# patch "packages/classpath/classpath_0.97.2.bb"
#  from [d8ccab26ac79ea713973f6b5f066aba811994ccb]
#    to [002223e29d941c20e5c67e5abd59a0367f5f759a]
# 
# patch "packages/classpath/files/autotools.patch"
#  from [992d914461d1639cf26021da1a05d3889e8f25b6]
#    to [fbbd792dae2b11d9f52dc64bc2beeda2325f4f8a]
#
============================================================
--- packages/classpath/classpath-0.97.2/autotools.patch	15a07b0bb24cef4fd53371e4bf6d37b9fe655d44
+++ packages/classpath/classpath-0.97.2/autotools.patch	662f977a6cb3e548d0a9a62342762c0081ed9907
@@ -11,16 +11,3 @@ Index: classpath-0.97.2/configure.ac
  dnl -----------------------------------------------------------
  dnl Enable collections.jar (disabled by default)
  dnl -----------------------------------------------------------
-Index: classpath-0.97.2/Makefile.am
-===================================================================
---- classpath-0.97.2.orig/Makefile.am	2008-06-01 20:47:05.000000000 +0200
-+++ classpath-0.97.2/Makefile.am	2008-08-02 00:58:39.004023720 +0200
-@@ -5,7 +5,7 @@
- DIST_SUBDIRS = lib doc external include native resource scripts tools examples
- 
- # Allow users to pass site-specific flags to autoreconf via an env var. 
--ACLOCAL_AMFLAGS = -I m4 ${LOCAL_AUTORECONF_FLAGS}
-+ACLOCAL_AMFLAGS = -I m4 --install ${LOCAL_AUTORECONF_FLAGS}
- 
- native: lib
- 
============================================================
--- packages/classpath/classpath-minimal-0.97.2/autotools.patch	15a07b0bb24cef4fd53371e4bf6d37b9fe655d44
+++ packages/classpath/classpath-minimal-0.97.2/autotools.patch	662f977a6cb3e548d0a9a62342762c0081ed9907
@@ -11,16 +11,3 @@ Index: classpath-0.97.2/configure.ac
  dnl -----------------------------------------------------------
  dnl Enable collections.jar (disabled by default)
  dnl -----------------------------------------------------------
-Index: classpath-0.97.2/Makefile.am
-===================================================================
---- classpath-0.97.2.orig/Makefile.am	2008-06-01 20:47:05.000000000 +0200
-+++ classpath-0.97.2/Makefile.am	2008-08-02 00:58:39.004023720 +0200
-@@ -5,7 +5,7 @@
- DIST_SUBDIRS = lib doc external include native resource scripts tools examples
- 
- # Allow users to pass site-specific flags to autoreconf via an env var. 
--ACLOCAL_AMFLAGS = -I m4 ${LOCAL_AUTORECONF_FLAGS}
-+ACLOCAL_AMFLAGS = -I m4 --install ${LOCAL_AUTORECONF_FLAGS}
- 
- native: lib
- 
============================================================
--- packages/classpath/classpath-minimal_0.97.2.bb	cc6670b99fd590bf0ad74fa09447b184313fc008
+++ packages/classpath/classpath-minimal_0.97.2.bb	fe0236b7b3c70cfc9ae4ae7c9162e46c136eb1ef
@@ -6,9 +6,10 @@ SRC_URI += "\
   file://javanet-local.patch;patch=1;pnum=0 \
   file://ecj_java_dir.patch;patch=1 \
   file://autotools.patch;patch=1 \
+  file://decimalformat.patch;patch=1 \
   "
 
-PR = "r1"
+PR = "r2"
 
 PROVIDES = "${PN} classpath"
 
============================================================
--- packages/classpath/classpath-native-0.97.2/autotools.patch	15a07b0bb24cef4fd53371e4bf6d37b9fe655d44
+++ packages/classpath/classpath-native-0.97.2/autotools.patch	662f977a6cb3e548d0a9a62342762c0081ed9907
@@ -11,16 +11,3 @@ Index: classpath-0.97.2/configure.ac
  dnl -----------------------------------------------------------
  dnl Enable collections.jar (disabled by default)
  dnl -----------------------------------------------------------
-Index: classpath-0.97.2/Makefile.am
-===================================================================
---- classpath-0.97.2.orig/Makefile.am	2008-06-01 20:47:05.000000000 +0200
-+++ classpath-0.97.2/Makefile.am	2008-08-02 00:58:39.004023720 +0200
-@@ -5,7 +5,7 @@
- DIST_SUBDIRS = lib doc external include native resource scripts tools examples
- 
- # Allow users to pass site-specific flags to autoreconf via an env var. 
--ACLOCAL_AMFLAGS = -I m4 ${LOCAL_AUTORECONF_FLAGS}
-+ACLOCAL_AMFLAGS = -I m4 --install ${LOCAL_AUTORECONF_FLAGS}
- 
- native: lib
- 
============================================================
--- packages/classpath/classpath-native_0.97.2.bb	a757f77768377156889b4b9e0147b2d651b9d4fd
+++ packages/classpath/classpath-native_0.97.2.bb	537d513b9558846909bfcff51984e4dacdc7b586
@@ -1,6 +1,6 @@ require classpath-native.inc
 require classpath-native.inc
 
-PR = "r1"
+PR = "r2"
 
 # The code affected by the javanet-local patch
 # is usually not compiled. However if someone changes
@@ -12,5 +12,6 @@ SRC_URI += "\
   file://sun-security-getproperty_0.96.1.patch;patch=1;pnum=0 \
   file://ecj_java_dir.patch;patch=1 \
   file://autotools.patch;patch=1 \
+  file://decimalformat.patch;patch=1 \
   "
 
============================================================
--- packages/classpath/classpath_0.97.2.bb	d8ccab26ac79ea713973f6b5f066aba811994ccb
+++ packages/classpath/classpath_0.97.2.bb	002223e29d941c20e5c67e5abd59a0367f5f759a
@@ -6,9 +6,10 @@ SRC_URI += "\
   file://javanet-local.patch;patch=1;pnum=0 \
   file://ecj_java_dir.patch;patch=1 \
   file://autotools.patch;patch=1 \
+  file://decimalformat.patch;patch=1 \
   "
 
-PR = "r2"
+PR = "r3"
 
 DEPENDS += "gtk+ gconf libxtst"
 
============================================================
--- packages/classpath/files/autotools.patch	992d914461d1639cf26021da1a05d3889e8f25b6
+++ packages/classpath/files/autotools.patch	fbbd792dae2b11d9f52dc64bc2beeda2325f4f8a
@@ -22,16 +22,3 @@ Index: classpath-0.93/configure.ac
  
  # Handle -Werror default case.
  if test "$ENABLE_WERROR" = default; then
-Index: classpath-0.93/Makefile.am
-===================================================================
---- classpath-0.93.orig/Makefile.am	2006-02-08 08:35:30.000000000 +0100
-+++ classpath-0.93/Makefile.am	2008-08-24 21:45:42.405241264 +0200
-@@ -4,7 +4,7 @@
- SUBDIRS = lib doc external include native resource scripts tools $(EXAMPLESDIR)
- DIST_SUBDIRS = lib doc external include native resource scripts tools examples
- 
--ACLOCAL_AMFLAGS = -I m4
-+ACLOCAL_AMFLAGS = -I m4 --install
- 
- native: lib
- 






More information about the Openembedded-commits mailing list