diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-06-04 17:40:10 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-06-04 17:40:10 +0000 |
commit | 3260b1adc171b715a1c9d6a83581ba1383a1f69b (patch) | |
tree | 4460dbb0c477f0e26c6c393e3b013c9437ab1bca /packages/kaffe/kaffeh-native_cvs.bb | |
parent | d999cab16801368e0132e7fc575e78d9a2b7df25 (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/06/04 19:22:01+02:00 handhelds.org!CoreDump
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into handhelds.org:/home/mhentges/OpenEmbedded/bitbake/openembedded
2005/06/04 19:21:43+02:00 handhelds.org!CoreDump
ipkg.conf (tosa): s/mnt/media
2005/06/04 19:12:55+02:00 dyndns.org!reenoo
kaffe (kaffeh-native): add --without-gmp to EXTRA_OECONF to avoid relying on a native gmp.
2005/06/04 19:01:10+02:00 handhelds.org!CoreDump
Add propper ipkg destinations for poodle
BKrev: 42a1e77aE-9M14lRXoWEIa1SIVXtKA
Diffstat (limited to 'packages/kaffe/kaffeh-native_cvs.bb')
-rw-r--r-- | packages/kaffe/kaffeh-native_cvs.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/kaffe/kaffeh-native_cvs.bb b/packages/kaffe/kaffeh-native_cvs.bb index 8108e9615d..c8fb560baa 100644 --- a/packages/kaffe/kaffeh-native_cvs.bb +++ b/packages/kaffe/kaffeh-native_cvs.bb @@ -1,5 +1,6 @@ PV = "1.1.5+cvs${CVSDATE}" DEFAULT_PREFERENCE = "-1" +PR = "r1" SRC_URI = "cvs://readonly:readonly@cvs.kaffe.org/cvs/kaffe;module=kaffe" S = "${WORKDIR}/kaffe" @@ -13,6 +14,7 @@ EXTRA_OECONF = "--disable-alsatest \ --disable-sound \ --with-jikes \ --without-classpath-gtk-awt \ + --without-gmp \ --disable-native-awt \ --disable-sound \ --without-x \ |