diff options
Diffstat (limited to 'recipes/jcraft/jsch-native_0.1.40.bb')
-rw-r--r-- | recipes/jcraft/jsch-native_0.1.40.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/jcraft/jsch-native_0.1.40.bb b/recipes/jcraft/jsch-native_0.1.40.bb new file mode 100644 index 0000000000..a93fa76c7f --- /dev/null +++ b/recipes/jcraft/jsch-native_0.1.40.bb @@ -0,0 +1,8 @@ +require jsch_${PV}.bb + +S = "${WORKDIR}/jsch-${PV}" + +inherit java-native + +DEPENDS = "fastjar-native jzlib-native" +RDEPENDS = "" |