summaryrefslogtreecommitdiff
path: root/recipes-bsp/multitech/u-boot-linux-utils_0.0.1.bb
blob: 36510f8a51cf82fee758b8eafe59b286d772a03b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "U-Boot Linux Utilities"
HOMEPAGE = "http://www.multitech.net/"
SECTION = "console/utils"
PRIORITY = "optional"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
PR = "r0"

DEPENDS = "mtd-utils"

# tag 0.0.1
SRCREV = "9c154405c2d01648f41c6a72bcc96f9865c4f07c"

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

inherit autotools

PARALLEL_MAKE = ""