diff options
author | Runar Borge <runar@borge.nu> | 2020-08-06 23:02:21 +0200 |
---|---|---|
committer | Runar Borge <runar@borge.nu> | 2020-08-06 23:02:21 +0200 |
commit | 9cadc00814fc3945f2eee279bb91e2bc5feb1142 (patch) | |
tree | 8fb20ff1461660a9e7f27463d5a93c4b9cd30b92 /debian | |
parent | 9700f15d75f399e2a9633038b735b58fb387fb66 (diff) | |
download | vyatta-cfg-system-9cadc00814fc3945f2eee279bb91e2bc5feb1142.tar.gz vyatta-cfg-system-9cadc00814fc3945f2eee279bb91e2bc5feb1142.zip |
T2765: arm: vyatta-cfg-system is dependent on a amd64 only package
The vyatta-cfg-system package is dependent on the grub-efi-amd64-bin package to be installed.
This makes it unable to be built for any other platform as the package is amd64 only.
This commit changes the dependency to be a amd64 dependency only, thouse it will not be present on other architectures
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 694728cb..71c620a4 100644 --- a/debian/control +++ b/debian/control @@ -47,7 +47,7 @@ Depends: adduser, libpam-cap, efibootmgr, libefivar0 | libefivar1, - grub-efi-amd64-bin, + grub-efi-amd64-bin [amd64], dosfstools, gdisk, vyatta-biosdevname |