aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Schuster <robertschuster@fsfe.org>2009-07-15 14:21:26 +0200
committerRobert Schuster <robertschuster@fsfe.org>2009-07-15 15:05:50 +0200
commitfc837c1ce38162fc0c3a35744a8f00415625b32f (patch)
tree1e0d8069455a3f744ffdc65c4473e35c9c2a4880
parent9e0c1b0b11715aadb8d6cd3363d5804161ba6859 (diff)
downloadopenembedded-fc837c1ce38162fc0c3a35744a8f00415625b32f.tar.gz
classpath.inc: Added 'inherit java'.
-rw-r--r--recipes/classpath/classpath.inc2
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 () {