diff options
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 6dc1e9e28b..ce695b34ea 100644 --- a/recipes/classpath/classpath_0.98.bb +++ b/recipes/classpath/classpath_0.98.bb @@ -5,9 +5,10 @@ SRC_URI += "\ file://ecj_java_dir.patch;patch=1 \ file://autotools.patch;patch=1 \ file://fix-gmp.patch;patch=1 \ + file://toolwrapper-exithook.patch;patch=1 \ " -PR = "r2" +PR = "r3" DEPENDS += "gtk+ gconf libxtst" |