[oe-commits] Martin Jansa : xalan-j: fix non-native DEPENDS

git version control git at git.openembedded.org
Thu Aug 19 12:28:06 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: a1f89a780e9900c168c165e4120cf13c21de6c0f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a1f89a780e9900c168c165e4120cf13c21de6c0f

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Aug 19 14:15:53 2010 +0200

xalan-j: fix non-native DEPENDS

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 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 df9e78d..585b5f3 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 \
 	"





More information about the Openembedded-commits mailing list