diff options
Diffstat (limited to 'recipes/xalan-j')
-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" + |