diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2008-07-26 20:18:39 +0000 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2008-07-26 20:18:39 +0000 |
commit | eadff02771d0745c13f5f44c1dcde20b304d556a (patch) | |
tree | f9880e6e9c807bd4c9a1cd19fc27ac87f5939705 /packages/classpath/classpath-initial_0.93.bb | |
parent | 7913144a091601b778fa8bcbccf6b9fa0edf92f2 (diff) |
classpath-initial: fix libtool2 error
* 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
Diffstat (limited to 'packages/classpath/classpath-initial_0.93.bb')
-rw-r--r-- | packages/classpath/classpath-initial_0.93.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/classpath/classpath-initial_0.93.bb b/packages/classpath/classpath-initial_0.93.bb index 9e303f6eba..7c1b91eb20 100644 --- a/packages/classpath/classpath-initial_0.93.bb +++ b/packages/classpath/classpath-initial_0.93.bb @@ -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 \ " - |