diff options
Diffstat (limited to 'recipes/xalan-j/xalan-j_2.7.1.bb')
-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 \ " |