summaryrefslogtreecommitdiff
path: root/recipes/multitech/u-boot-linux-utils_0.0.1.bb
blob: fdf29e0427f09cd7bb9fa4e599469321c8af19e6 (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=0.0.1"
S = "${WORKDIR}/git"

inherit autotools

PARALLEL_MAKE = ""