diff options
author | Robert Schuster <robertschuster@fsfe.org> | 2009-09-18 14:01:28 +0200 |
---|---|---|
committer | Robert Schuster <robertschuster@fsfe.org> | 2009-09-18 14:01:28 +0200 |
commit | 6c6d824e983eeab87607c36a4da3ec18d698d116 (patch) | |
tree | 32f7f239d750da8c14b5ef536fa1d3dd78d988b4 /recipes/xalan-j/xalan-j-native_2.7.1.bb | |
parent | f4a8de9123820855fcb4efd1a1755ead587a7fa7 (diff) |
xalan-j 2.7.1: New recipe (from Jalimo SVN).
xalan-j-native 2.7.1: Dito.
Diffstat (limited to 'recipes/xalan-j/xalan-j-native_2.7.1.bb')
-rw-r--r-- | recipes/xalan-j/xalan-j-native_2.7.1.bb | 14 |
1 files changed, 14 insertions, 0 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 new file mode 100644 index 0000000000..371362a286 --- /dev/null +++ b/recipes/xalan-j/xalan-j-native_2.7.1.bb @@ -0,0 +1,14 @@ +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 + + +do_install_append() { + : +} + |