[Angstrom-devel] [review] java fix, was: Re: Backport candidates from .dev
Koen Kooi
k.kooi at student.utwente.nl
Sat Jan 26 14:03:39 CET 2008
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Paul Sokolovsky schreef:
| Hello Koen,
|
| Thursday, January 24, 2008, 6:17:07 PM, you wrote:
|
|> -----BEGIN PGP SIGNED MESSAGE-----
|> Hash: SHA1
|
|> Koen Kooi schreef:
|> | Hi,
|> |
|> | There are some interesting updates in .dev that would benefit going
into
|> | the stable branch:
|> |
|> | * java updates
|
|> The list AIUI:
|
|> for i in cacao classpath ecj jamvm jikes midpath swt ; do mtn log $i
|> - --to df475b842adf853bad8285bda460dd5b55117eb2 --no-graph --no-merges
| - --diffs ; done >> /tmp/java.diff.txt
|
| +1 for me for general idea of merging java updates, but I personally
| haven't had chance to build them in .dev ;-(
Probably because it needs:
- -----------------------------------------------------------------
Revision: 48a5a24441ca8ef506373371dd1a3c11512ba34b
Ancestor: 777f9fe3192390497983f92b9ab2b754d398f006
Author: koen at openembedded.org
Date: 2008-01-26T12:56:08
Branch: org.openembedded.dev
Modified files:
~ packages/fastjar/fastjar-native_0.95.bb
ChangeLog:
fastjar: install binaries instead of libtool wrappers to make it rm_work
safe
============================================================
- --- packages/fastjar/fastjar-native_0.95.bb
3c4528fae3a802f047b2afe2a77ec390f93bba35
+++ packages/fastjar/fastjar-native_0.95.bb
e8b2518397f26189342735a6379ed887085b5cd9
@@ -1,9 +1,11 @@ LICENSE = "GPL"
~ DESCRIPTION = "jar replacement written in C."
~ HOMEPAGE = "http://savannah.nongnu.org/projects/fastjar/"
~ SECTION = "devel"
~ PRIORITY = "optional"
~ LICENSE = "GPL"
+PR = "r1"
+
~ DEPENDS = "zlib-native"
~ SRC_URI =
"http://download.savannah.nongnu.org/releases/fastjar/fastjar-${PV}.tar.gz"
@@ -20,7 +22,8 @@ do_stage() {
~ }
~ do_stage() {
+ #we should teach autotools.bbclass:autotools_stage_all() about
${STAGING_BINDIR}
~ install -d ${STAGING_BINDIR}
- - install -m 755 fastjar ${STAGING_BINDIR}/fastjar
- - install -m 755 grepjar ${STAGING_BINDIR}
+ install -m 755 .libs/fastjar ${STAGING_BINDIR}/fastjar
+ install -m 755 .libs/grepjar ${STAGING_BINDIR}
~ }
Can we put this in the stable branch as well?
regards,
Koen
- --
koen at dominion.kabel.utwente.nl will go go away in december 2007, please
use k.kooi at student.utwente.nl instead.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFHmy+rMkyGM64RGpERAj8BAKCVo/mB/8OHJTG8QlQB3yAI6MZftwCeJJ1d
k3ouCC3IHvD0sKCS81sU6MY=
=4lpL
-----END PGP SIGNATURE-----
More information about the Angstrom-distro-devel
mailing list