All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [oe-commits] org.oe.dev classpath-initial: fix libtool2 error
       [not found] <20080726202735.E89F2189327@amethyst.openembedded.net>
@ 2008-07-26 20:26 ` Robert Schuster
  0 siblings, 0 replies; 3+ messages in thread
From: Robert Schuster @ 2008-07-26 20:26 UTC (permalink / raw)
  To: openembedded-devel, Henning Heinold

[-- Attachment #1: Type: text/plain, Size: 1199 bytes --]

Hi Henning,
nice you found it finally!

woglinde2 commit schrieb:
> 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	dcbd137250c9fd6e2ca0ca88afc7404e9ede289c
> +++ packages/classpath/classpath-initial_0.93.bb	e8d4723f96ff6828015eafcabc845d6122cf304f
> @@ -5,7 +5,7 @@ DESCRIPTION="Java1.4-compatible GNU Clas
>  
>  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 \
>    "
> -
> 
But I do not see any dramatic changes here ... ?!?

Regards
Robert


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 268 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [oe-commits] org.oe.dev classpath-initial: fix libtool2 error
       [not found] <20080727150318.ADD3B189328@amethyst.openembedded.net>
@ 2008-07-27 15:12 ` Robert Schuster
  2008-07-27 17:35 ` Robert Schuster
  1 sibling, 0 replies; 3+ messages in thread
From: Robert Schuster @ 2008-07-27 15:12 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1042 bytes --]

woglinde2 commit schrieb:
> classpath-initial: fix libtool2 error
this should have read

classpath-native: fix libtool2 error

instead :)

> --- packages/classpath/classpath-native.inc	f1053899930127b54417bca6f25818bdf90a200e
> +++ packages/classpath/classpath-native.inc	1ac43332aef0a8c639c3aca49bc3319d0ced8273
> @@ -6,7 +6,7 @@ SRC_URI = "${GNU_MIRROR}/classpath/class
>  
>  SRC_URI = "${GNU_MIRROR}/classpath/classpath-${PV}.tar.gz"
>  
> -DEPENDS = "ecj-initial fastjar-native zip-native"
> +DEPENDS = "ecj-initial fastjar-native zip-nativei gettext-native"
>  
>  inherit autotools native
>  
> @@ -29,7 +29,13 @@ EXTRA_OECONF = "\
>    --includedir=${STAGING_INCDIR}/classpath \
>    --with-vm=java \
>    "
> +# hack to get config.rpath in, it comes from gettext
> +do_configure_prepend () {
>  
> +        ${@['','cp ${STAGING_DATADIR}/automake-1.10/config.rpath ${S}'][bb.data.getVar('PREFERRED_VERSION_automake-native',d,1) == '1.10']}
> +
> +}
> +
>  do_stage() {
>  	oe_runmake install
>  }



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 268 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [oe-commits] org.oe.dev classpath-initial: fix libtool2 error
       [not found] <20080727150318.ADD3B189328@amethyst.openembedded.net>
  2008-07-27 15:12 ` [oe-commits] org.oe.dev classpath-initial: fix libtool2 error Robert Schuster
@ 2008-07-27 17:35 ` Robert Schuster
  1 sibling, 0 replies; 3+ messages in thread
From: Robert Schuster @ 2008-07-27 17:35 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 297 bytes --]

Hi,

woglinde2 commit schrieb:
> -DEPENDS = "ecj-initial fastjar-native zip-native"
> +DEPENDS = "ecj-initial fastjar-native zip-nativei gettext-native"
                                                   ^
This introduced a typo.

I am committing a fix ASAP.

Regards
Robert






[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 268 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-07-27 17:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20080727150318.ADD3B189328@amethyst.openembedded.net>
2008-07-27 15:12 ` [oe-commits] org.oe.dev classpath-initial: fix libtool2 error Robert Schuster
2008-07-27 17:35 ` Robert Schuster
     [not found] <20080726202735.E89F2189327@amethyst.openembedded.net>
2008-07-26 20:26 ` Robert Schuster

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.