diff options
author | Robert Schuster <robertschuster@fsfe.org> | 2009-09-18 14:45:02 +0200 |
---|---|---|
committer | Robert Schuster <robertschuster@fsfe.org> | 2009-09-18 14:45:02 +0200 |
commit | 61af8065e555f57f697689f5092209b0f8f5b51a (patch) | |
tree | 242e408bb51ffa5334aff9c4cddc28682804d7ba /recipes/jakarta-libs/bsf-native_2.4.0.bb | |
parent | ff52f57646c898b7377cfda8d1365dc9e1ffe946 (diff) |
bsf 2.4.0: New recipe (from Jalimo SVN).
bsf-native 2.4.0: Dito.
Diffstat (limited to 'recipes/jakarta-libs/bsf-native_2.4.0.bb')
-rw-r--r-- | recipes/jakarta-libs/bsf-native_2.4.0.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/jakarta-libs/bsf-native_2.4.0.bb b/recipes/jakarta-libs/bsf-native_2.4.0.bb new file mode 100644 index 0000000000..9b3c1dd11c --- /dev/null +++ b/recipes/jakarta-libs/bsf-native_2.4.0.bb @@ -0,0 +1,8 @@ +require bsf_${PV}.bb + +S = "${WORKDIR}/bsf-${PV}" + +inherit java-native + +DEPENDS = "fastjar-native jacl-native commons-logging-native rhino-native xalan-j-native bcel-native" + |