diff options
author | Robert Schuster <robertschuster@fsfe.org> | 2010-08-04 11:10:47 +0200 |
---|---|---|
committer | Robert Schuster <robertschuster@fsfe.org> | 2010-08-04 11:23:23 +0200 |
commit | fb352eddb0c1356a03cb304ae40d3d67077de521 (patch) | |
tree | 960c08ea5426e1a1d8800160bb254a3cbbbb6c81 | |
parent | f5324690cfdfcbd92663da8060a14cce7b1f3f3d (diff) |
xalan-j-native: Deleted.
xalan-j: BBCLASSEXTEND="native"-ified.
-rw-r--r-- | recipes/xalan-j/xalan-j-native_2.7.1.bb | 9 | ||||
-rw-r--r-- | recipes/xalan-j/xalan-j_2.7.1.bb | 12 |
2 files changed, 10 insertions, 11 deletions
diff --git a/recipes/xalan-j/xalan-j-native_2.7.1.bb b/recipes/xalan-j/xalan-j-native_2.7.1.bb deleted file mode 100644 index c71a4054e8..0000000000 --- a/recipes/xalan-j/xalan-j-native_2.7.1.bb +++ /dev/null @@ -1,9 +0,0 @@ -require xalan-j_${PV}.bb - -DEPENDS = "\ - fastjar-native \ - xerces-j-native regexp-native jlex-native cup-native jaxp1.3-native bcel-native \ - " - -inherit java-native - diff --git a/recipes/xalan-j/xalan-j_2.7.1.bb b/recipes/xalan-j/xalan-j_2.7.1.bb index 49426dfea7..df9e78d98f 100644 --- a/recipes/xalan-j/xalan-j_2.7.1.bb +++ b/recipes/xalan-j/xalan-j_2.7.1.bb @@ -3,9 +3,14 @@ LICENSE = "AL2.0" AUTHOR = "Apache Software Foundation" HOMEPAGE = "http://xml.apache.org/xalan-j -PR = "r1" +PR = "r2" DEPENDS = "fastjar-native xerces-j regexp jlex cup jaxp1.3 bcel" +DEPENDS = "\ + fastjar-native \ + xerces-j-native regexp-native jlex-native cup-native jaxp1.3-native bcel-native \ + " + SRC_URI = "\ http://archive.apache.org/dist/xml/${BPN}/${BPN}_2_7_1-src.tar.gz;name=archive \ @@ -51,8 +56,11 @@ PACKAGES = "libxalan2-serializer-java ${JPN}" FILES_libxalan2-serializer-java = "${datadir_java}/serializer*.jar" - SRC_URI[archive.md5sum] = "fc805051f0fe505c7a4b1b5c8db9b9e3" SRC_URI[archive.sha256sum] = "fa52aa629bb882335d45d67401d270c3f21b5131aaea005ac0d4590f2ce8b043" SRC_URI[bsf.md5sum] = "7e58b2a009c0f70ab36bbef420b25c07" SRC_URI[bsf.sha256sum] = "5ab58cf5738c144f4d85a4a442c2f33be2c4c502dca6e29e0c570c2a51ae6ae9" + +NATIVE_INSTALL_WORKS = "1" +BBCLASSEXTEND = "native" + |