Commit 06c80107 authored by Arthur Gautier's avatar Arthur Gautier
Browse files

uboot: missing perl dependency

Depending on the configuration, perl might be required. Perl is used to
build the OID database, which is required for EFI secureboot (at
least).
parent 44f636f8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
, swig
, which
, python3
, perl
, armTrustedFirmwareAllwinner
, armTrustedFirmwareAllwinnerH6
, armTrustedFirmwareAllwinnerH616
@@ -88,6 +89,7 @@ let
      ]))
      swig
      which # for scripts/dtc-version.sh
      perl # for oid build (secureboot)
    ] ++ lib.optionals (!crossTools) toolsDeps;
    depsBuildBuild = [ buildPackages.stdenv.cc ];
    buildInputs = lib.optionals crossTools toolsDeps;