diff options
author | Robert Schuster <robertschuster@fsfe.org> | 2009-07-15 14:21:26 +0200 |
---|---|---|
committer | Robert Schuster <robertschuster@fsfe.org> | 2009-07-15 15:05:50 +0200 |
commit | fc837c1ce38162fc0c3a35744a8f00415625b32f (patch) | |
tree | 1e0d8069455a3f744ffdc65c4473e35c9c2a4880 /recipes/classpath | |
parent | 9e0c1b0b11715aadb8d6cd3363d5804161ba6859 (diff) |
classpath.inc: Added 'inherit java'.
Diffstat (limited to 'recipes/classpath')
-rw-r--r-- | recipes/classpath/classpath.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/classpath/classpath.inc b/recipes/classpath/classpath.inc index 06e236ca60..ab47635d78 100644 --- a/recipes/classpath/classpath.inc +++ b/recipes/classpath/classpath.inc @@ -33,7 +33,7 @@ EXTRA_OECONF = "\ --with-antlr-jar=${STAGING_DATADIR_JAVA_NATIVE}/antlr.jar \ " -inherit autotools +inherit autotools java do_configure_prepend () { |