canonical / pc-gadget

The gadget snap for Personal Computers using 64bit Intel or AMD processors
GNU General Public License v3.0
31 stars 73 forks source link

snapcraft.yaml: allow building outside of launchpad with old binaries #63

Closed alfonsosanchezbeato closed 2 years ago

alfonsosanchezbeato commented 2 years ago

The measurements in 2.06 grub are currently incorrect, force using focal binaries, without requirement to specify archive in launchpad /+snap/ page such that one can build the gadget locally correctly too.

Also remove all unused dependencies. And it is no longer required to stage build-deps, instead of build-depend on them, as they are no longer conflicting with anything installed on the host.

Fixes #57

Backport from 00ea33892ff0b258d2e4136d7b911a9c8ce0605d

alfonsosanchezbeato commented 2 years ago

Part of this was also in https://github.com/snapcore/pc-amd64-gadget/pull/52