mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
u_boot_tools: add missing BUILD_PREREQUIRES
This commit is contained in:
@@ -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
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user