[oe] [oe-commits] org.oe.dev classpath-initial: fix libtool2 error

Robert Schuster theBohemian at gmx.net
Sun Jul 27 15:12:18 UTC 2008


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
>  }


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 260 bytes
Desc: OpenPGP digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20080727/8a4aee61/attachment-0002.sig>


More information about the Openembedded-devel mailing list