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_1.1.5.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_1.1.5.bb')
-rw-r--r-- | packages/kaffe/kaffeh-native_1.1.5.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/kaffe/kaffeh-native_1.1.5.bb b/packages/kaffe/kaffeh-native_1.1.5.bb index 1a268dddbb..764631955d 100644 --- a/packages/kaffe/kaffeh-native_1.1.5.bb +++ b/packages/kaffe/kaffeh-native_1.1.5.bb @@ -1,5 +1,6 @@ SRC_URI = "http://www.kaffe.org/ftp/pub/kaffe/v1.1.x-development/kaffe-${PV}.tar.gz" S = "${WORKDIR}/kaffe-${PV}" +PR = "r1" include kaffe.inc @@ -10,6 +11,7 @@ EXTRA_OECONF = "--disable-alsatest \ --disable-sound \ --with-jikes \ --without-classpath-gtk-awt \ + --without-gmp \ --disable-native-awt \ --disable-sound \ --without-x \ |