summaryrefslogtreecommitdiff
path: root/recipes/multitech/u-boot-linux-utils_git.bb
blob: 4762b5c4754d48fe4b5e34754b4db36364a4d85a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "U-Boot Linux Utilities"
HOMEPAGE = "http://www.multitech.net/"
SECTION = "console/utils"
PRIORITY = "optional"
LICENSE = "GPL"
PV = "${SRCPV}"
PR = "r0"
DEFAULT_PREFERENCE = "-1"

DEPENDS = "mtd-utils"

SRC_URI = "git://multitech.net/u-boot-linux-utils.git;protocol=git;tag=master"
S = "${WORKDIR}/git"

inherit autotools

PARALLEL_MAKE = ""