diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-19 14:15:53 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-19 14:17:35 +0200 |
commit | a1f89a780e9900c168c165e4120cf13c21de6c0f (patch) | |
tree | 61cca7e7f04db8f50f3b66f32f2a3e9d737e50e3 | |
parent | 42715655fbd21598e9ebaa47d4751aaaa9dd1a76 (diff) |
xalan-j: fix non-native DEPENDS
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes/xalan-j/xalan-j_2.7.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/xalan-j/xalan-j_2.7.1.bb b/recipes/xalan-j/xalan-j_2.7.1.bb index df9e78d98f..585b5f39d4 100644 --- a/recipes/xalan-j/xalan-j_2.7.1.bb +++ b/recipes/xalan-j/xalan-j_2.7.1.bb @@ -3,10 +3,10 @@ LICENSE = "AL2.0" AUTHOR = "Apache Software Foundation" HOMEPAGE = "http://xml.apache.org/xalan-j -PR = "r2" +PR = "r3" DEPENDS = "fastjar-native xerces-j regexp jlex cup jaxp1.3 bcel" -DEPENDS = "\ +DEPENDS_virtclass-native = "\ fastjar-native \ xerces-j-native regexp-native jlex-native cup-native jaxp1.3-native bcel-native \ " |