blob: b330dca8af193c7d00ee3598de388a6b95c53703 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
DESCRIPTION = "U-Boot Linux Utilities"
HOMEPAGE = "http://www.multitech.net/"
SECTION = "console/utils"
PRIORITY = "optional"
LICENSE = "GPL"
PV = "${SRCPV}"
PR = "r0"
DEPENDS = "mtd-utils"
SRC_URI = "git://multitech.net/u-boot-linux-utils.git;protocol=git;tag=master"
S = "${WORKDIR}/git"
inherit autotools
PARALLEL_MAKE = ""
|