Add binutils dependency

Fixes RPi-Distro/repo#156
This commit is contained in:
Serge Schneider
2019-11-07 14:21:43 +00:00
parent b3d30efa59
commit 2a6e2c0bf8
2 changed files with 9 additions and 1 deletions

8
debian/changelog vendored
View File

@@ -1,3 +1,11 @@
rpi-eeprom (2.2-2) UNRELEASED; urgency=medium
[ Serge Schneider ]
* Add binutils dependency
- https://github.com/RPi-Distro/repo/issues/156
-- Serge Schneider <serge@raspberrypi.org> Thu, 07 Nov 2019 14:19:46 +0000
rpi-eeprom (2.2-1) buster; urgency=medium rpi-eeprom (2.2-1) buster; urgency=medium
[ MilhouseVH ] [ MilhouseVH ]

2
debian/control vendored
View File

@@ -11,7 +11,7 @@ Vcs-Git: https://github.com/raspberrypi/rpi-eeprom.git
Package: rpi-eeprom Package: rpi-eeprom
Architecture: all Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, rpi-eeprom-images, libraspberrypi-bin, Depends: ${shlibs:Depends}, ${misc:Depends}, rpi-eeprom-images, libraspberrypi-bin,
python, raspberrypi-bootloader (>= 1.20190819) python, binutils, raspberrypi-bootloader (>= 1.20190819)
Recommends: flashrom Recommends: flashrom
Description: Raspberry Pi 4 boot EEPROM updater Description: Raspberry Pi 4 boot EEPROM updater
Checks whether the Raspberry Pi bootloader EEPROM is up-to-date and updates Checks whether the Raspberry Pi bootloader EEPROM is up-to-date and updates