blob: f6b42a0cb7a04dcb4c5c5c17b7954d87efa66981 (
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://multitech.net/u-boot-linux-utils.git;protocol=git;tag=0.0.1"
S = "${WORKDIR}/git"
inherit autotools
PARALLEL_MAKE = ""
|