Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • S strip-nondeterminism
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Reproducible BuildsReproducible Builds
  • strip-nondeterminism
  • Merge requests
  • !1

Add missing use statements in uimage handler (fixes error on use)

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Evgueni Souleimanov requested to merge esoule-guest/strip-nondeterminism:hotfix-handler-uimage-zip into master Jun 06, 2018
  • Overview 1
  • Commits 2
  • Pipelines 0
  • Changes 2

Add missing use statements in uimage handler.

Fixes this error:

$ strip-nondeterminism -T 123123123 Linux-1001.uImage
strip-nondeterminism: Linux-1001.uImage: Undefined subroutine
    &Archive::Zip::computeCRC32 called at
    /usr/share/perl5/File/StripNondeterminism/handlers/uimage.pm line 50.

Error shows up when trying to use strip-nondeterminism script, but does not show up in "make test" during build.

Also, add missing use statements in bflt handler.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: hotfix-handler-uimage-zip