java-package: Fix support for ARM
1 unresolved thread
1 unresolved thread
The oracle java8 package for ARM are now named based on the architecture, including the 32|64 bit notation. Fix the regex to find the package names correctly while retaining support for older packages.
Merge request reports
Activity
186 186 java_browser_plugin="java-browser-plugin, " 187 187 depends="\${shlibs:Depends}" 188 188 if [ "${DEB_BUILD_ARCH:0:3}" = "arm" -a "${j2se_arch}" != "arm-vfp-hflt" ]; then 189 # ARM is only softfloat ATM so if building on armhf 190 # force the dependencies to pickup cross platform fu 191 if [ "${DEB_BUILD_ARCH}" == "armhf" ]; then 192 depends="libc6-armel, libsfgcc1, libsfstdc++6" 193 fi changed this line in version 2 of the diff
Please squash with 78e402b8 - java-package: Fix support for ARM - Fix 1
Please register or sign in to reply