Source: arm-trusted-firmware
Severity: normal
Tags: patch

With the attached patch, the cross build succeeds.
I am not sure how this relates to #960166.
>From fd44befa16a28b60e15ba9a8e00fd75a854e9d68 Mon Sep 17 00:00:00 2001
From: Nicolas Boulenguez <nico...@debian.org>
Date: Sun, 28 Mar 2021 15:52:24 +0200
Subject: Fix dependencies allowing cross build of rk3399


diff --git a/debian/control b/debian/control
index cd2521c47..6deea90d9 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,8 @@ Priority: optional
 Maintainer: Vagrant Cascadian <vagr...@debian.org>
 Standards-Version: 4.5.1
 Build-Depends: debhelper-compat (= 13),
- gcc-arm-none-eabi [arm64],
- binutils-arm-none-eabi [arm64],
+ gcc-arm-none-eabi:native [arm64],
+ binutils-arm-none-eabi:native [arm64],
  libssl-dev <!pkg.arm-trusted-firmware.notools>,
 Rules-Requires-Root: no
 Homepage: https://www.trustedfirmware.org/

Reply via email to