From a1f89a780e9900c168c165e4120cf13c21de6c0f Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 19 Aug 2010 14:15:53 +0200 Subject: xalan-j: fix non-native DEPENDS Signed-off-by: Martin Jansa --- recipes/xalan-j/xalan-j_2.7.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/xalan-j') 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 \ " -- cgit 1.2.3-korg