aboutsummaryrefslogtreecommitdiffstats
path: root/packages/classpath
diff options
context:
space:
mode:
authornslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>2005-02-22 17:40:25 +0000
committernslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>2005-02-22 17:40:25 +0000
commitf213ea34fa9a032569c2ad4b4b360146e52ab880 (patch)
tree73b727397d89dd1fe91f61ea7fd182a239ad73b5 /packages/classpath
parent6e5e0de0ef48b3df53d687197af3a563f64217fc (diff)
downloadopenembedded-f213ea34fa9a032569c2ad4b4b360146e52ab880.tar.gz
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/02/22 18:22:20+01:00 hrw.one.pl!hrw Merge bk://oe-devel@oe-devel.bkbits.net/openembedded/ into home.hrw.one.pl:/home/hrw/zaurus/bb/openembedded 2005/02/22 18:22:02+01:00 hrw.one.pl!hrw kdepimpi updated to 2.0.11 2005/02/22 18:21:38+01:00 hrw.one.pl!hrw kphonepi updated to 1.0.0 2005/02/22 18:06:36+01:00 dyndns.org!reenoo classpath: fix RPEDENPDS. 2005/02/22 17:49:38+01:00 dyndns.org!reenoo Merge oe-devel@oe-devel.bkbits.net:openembedded into sugarcube.dyndns.org:/home2/oe/bakery/openembedded 2005/02/22 17:48:58+01:00 dyndns.org!reenoo classpath: add missing patch. BKrev: 421b6e89qJkPi7kp3XbPsrtOPov7aA
Diffstat (limited to 'packages/classpath')
-rw-r--r--packages/classpath/classpath_0.13.bb23
-rw-r--r--packages/classpath/files/disable-automake-checks.patch0
2 files changed, 23 insertions, 0 deletions
diff --git a/packages/classpath/classpath_0.13.bb b/packages/classpath/classpath_0.13.bb
index e69de29bb2..e6f30a2178 100644
--- a/packages/classpath/classpath_0.13.bb
+++ b/packages/classpath/classpath_0.13.bb
@@ -0,0 +1,23 @@
+DESCRIPTION = "GNU Classpath standard Java libraries"
+HOMEPAGE = "http://www.gnu.org/software/classpath/"
+LICENSE = "Classpath"
+PRIORITY = "optional"
+MAINTAINER = "Rene Wagner <rw@handhelds.org>"
+SECTION = "libs"
+PR = "r1"
+
+DEPENDS = "glib-2.0 gtk+ libart-lgpl pango jikes-native"
+RDEPENDS_${PN} = "${PN}-common (${PV})"
+
+SRC_URI = "${GNU_MIRROR}/${PN}/${P}.tar.gz \
+ file://disable-automake-checks.patch;patch=1"
+
+inherit autotools
+
+EXTRA_OECONF = "--with-jikes"
+
+PACKAGES += " ${PN}-common ${PN}-examples"
+
+FILES_${PN} = "${libdir}/${PN}"
+FILES_${PN}-common = "${datadir}/${PN}/glibj.zip"
+FILES_${PN}-examples = "${datadir}/${PN}/examples"
diff --git a/packages/classpath/files/disable-automake-checks.patch b/packages/classpath/files/disable-automake-checks.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/classpath/files/disable-automake-checks.patch