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