chiark / gitweb /
Explicit openjdk package install
authorCiaran Gultnieks <ciaran@ciarang.com>
Tue, 4 Jun 2013 21:40:58 +0000 (22:40 +0100)
committerCiaran Gultnieks <ciaran@ciarang.com>
Tue, 4 Jun 2013 21:40:58 +0000 (22:40 +0100)
For whatever reason, 32 bit needs this even though 64 bit doesn't -
otherwise it can't find the jdk.

buildserver/cookbooks/fdroidbuild-general/recipes/default.rb

index 2da58d2cd74b00db56edec1d3070a401cc3e731b..d7b42c78f82fc9cfb511bb56a269ae3bd8bab9d4 100644 (file)
@@ -1,5 +1,5 @@
 
-%w{ant ant-contrib autoconf autopoint bison cmake expect libtool libssl1.0.0 libssl-dev maven javacc python git-core mercurial subversion bzr git-svn make perlmagick pkg-config zip ruby rubygems librmagick-ruby yasm}.each do |pkg|
+%w{ant ant-contrib autoconf autopoint bison cmake expect libtool libssl1.0.0 libssl-dev maven openjdk-7-jdk javacc python git-core mercurial subversion bzr git-svn make perlmagick pkg-config zip ruby rubygems librmagick-ruby yasm}.each do |pkg|
   package pkg do
     action :install
   end