classpath-initial: fix libtool2 error
authorHenning Heinold <heinold@inf.fu-berlin.de>
Sat, 26 Jul 2008 20:18:39 +0000 (20:18 +0000)
committerHenning Heinold <heinold@inf.fu-berlin.de>
Sat, 26 Jul 2008 20:18:39 +0000 (20:18 +0000)
* when compiling with libtool2 config.rpath is needed and fix this error
libtool: link: unsupported hardcode properties
libtool: link: See the libtool documentation for more information.
libtool: link: Fatal configuration error.
* config.rpath is coming from gettext so let depend on it
* bump PR

packages/classpath/classpath-initial_0.93.bb

index 9e303f6..7c1b91e 100644 (file)
@@ -5,7 +5,7 @@ require classpath-native.inc
 
 DESCRIPTION="Java1.4-compatible GNU Classpath variant that is used as bootclasspath for jikes-native."
 
-PR = "r0"
+PR = "r2"
 
 DEPENDS = "zip-native fastjar-native jikes-native"
 
@@ -25,4 +25,3 @@ EXTRA_OECONF = "\
   --with-native-libdir=${STAGING_LIBDIR}/classpath-initial \
   --includedir=${STAGING_INCDIR}/classpath-initial \
   "
-