From 79cf530cd26381f67813f186904f83550bc73f0c Mon Sep 17 00:00:00 2001 From: Sergei Reznikov Date: Fri, 27 Oct 2017 17:00:41 +0300 Subject: [PATCH] u_boot_tools: add missing BUILD_PREREQUIRES --- dev-embedded/u_boot_tools/u_boot_tools-2012.10.recipe | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-embedded/u_boot_tools/u_boot_tools-2012.10.recipe b/dev-embedded/u_boot_tools/u_boot_tools-2012.10.recipe index 1e5d8cce3..6b8a174f5 100644 --- a/dev-embedded/u_boot_tools/u_boot_tools-2012.10.recipe +++ b/dev-embedded/u_boot_tools/u_boot_tools-2012.10.recipe @@ -1,7 +1,7 @@ SUMMARY="Utilities for working with 'Das U-Boot'" DESCRIPTION="This package includes the mkimage program, which allows generation of U-Boot images in various formats." -HOMEPAGE="http://www.denx.de/wiki/U-Boot/Documentation" +HOMEPAGE="https://www.denx.de/wiki/U-Boot/Documentation/" COPYRIGHT="2003 - 2012 U-Boot" LICENSE="GNU GPL v2" REVISION="2" @@ -25,6 +25,8 @@ BUILD_REQUIRES=" haiku_devel " BUILD_PREREQUIRES=" + cmd:awk + cmd:cmp cmd:gcc cmd:make "