diff options
author | Marcin Juszkiewicz <marcin@buglabs.net> | 2009-07-02 14:02:00 +0200 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-07-02 17:42:43 +0200 |
commit | 33e3a38aa15042126c6bfc50358800dac59d028b (patch) | |
tree | 196d2b167d595e0c8ba54b92708f5c53e2595742 /recipes/classpath/classpath_0.98.bb | |
parent | 9c3ffea91c078e92def02d7c3658b23fea12e608 (diff) |
classpath: depend on gmp (for libjavamath) and do not use system one
Diffstat (limited to 'recipes/classpath/classpath_0.98.bb')
-rw-r--r-- | recipes/classpath/classpath_0.98.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/classpath/classpath_0.98.bb b/recipes/classpath/classpath_0.98.bb index 292c49ff1a..13f7a72b44 100644 --- a/recipes/classpath/classpath_0.98.bb +++ b/recipes/classpath/classpath_0.98.bb @@ -4,9 +4,10 @@ SRC_URI += "\ file://SimpleName.diff;patch=1;pnum=0 \ file://ecj_java_dir.patch;patch=1 \ file://autotools.patch;patch=1 \ + file://fix-gmp.patch;patch=1 \ " -PR = "r0" +PR = "r1" DEPENDS += "gtk+ gconf libxtst" |