diff options
author | Robert Schuster <robertschuster@fsfe.org> | 2009-09-18 14:17:18 +0200 |
---|---|---|
committer | Robert Schuster <robertschuster@fsfe.org> | 2009-09-18 14:17:18 +0200 |
commit | 02d7af7ebb75a90929200905cfb6d3f8b07dbd11 (patch) | |
tree | 4a1a480beb13a014fee8b901a03a18984416a309 /recipes/jcraft/jzlib-native_1.0.7.bb | |
parent | 4fa1b8b0741b8d1bc1ce11cef98e1d284a1fd6ef (diff) |
jsch 0.1.40: New recipe (from Jalimo SVN).
jsch-native 0.1.40: Dito.
jzlib 1.0.7: Dito.
jzlib-native 1.0.7: Dito.
Diffstat (limited to 'recipes/jcraft/jzlib-native_1.0.7.bb')
-rw-r--r-- | recipes/jcraft/jzlib-native_1.0.7.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes/jcraft/jzlib-native_1.0.7.bb b/recipes/jcraft/jzlib-native_1.0.7.bb new file mode 100644 index 0000000000..e430a15cf9 --- /dev/null +++ b/recipes/jcraft/jzlib-native_1.0.7.bb @@ -0,0 +1,6 @@ +require jzlib_${PV}.bb + +S = "${WORKDIR}/jzlib-${PV}" + +inherit java-native + |