Skip to content
Snippets Groups Projects

java-package: Fix support for ARM

Open Richard Ruigrok requested to merge rruigrok-guest/java-package:fix_for_arm into master
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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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
  • added 1 commit

    • 78e402b8 - java-package: Fix support for ARM - Fix 1

    Compare with previous version

  • Please squash with 78e402b8 - java-package: Fix support for ARM - Fix 1

  • Hi Emmanuel,

    Could you specify what is needed to move this forward?

    Thanks, Richard.

  • Please register or sign in to reply
    Loading