From eadff02771d0745c13f5f44c1dcde20b304d556a Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Sat, 26 Jul 2008 20:18:39 +0000 Subject: [PATCH] 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 --- packages/classpath/classpath-initial_0.93.bb | 3 +-- 1 file changed, 1 insertion(+), 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 \ " - -- 2.39.5